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

Packages that use PName
org.objectweb.jorm.api   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.genclass.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 PIndexedElem.pieGetRefElem()
          It retrieves the value of a reference element.
 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.
 PName PAccessorGen.paGetRefField(java.lang.String fn, java.lang.Object connection)
          It retrieves the value of a reference field.
 

Methods in org.objectweb.jorm.api with parameters of type PName
 void PIndexedElem.pieSetRefElem(PName value)
          It assigns the value to a reference element.
 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.
 void PAccessorGen.paSetRefField(java.lang.String fn, PName value, java.lang.Object connection)
          It assigns the value to a reference field.
 

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.decodeCharArray(char[] 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()
           
 PName BasidBinder.resolve(java.lang.Object conn, PName pn)
           
 

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)
           
 char[] BasidBinder.encodeCharArray(PName pn)
           
 java.util.Date BasidBinder.encodeDate(PName pn)
           
 PName BasidBinder.resolve(java.lang.Object conn, PName pn)
           
 void BasidBinder.unexport(java.lang.Object conn, PName pn)
           
 void BasidBinder.unexport(java.lang.Object conn, PName pn, java.lang.Object hints)
           
 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 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()
           
 PName PolymorphRefNC.resolve(java.lang.Object conn, PName pn)
           
 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)
           
 

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)
           
 PName PolymorphRefNC.resolve(java.lang.Object conn, PName pn)
           
 void PolymorphRefNC.unexport(java.lang.Object conn, PName pn)
           
 void PolymorphRefNC.unexport(java.lang.Object conn, PName pn, java.lang.Object hints)
           
 

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

Fields in org.objectweb.jorm.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.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.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.naming.api
 

Methods in org.objectweb.jorm.naming.api that return PName
 PName PNamingContext.resolve(java.lang.Object conn, PName pn)
          It retrieves the information item associated to the given PName (if any exists).
 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.
 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.decodeCharArray(char[] en)
          The decodeCharArray 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 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 PName.resolve(java.lang.Object conn)
          It retrieves the information item associated to the given PName (if any exists).
 

Methods in org.objectweb.jorm.naming.api with parameters of type PName
 PName PNamingContext.resolve(java.lang.Object conn, PName pn)
          It retrieves the information item associated to the given PName (if any exists).
 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).
 void PNameManager.unexport(java.lang.Object conn, PName pn, java.lang.Object hints)
          It removes the PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
 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.
 char[] PNameCoder.encodeCharArray(PName pn)
          The encodeCharArray 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.
 

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.
 

Fields in org.objectweb.jorm.naming.lib declared as PName
protected  PName BasicPBinder.nullPName
           
 

Methods in org.objectweb.jorm.naming.lib that return PName
 PName BasicPNamingContext.decode(byte[] en)
           
 PName BasicPNamingContext.decodeCharArray(char[] 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)
           
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc)
           
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc, java.lang.Object hints)
           
 PName BasicPName.resolve(java.lang.Object conn)
           
 PName BasicPBinder.getNull()
           
 

Methods in org.objectweb.jorm.naming.lib with parameters of type PName
 byte[] BasicPNamingContext.encode(PName pn)
           
 char[] BasicPNamingContext.encodeCharArray(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)
           
 PBinding BasicPBinder.lookup(PName pn)
           
 void BasicPBinder.bind(PName pn, PBindingCtrl pb)
           
 

Constructors in org.objectweb.jorm.naming.lib with parameters of type PName
BasicPBinder(PName nullPName)