Package org.objectweb.jorm.naming.api

Interface Summary
PBinder This interface defines a binder as a particular PNameManager that manages the association of bindings with PName.
PName The PName interface defines the behaviour of a persistent name as it is managed by its associated naming context.
PNameCoder The PNameCoder defines the external structure of the name it manages, which corresponds to the type involved in the encoding/decoding process.
PNameGetter The PNameGetter interface defines a generic accessor to be used by persistent bindings to access fields of composite names it manages.
PNameManager The PNameManager interface provides a means to create, remove and manage PName.
PNamingContext The PNamingContext interface adds a means to retrieves the information item attached to a PName it manages.
PNCStringCoder Used to encode/decode a composite name to/from a String.
 

Exception Summary
PExceptionCoder Generated when a problem arise during PNCStringCoder operations.
PExceptionExisting This PException means that a existing PName is already used in a PNamingContext.
PExceptionNaming This exception is raised when a problem occured during name management.