org.objectweb.jorm.naming.api
Interface PolymorphicPNamingContext

All Superinterfaces:
PNameCoder, PNameManager, PNamingContext

public interface PolymorphicPNamingContext
extends PNamingContext

Author:
Y.Bersihand

Field Summary
 
Fields inherited from interface org.objectweb.jorm.naming.api.PNameCoder
CTBIGDECIMAL, CTBIGINTEGER, CTBYTE, CTBYTEARRAY, CTCHAR, CTCHARARRAY, CTCOMPOSITE, CTDATE, CTINT, CTLONG, CTOBYTE, CTOCHAR, CTOINT, CTOLONG, CTOSHORT, CTSHORT, CTSTRING, CTSYSTEM
 
Method Summary
 CacheManager getCache()
          Get the cache.
 PBinder getDelegatedBinder()
          Get the delegated PBinder.
 PClassMapping getPcm()
          Get the PClassMapping.
 void setCache(CacheManager cache)
          Set the cache (used to perform lookup).
 void setDelegatedBinder(PBinder delegatedBinder)
          Set the delegated PBinder.
 void setPcm(PClassMapping pcm)
          Set the PClassMapping.
 
Methods inherited from interface org.objectweb.jorm.naming.api.PNamingContext
resolve
 
Methods inherited from interface org.objectweb.jorm.naming.api.PNameManager
export, export, unexport, unexport
 
Methods inherited from interface org.objectweb.jorm.naming.api.PNameCoder
codingSupported, decode, decodeAbstract, decodeBigDecimal, decodeBigInteger, decodeByte, decodeChar, decodeCharArray, decodeDate, decodeInt, decodeLong, decodeObyte, decodeOchar, decodeOint, decodeOlong, decodeOshort, decodeShort, decodeString, encode, encodeAbstract, encodeBigDecimal, encodeBigInteger, encodeByte, encodeChar, encodeCharArray, encodeDate, encodeInt, encodeLong, encodeObyte, encodeOchar, encodeOint, encodeOlong, encodeOshort, encodeShort, encodeString, getNull, getPType, setNullPName, setPType, supportCompositeField, supportDynamicComposite, supportStaticComposite
 

Method Detail

getCache

public CacheManager getCache()
Get the cache.


setCache

public void setCache(CacheManager cache)
Set the cache (used to perform lookup).


getDelegatedBinder

public PBinder getDelegatedBinder()
Get the delegated PBinder.


setDelegatedBinder

public void setDelegatedBinder(PBinder delegatedBinder)
Set the delegated PBinder.


getPcm

public PClassMapping getPcm()
Get the PClassMapping.


setPcm

public void setPcm(PClassMapping pcm)
Set the PClassMapping.