|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PBinder in org.objectweb.jorm.api |
Methods in org.objectweb.jorm.api that return PBinder | |
PBinder |
PClassMapping.getPBinder()
It yields the PBinder associated to this PClassMapping. |
Methods in org.objectweb.jorm.api with parameters of type PBinder | |
void |
PClassMapping.setPBinder(PBinder pb)
It assigns the PBinder associated to this PClassMapping. |
Uses of PBinder in org.objectweb.jorm.facility.naming.basidir |
Classes in org.objectweb.jorm.facility.naming.basidir that implement PBinder | |
class |
BasidBinder
|
Uses of PBinder in org.objectweb.jorm.facility.naming.polymorphid |
Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PBinder | |
class |
PolymorphIdBinderInfo
Implements a binder that manages polymorphic names. |
Methods in org.objectweb.jorm.facility.naming.polymorphid that return PBinder | |
PBinder |
PolymorphIdMgrImpl.getPBinder(java.lang.String cn)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given name. |
PBinder |
PolymorphIdMgrImpl.getPBinder(java.lang.String cn,
java.lang.Object conn)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given name. |
PBinder |
PolymorphIdMgrImpl.getPBinder(long id)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given identifier. |
PBinder |
PolymorphIdMgrImpl.getPBinder(long id,
java.lang.Object conn)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given identifier. |
PBinder |
PolymorphIdMgr.getPBinder(java.lang.String cn)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given name. |
PBinder |
PolymorphIdMgr.getPBinder(long id)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given name. |
PBinder |
PolymorphIdMgr.getPBinder(java.lang.String cn,
java.lang.Object conn)
Retrieves a PBinder that manages polymorphic identifiers for the class with the given name. |
Uses of PBinder in org.objectweb.jorm.genclass.lib |
Fields in org.objectweb.jorm.genclass.lib declared as PBinder | |
protected PBinder |
GenClassMapping.binder
The actual PBinder. |
Methods in org.objectweb.jorm.genclass.lib that return PBinder | |
PBinder |
GenClassMapping.getPBinder()
It yields the PBinder associated to this PClassMapping. |
Methods in org.objectweb.jorm.genclass.lib with parameters of type PBinder | |
void |
GenClassMapping.setPBinder(PBinder pb)
It assigns the PBinder associated to this PClassMapping. |
Uses of PBinder in org.objectweb.jorm.naming.lib |
Classes in org.objectweb.jorm.naming.lib that implement PBinder | |
class |
BasicPBinder
It defines the a basic PBinder which able to be also a PNamingContext. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |