Package org.apache.derby.iapi.services.property
-
Interface Summary Interface Description PersistentSet PropertyFactory Module interface for an Property validation.PropertySetCallback -
Class Summary Class Description PropertyUtil There are 5 property objects within a JBMS system. 1) JVM - JVM set - those in System.getProperties 2) APP - Application set - derby.properties file 3) SRV - Persistent Service set - Those stored in service.properties 4) TRAN - Persistent Transactional set - Those stored via the AccessManager interface 5) BOOT - Set by a boot method (rare) This class has a set of static methods to find a property using a consistent search order from the above set.PropertyValidation