|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
It defines a Jorm configurator which manages the PClassMapping, the PBinder and the PNamingContext.
Method Summary | |
org.objectweb.jorm.naming.api.PName |
decode(java.lang.Object oid)
It retrieves a PName since a representation of an identifier. |
java.lang.Object |
encode(org.objectweb.jorm.naming.api.PName pn)
It retrieves a representation of an identifier since a PName. |
org.objectweb.jorm.naming.api.PBinder |
getPBinder(SpeedoProxy sp)
|
org.objectweb.jorm.naming.api.PBinder |
getPBinder(java.lang.String classname)
This Method is a shortcut to the getPBinder(SpeedoProxy) method. |
org.objectweb.jorm.api.PClassMapping |
getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
org.objectweb.jorm.api.PClassMapping |
getPClassMapping(java.lang.String classname)
This Method is a shortcut to the getPClassMapping(SpeedoProxy) method. |
org.objectweb.jorm.naming.api.PNamingContext |
getPNamingContext(SpeedoProxy sp)
|
org.objectweb.jorm.naming.api.PNamingContext |
getPNamingContext(java.lang.String classname)
This Method is a shortcut to the getPNamingContext(SpeedoProxy) method. |
Method Detail |
public org.objectweb.jorm.naming.api.PBinder getPBinder(java.lang.String classname) throws org.objectweb.jorm.api.PException
classname
- the Jorm class name managed by the wanted PBinderPException
- public org.objectweb.jorm.naming.api.PBinder getPBinder(SpeedoProxy sp) throws org.objectweb.jorm.api.PException
public org.objectweb.jorm.api.PClassMapping getPClassMapping(SpeedoProxy sp) throws org.objectweb.jorm.api.PException
sp
- is the SpeedoProxy instance which the PClassMapping is requiredPException
- public org.objectweb.jorm.api.PClassMapping getPClassMapping(java.lang.String classname) throws org.objectweb.jorm.api.PException
classname
- is the class name of the jorm class which the
PClassMapping is requiredPException
- public org.objectweb.jorm.naming.api.PNamingContext getPNamingContext(SpeedoProxy sp) throws org.objectweb.jorm.api.PException
public org.objectweb.jorm.naming.api.PNamingContext getPNamingContext(java.lang.String classname) throws org.objectweb.jorm.api.PException
classname
- the Jorm class name managed by the wanted PNamingContextPException
- public org.objectweb.jorm.naming.api.PName decode(java.lang.Object oid) throws org.objectweb.jorm.api.PException
oid
- is the identifier representationPException
- if the oid does not represent a managed identifier
representation.public java.lang.Object encode(org.objectweb.jorm.naming.api.PName pn) throws org.objectweb.jorm.api.PException
pn
- is the pname to encodePException
- if the pname is malformed (null for example).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |