org.objectweb.jorm.naming.api
Interface PNamingContext
- PNameCoder, PNameManager
- FilteredPNamingContext, KeyFilteredNamingContext
public interface PNamingContext
The PNamingContext interface adds a means to retrieves the information
item attached to a PName it manages.
- R. Basset, P. D?chamboux
CTBIGDECIMAL, CTBIGINTEGER, CTBYTE, CTBYTEARRAY, CTCHAR, CTCHARARRAY, CTCOMPOSITE, CTDATE, CTINT, CTLONG, CTOBYTE, CTOCHAR, CTOINT, CTOLONG, CTOSHORT, CTSHORT, CTSTRING, CTSYSTEM |
PName | resolve(Object conn, PName pn)- It retrieves the information item associated to the given PName (if any
exists).
|
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 |
resolve
public PName resolve(Object conn,
PName pn)
throws PException It retrieves the information item associated to the given PName (if any
exists).
conn - The connection that can be used to access the data store.pn - The PName to be looked up.
- The information item associated with the given PName within
a naming context.