Uses of Interface
org.objectweb.jorm.naming.api.PName

Packages that use PName
org.objectweb.jorm.api   
org.objectweb.jorm.facility.meminst.manager.basic.api   
org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.lib   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

Uses of PName in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return PName
 PName PBinding.export(java.lang.Object conn)
          It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
 PName PBinding.export(java.lang.Object conn, java.lang.Object hints)
          It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
 PName PBinding.getPName()
          It gives access to the PName, which designate a particular DSI, associated to this binding.
 

Methods in org.objectweb.jorm.api with parameters of type PName
 void PBindingCtrl.setPName(PName pn)
          It assigns the current PName associated with this PBinding.
 void PBinding.bind(PName pn)
          It assigns a DSI represented by the PName passed as a parameter to this PBinding.
 

Uses of PName in org.objectweb.jorm.facility.meminst.manager.basic.api
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.api with parameters of type PName
 PBinding Manager.getPBinding(java.lang.Object conn, PName pn)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 PBinding Manager.getPBinding(java.lang.Object conn, PName pn, boolean create)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 

Uses of PName in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util with parameters of type PName
protected  java.lang.Object CollectionElem.recurseResolve(java.lang.Object conn, PName pn)
           
protected  java.lang.Object SetElem.recurseResolve(java.lang.Object conn, PName pn)
           
 

Uses of PName in org.objectweb.jorm.facility.meminst.manager.basic.lib
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.lib with parameters of type PName
 PBinding ManagerImpl.getPBinding(java.lang.Object conn, PName pn)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 PBinding ManagerImpl.getPBinding(java.lang.Object conn, PName pn, boolean create)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
protected  java.lang.Object ManagerImpl.recurseResolve(java.lang.Object conn, PName pn)
           
 

Uses of PName in org.objectweb.jorm.facility.naming.basidir
 

Classes in org.objectweb.jorm.facility.naming.basidir that implement PName
 class BasidName
           
 

Methods in org.objectweb.jorm.facility.naming.basidir that return PName
 PName BasidBinder.decode(byte[] en)
           
 PName BasidBinder.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName BasidBinder.decodeByte(byte en)
           
 PName BasidBinder.decodeObyte(java.lang.Byte en)
           
 PName BasidBinder.decodeChar(char en)
           
 PName BasidBinder.decodeOchar(java.lang.Character en)
           
 PName BasidBinder.decodeInt(int en)
           
 PName BasidBinder.decodeOint(java.lang.Integer en)
           
 PName BasidBinder.decodeLong(long en)
           
 PName BasidBinder.decodeOlong(java.lang.Long en)
           
 PName BasidBinder.decodeShort(short en)
           
 PName BasidBinder.decodeOshort(java.lang.Short en)
           
 PName BasidBinder.decodeString(java.lang.String en)
           
 PName BasidBinder.decodeDate(java.util.Date en)
           
 PName BasidBinder.export(java.lang.Object conn, java.lang.Object en)
           
 PName BasidBinder.export(java.lang.Object conn, java.lang.Object en, java.lang.Object hints)
           
 PName BasidBinder.getNull()
           
 

Methods in org.objectweb.jorm.facility.naming.basidir with parameters of type PName
 byte[] BasidBinder.encode(PName pn)
           
 java.lang.Object BasidBinder.encodeAbstract(PName pn)
           
 byte BasidBinder.encodeByte(PName pn)
           
 java.lang.Byte BasidBinder.encodeObyte(PName pn)
           
 char BasidBinder.encodeChar(PName pn)
           
 java.lang.Character BasidBinder.encodeOchar(PName pn)
           
 int BasidBinder.encodeInt(PName pn)
           
 java.lang.Integer BasidBinder.encodeOint(PName pn)
           
 long BasidBinder.encodeLong(PName pn)
           
 java.lang.Long BasidBinder.encodeOlong(PName pn)
           
 short BasidBinder.encodeShort(PName pn)
           
 java.lang.Short BasidBinder.encodeOshort(PName pn)
           
 java.lang.String BasidBinder.encodeString(PName pn)
           
 java.util.Date BasidBinder.encodeDate(PName pn)
           
 java.lang.Object BasidBinder.resolve(java.lang.Object conn, PName pn)
           
 void BasidBinder.unexport(java.lang.Object conn, PName pn)
           
 PBinding BasidBinder.lookup(PName pn)
           
 void BasidBinder.bind(PName pn, PBindingCtrl pb)
           
 

