|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A registry used for looking up JNDI state factories based on meta data regarding the objectClass and Class associations with the factory. Unlike other registries which often throw exceptions when they cannot find an object, this one does not. It returns null if an 'optional' state factory cannot be found.
Method Summary | |
ServerDirStateFactory |
getStateFactories(java.lang.Object obj)
Gets the list of StateFactories associated with a class. |
void |
register(ServerDirStateFactory factory)
Registers a server-side state factory with this registry. |
Method Detail |
public ServerDirStateFactory getStateFactories(java.lang.Object obj) throws javax.naming.NamingException
obj
- the object to be persisted by the factories
javax.naming.NamingException
public void register(ServerDirStateFactory factory)
factory
- the factory to register.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |