Uses of Interface
com.ca.jcs.standalone.CustomJdbmPartitionObserver

Packages that use CustomJdbmPartitionObserver
com.ca.jcs.standalone   
 

Uses of CustomJdbmPartitionObserver in com.ca.jcs.standalone
 

Classes in com.ca.jcs.standalone that implement CustomJdbmPartitionObserver
 class StandaloneServerManager
          Manager for functionality of the JCS when in "standalone" mode (no provisioning server).
 

Fields in com.ca.jcs.standalone with type parameters of type CustomJdbmPartitionObserver
protected  Set<CustomJdbmPartitionObserver> CustomJdbmPartition.observers
          Set of observers for partition changes
 

Methods in com.ca.jcs.standalone with parameters of type CustomJdbmPartitionObserver
 void CustomJdbmPartition.addObserver(CustomJdbmPartitionObserver observer)
          Add an observer to get notified of partition changes.
 



Created 2011-07-14 13:27 EST