|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PBinder | |
| org.objectweb.jorm.api | |
| org.objectweb.jorm.facility.naming.basidir | |
| org.objectweb.jorm.facility.naming.polymorphid | |
| org.objectweb.jorm.interp.genclass.lib | |
| 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 |
| Methods in org.objectweb.jorm.facility.naming.polymorphid that return PBinder | |
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. |
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 name. |
PBinder |
PolymorphIdMgrImpl.getPBinder(long id,
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.interp.genclass.lib |
| Fields in org.objectweb.jorm.interp.genclass.lib declared as PBinder | |
protected PBinder |
GenClassMapping.binder
The actual PBinder. |
| Methods in org.objectweb.jorm.interp.genclass.lib that return PBinder | |
PBinder |
GenClassMapping.getPBinder()
It yields the PBinder associated to this PClassMapping. |
| Methods in org.objectweb.jorm.interp.genclass.lib with parameters of type PBinder | |
void |
GenClassMapping.setPBinder(PBinder pb)
It assigns the PBinder associated to this PClassMapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||