Uses of PName in org.objectweb.jorm.facility.naming.polymorphid
 

Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PName
 class PolymorphIdRefN
           
 

Methods in org.objectweb.jorm.facility.naming.polymorphid that return PName
 PName PolymorphIdBinderInfo.export(java.lang.Object conn, java.lang.Object binding)
           
 PName PolymorphIdBinderInfo.export(java.lang.Object conn, java.lang.Object binding, java.lang.Object ctxt)
           
 PName PolymorphRefNC.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName PolymorphRefNC.decodeString(java.lang.String en)
           
 PName PolymorphRefNC.export(java.lang.Object conn, java.lang.Object infoitem)
           
 PName PolymorphRefNC.export(java.lang.Object conn, java.lang.Object infoitem, java.lang.Object hints)
           
 PName PolymorphRefNC.getNull()
           
 

Methods in org.objectweb.jorm.facility.naming.polymorphid with parameters of type PName
 java.lang.Object PolymorphRefNC.encodeAbstract(PName pn)
           
 java.lang.String PolymorphRefNC.encodeString(PName pn)
           
 java.lang.Object PolymorphRefNC.resolve(java.lang.Object conn, PName pn)
           
 void PolymorphRefNC.unexport(java.lang.Object conn, PName pn)
           
 

Uses of PName in org.objectweb.jorm.interp.genclass.lib
 

Fields in org.objectweb.jorm.interp.genclass.lib declared as PName
protected  PName GenClassBinding.pName
          The PName of this PBinding object, which gives access to the relevant DSI.
 

Methods in org.objectweb.jorm.interp.genclass.lib that return PName
 PName GenClassBinding.export(java.lang.Object conn)
          It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
 PName GenClassBinding.export(java.lang.Object conn, java.lang.Object hints)
           
 PName GenClassBinding.getPName()
          It gives access to the PName, which designate a particular DSI, associated to this binding.
 

Methods in org.objectweb.jorm.interp.genclass.lib with parameters of type PName
 void GenClassBinding.bind(PName pn)
          It assigns a DSI represented by the PName passed as a parameter to this PBinding.
 void GenClassBinding.setPName(PName pn)
          It assigns the current PName associated with this PBinding.
 

Uses of PName in org.objectweb.jorm.interp.genclass.rdb.lib
 

Methods in org.objectweb.jorm.interp.genclass.rdb.lib that return PName
 PName RdbGenClassMapping.decodeSingle(FieldDesc fd, java.sql.ResultSet resultSet, int idx)
           
 

Uses of PName in org.objectweb.jorm.naming.api
 

Methods in org.objectweb.jorm.naming.api that return PName
 PName PName.export(java.lang.Object conn, PNamingContext pnc)
          It associates a PName to an information item within a naming context.
 PName PName.export(java.lang.Object conn, PNamingContext pnc, java.lang.Object hints)
          It associates a PName to an information item within a naming context.
 PName PNameCoder.decode(byte[] en)
          The decode methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeAbstract(java.lang.Object en, java.lang.Object context)
          The decodeAbstract methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeByte(byte en)
          The decodeByte methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeObyte(java.lang.Byte en)
          The decodeObyte methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeChar(char en)
          The decodeChar methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeOchar(java.lang.Character en)
          The decodeOchar methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeInt(int en)
          The decodeInt methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeOint(java.lang.Integer en)
          The decodeOint methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeLong(long en)
          The decodeLong methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeOlong(java.lang.Long en)
          The decodeOlong methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeShort(short en)
          The decodeShort methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeOshort(java.lang.Short en)
          The decodeOshort methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeString(java.lang.String en)
          The decodeString methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeDate(java.util.Date en)
          The decodeDate methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.getNull()
          It yields a "null" representation of a name within this naming context.
 PName PNameManager.export(java.lang.Object conn, java.lang.Object infoitem)
          It associates a PName to an information item within a naming context.
 PName PNameManager.export(java.lang.Object conn, java.lang.Object infoitem, java.lang.Object hints)
          It associates a PName to an information item within a naming context.
 

Methods in org.objectweb.jorm.naming.api with parameters of type PName
 byte[] PNameCoder.encode(PName pn)
          The encode method produces an encoded representation of a PName within a naming context.
 java.lang.Object PNameCoder.encodeAbstract(PName pn)
          The encodeAbstract method produces an encoded representation of a PName within a naming context.
 byte PNameCoder.encodeByte(PName pn)
          The encodeByte method produces an encoded representation of a PName within a naming context.
 java.lang.Byte PNameCoder.encodeObyte(PName pn)
          The encodeObyte method produces an encoded representation of a PName within a naming context.
 char PNameCoder.encodeChar(PName pn)
          The encodeChar method produces an encoded representation of a PName within a naming context.
 java.lang.Character PNameCoder.encodeOchar(PName pn)
          The encodeOchar method produces an encoded representation of a PName within a naming context.
 int PNameCoder.encodeInt(PName pn)
          The encodeInt method produces an encoded representation of a PName within a naming context.
 java.lang.Integer PNameCoder.encodeOint(PName pn)
          The encodeOint method produces an encoded representation of a PName within a naming context.
 long PNameCoder.encodeLong(PName pn)
          The encodeLong method produces an encoded representation of a PName within a naming context.
 java.lang.Long PNameCoder.encodeOlong(PName pn)
          The encodeOlong method produces an encoded representation of a PName within a naming context.
 short PNameCoder.encodeShort(PName pn)
          The encodeShort method produces an encoded representation of a PName within a naming context.
 java.lang.Short PNameCoder.encodeOshort(PName pn)
          The encodeOshort method produces an encoded representation of a PName within a naming context.
 java.lang.String PNameCoder.encodeString(PName pn)
          The encodeString method produces an encoded representation of a PName within a naming context.
 java.util.Date PNameCoder.encodeDate(PName pn)
          The encodeDate method produces an encoded representation of a PName within a naming context.
 PBinding PBinder.lookup(PName pn)
          It looks for a PBinding object with the given PName within a PBinder.
 void PBinder.bind(PName pn, PBindingCtrl pb)
          It associates a PBinding object with a PName within a PBinder.
 void PNameManager.unexport(java.lang.Object conn, PName pn)
          It removes the PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
 java.lang.Object PNamingContext.resolve(java.lang.Object conn, PName pn)
          It retrieves the information item associated to the given PName (if any exists).
 

Uses of PName in org.objectweb.jorm.naming.lib
 

Classes in org.objectweb.jorm.naming.lib that implement PName
 class BasicPName
          This basic implementation of a PName delegates all calls to its methods to the PNamingContext it references.
 

Methods in org.objectweb.jorm.naming.lib that return PName
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc)
           
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc, java.lang.Object hints)
           
 PName BasicPNamingContext.decode(byte[] en)
           
 PName BasicPNamingContext.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName BasicPNamingContext.decodeByte(byte en)
           
 PName BasicPNamingContext.decodeObyte(java.lang.Byte en)
           
 PName BasicPNamingContext.decodeChar(char en)
           
 PName BasicPNamingContext.decodeOchar(java.lang.Character en)
           
 PName BasicPNamingContext.decodeInt(int en)
           
 PName BasicPNamingContext.decodeOint(java.lang.Integer en)
           
 PName BasicPNamingContext.decodeLong(long en)
           
 PName BasicPNamingContext.decodeOlong(java.lang.Long en)
           
 PName BasicPNamingContext.decodeShort(short en)
           
 PName BasicPNamingContext.decodeOshort(java.lang.Short en)
           
 PName BasicPNamingContext.decodeDate(java.util.Date en)
           
 

Methods in org.objectweb.jorm.naming.lib with parameters of type PName
 byte[] BasicPNamingContext.encode(PName pn)
           
 java.lang.Object BasicPNamingContext.encodeAbstract(PName pn)
           
 byte BasicPNamingContext.encodeByte(PName pn)
           
 java.lang.Byte BasicPNamingContext.encodeObyte(PName pn)
           
 char BasicPNamingContext.encodeChar(PName pn)
           
 java.lang.Character BasicPNamingContext.encodeOchar(PName pn)
           
 int BasicPNamingContext.encodeInt(PName pn)
           
 java.lang.Integer BasicPNamingContext.encodeOint(PName pn)
           
 long BasicPNamingContext.encodeLong(PName pn)
           
 java.lang.Long BasicPNamingContext.encodeOlong(PName pn)
           
 short BasicPNamingContext.encodeShort(PName pn)
           
 java.lang.Short BasicPNamingContext.encodeOshort(PName pn)
           
 java.util.Date BasicPNamingContext.encodeDate(PName pn)