| Home >> All >> org >> apache >> derby >> iapi >> services >> [ property Javadoc ] |
org.apache.derby.iapi.services.property: Javadoc index of package org.apache.derby.iapi.services.property.
Package Samples:
org.apache.derby.iapi.services.property
Classes:
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. getSystem*() methods use the search order. JVM APP getService* methods use the search order JVM TRAN SRV APP
PropertyFactory: Module interface for an Property validation. An PropertyFactory is typically obtained from the Monitor: // Get the current validation factory. PropertyFactory af; af = (PropertyFactory) Monitor.findServiceModule(this, org.apache.derby.iapi.reference.Module.PropertyFactory);
PersistentSet
PropertySetCallback
PropertyValidation
| Home | Contact Us | Privacy Policy | Terms of Service |