|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
It defines a Jorm configurator which manages the PClassMapping, the PBinder and the PNamingContext.
Method Summary | |
java.lang.ClassLoader |
getClassLoader(java.lang.String className)
Retrieves the classloader of a class if the class has been already mapped. |
byte |
getMappingStructureRule()
|
PBinder |
getPBinder(java.lang.Class clazz)
This Method is a shortcut to the getPBinder(SpeedoProxy) method. |
PBinder |
getPBinder(SpeedoProxy sp)
|
PBinder |
getPBinder(java.lang.String classname,
java.lang.ClassLoader cl)
|
PClassMapping |
getPClassMapping(java.lang.Class clazz)
|
PClassMapping |
getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
PClassMapping |
getPClassMapping(java.lang.String classname,
java.lang.ClassLoader cl)
This Method is a shortcut to the getPClassMapping(SpeedoProxy) method. |
PNamingContext |
getPNamingContext(java.lang.Class clazz)
|
PNamingContext |
getPNamingContext(SpeedoProxy sp)
|
PNamingContext |
getPNamingContext(java.lang.String classname,
java.lang.ClassLoader cl)
This Method is a shortcut to the getPNamingContext(SpeedoProxy) method. |
Method Detail |
public PBinder getPBinder(java.lang.Class clazz) throws PException
clazz
- the Jorm class name managed by the wanted PBinder
org.objectweb.jorm.api.PException
PException
public PBinder getPBinder(java.lang.String classname, java.lang.ClassLoader cl) throws PException
PException
public PBinder getPBinder(SpeedoProxy sp) throws PException
PException
public PClassMapping getPClassMapping(SpeedoProxy sp) throws PException
sp
- is the SpeedoProxy instance which the PClassMapping is required
org.objectweb.jorm.api.PException
PException
public PClassMapping getPClassMapping(java.lang.String classname, java.lang.ClassLoader cl) throws PException
classname
- is the class name of the jorm class which the
PClassMapping is required
org.objectweb.jorm.api.PException
PException
public PClassMapping getPClassMapping(java.lang.Class clazz) throws PException
PException
public PNamingContext getPNamingContext(SpeedoProxy sp) throws PException
PException
public PNamingContext getPNamingContext(java.lang.String classname, java.lang.ClassLoader cl) throws PException
classname
- the Jorm class name managed by the wanted PNamingContext
org.objectweb.jorm.api.PException
PException
public PNamingContext getPNamingContext(java.lang.Class clazz) throws PException
PException
public java.lang.ClassLoader getClassLoader(java.lang.String className)
public byte getMappingStructureRule()
JormFactoryAttributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |