Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B D G H I M N O P S V W

A

addPropertySetNotification(PropertySetCallback) - Method in interface org.apache.derby.iapi.services.property.PropertyFactory
Add a callback for a change in any property value.
addPropertySetNotification(PropertySetCallback) - Method in class org.apache.derby.iapi.services.property.PropertyValidation
 
apply(String, Serializable, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertySetCallback
Apply a property change.

B

booleanProperty(String, Serializable, boolean) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Parse and validate and return a boolean property value.

D

doMap(String, Serializable, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertyFactory
Call the property set callbacks to map a proposed property value to a value to save.
doMap(String, Serializable, Dictionary) - Method in class org.apache.derby.iapi.services.property.PropertyValidation
Call the property set callbacks to map a proposed property value to a value to save.
doValidateApplyAndMap(TransactionController, String, Serializable, Dictionary, boolean) - Method in interface org.apache.derby.iapi.services.property.PropertyFactory
 
doValidateApplyAndMap(TransactionController, String, Serializable, Dictionary, boolean) - Method in class org.apache.derby.iapi.services.property.PropertyValidation
 

G

getDatabaseProperty(PersistentSet, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a property only looking in the Persistent Transactional (database) set.
getProperties() - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Get properties that can be stored in a java.util.Properties object.
getProperty(String) - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Gets a value for a stored property.
getPropertyDefault(String) - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Gets a default value for a stored property.
getPropertyFromSet(Properties, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a property from the passed in set.
getPropertyFromSet(Dictionary, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 
getPropertyFromSet(boolean, Dictionary, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 
getPropertyFromSet(boolean, Properties, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 
getServiceBoolean(PersistentSet, String, boolean) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a service wide property as a boolean.
getServiceInt(PersistentSet, String, int, int, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a service wide property as a int.
getServiceInt(PersistentSet, Properties, String, int, int, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a service wide property as a int.
getServiceProperty(PersistentSet, String, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Find a service wide property with a default.
getServiceProperty(PersistentSet, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Find a service wide property.
getSystemBoolean(String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a system wide property as a boolean.
getSystemInt(String, int, int, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
s Get a system wide property as a int.
getSystemInt(String, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Get a system wide property as a int.
getSystemProperty(String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Find a system wide property.
getSystemProperty(String, String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Find a system wide property with a default.

H

handleInt(String, int, int, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Parse an string as an int based property value.

I

init(boolean, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertySetCallback
Initialize the properties for this callback.
intPropertyValue(String, Serializable, int, int, int) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Parse, validate and return an integer property value.
isDBOnly(Dictionary) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 
isDBOnly(Properties) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 
isServiceProperty(String) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
Return true iff the key is the name of a database property that is stored in services.properties.

M

map(String, Serializable, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertySetCallback
Map a proposed new value for a property to an official value.

N

NOT_SET - Static variable in class org.apache.derby.iapi.services.property.PropertyUtil
Property is not set.
notifyOnSet - Variable in class org.apache.derby.iapi.services.property.PropertyValidation
 

O

org.apache.derby.iapi.services.property - package org.apache.derby.iapi.services.property
 

P

PersistentSet - interface org.apache.derby.iapi.services.property.PersistentSet.
 
PropertyFactory - interface org.apache.derby.iapi.services.property.PropertyFactory.
Module interface for an Property validation.
PropertySetCallback - interface org.apache.derby.iapi.services.property.PropertySetCallback.
 
PropertyUtil - class org.apache.derby.iapi.services.property.PropertyUtil.
There are 5 property objects within a JBMS system.
PropertyUtil() - Constructor for class org.apache.derby.iapi.services.property.PropertyUtil
 
PropertyValidation - class org.apache.derby.iapi.services.property.PropertyValidation.
 
PropertyValidation() - Constructor for class org.apache.derby.iapi.services.property.PropertyValidation
 
propertyDefaultIsVisible(String) - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Return true if the default property is visible.

S

SET_IN_APPLICATION - Static variable in class org.apache.derby.iapi.services.property.PropertyUtil
Property is set in APPLICATION (derby.properties) set
SET_IN_DATABASE - Static variable in class org.apache.derby.iapi.services.property.PropertyUtil
Property is set in DATABASE set
SET_IN_JVM - Static variable in class org.apache.derby.iapi.services.property.PropertyUtil
Property is set in JVM set
servicePropertyList - Static variable in class org.apache.derby.iapi.services.property.PropertyUtil
 
setProperty(String, Serializable, boolean) - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Sets the Serializable object associated with a property key.
setPropertyDefault(String, Serializable) - Method in interface org.apache.derby.iapi.services.property.PersistentSet
Sets the Serializable object default value associated with a property key.

V

validate(String, Serializable, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertySetCallback
Validate a property change.
validateSingleProperty(String, Serializable, Dictionary) - Method in interface org.apache.derby.iapi.services.property.PropertyFactory
validation a single property
validateSingleProperty(String, Serializable, Dictionary) - Method in class org.apache.derby.iapi.services.property.PropertyValidation
 
verifyPropertySet(Properties, Properties) - Method in interface org.apache.derby.iapi.services.property.PropertyFactory
Validate a Property set.
verifyPropertySet(Properties, Properties) - Method in class org.apache.derby.iapi.services.property.PropertyValidation
 

W

whereSet(String, Dictionary) - Static method in class org.apache.derby.iapi.services.property.PropertyUtil
 

A B D G H I M N O P S V W