|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PNameManager | |
org.objectweb.jorm.facility.naming.basidir | |
org.objectweb.jorm.facility.naming.polymorphid | |
org.objectweb.jorm.naming.api | |
org.objectweb.jorm.naming.lib |
Uses of PNameManager in org.objectweb.jorm.facility.naming.basidir |
Classes in org.objectweb.jorm.facility.naming.basidir that implement PNameManager | |
class |
BasidBinder
|
Uses of PNameManager in org.objectweb.jorm.facility.naming.polymorphid |
Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PNameManager | |
class |
PolymorphIdBinderInfo
Implements a binder that manages polymorphic names. |
class |
PolymorphRefNC
|
Uses of PNameManager in org.objectweb.jorm.naming.api |
Subinterfaces of PNameManager in org.objectweb.jorm.naming.api | |
interface |
PBinder
This interface defines a binder as a particular PNameManager that manages the association of bindings with PName. |
interface |
PNamingContext
The PNamingContext interface adds a means to retrieves the information item attached to a PName it manages. |
Methods in org.objectweb.jorm.naming.api that return PNameManager | |
PNameManager |
PName.getPNameManager()
It retrieves the name manager associated to this PName. |
Uses of PNameManager in org.objectweb.jorm.naming.lib |
Classes in org.objectweb.jorm.naming.lib that implement PNameManager | |
class |
BasicPBinder
It defines the a basic PBinder which able to be also a PNamingContext. |
class |
BasicPNamingContext
Default implementation for a PNamingContext with no coding support. |
Fields in org.objectweb.jorm.naming.lib declared as PNameManager | |
protected PNameManager |
BasicPName.pnc
The PNamingContext that manages this PName |
Methods in org.objectweb.jorm.naming.lib that return PNameManager | |
PNameManager |
BasicPName.getPNameManager()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |