Uses of Class
org.objectweb.jorm.naming.api.PExceptionNaming

Packages that use PExceptionNaming
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.facility.naming.rdbsequence   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

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

Methods in org.objectweb.jorm.facility.naming.basidir that throw PExceptionNaming
 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.decodeBigInteger(java.math.BigInteger en)
           
 PName BasidBinder.decodeBigDecimal(java.math.BigDecimal en)
           
 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)
           
 java.math.BigInteger BasidBinder.encodeBigInteger(PName pn)
           
 java.math.BigDecimal BasidBinder.encodeBigDecimal(PName pn)
           
 

Constructors in org.objectweb.jorm.facility.naming.basidir that throw PExceptionNaming
BasidName(java.lang.Object o, BasidBinder binder)
           
 

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

Methods in org.objectweb.jorm.facility.naming.polymorphid that throw PExceptionNaming
 PName PolymorphRefNC.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName PolymorphRefNC.decodeString(java.lang.String en)
           
 java.lang.Object PolymorphRefNC.encodeAbstract(PName pn)
           
 java.lang.String PolymorphRefNC.encodeString(PName pn)
           
 

Uses of PExceptionNaming in org.objectweb.jorm.facility.naming.rdbsequence
 

Methods in org.objectweb.jorm.facility.naming.rdbsequence that throw PExceptionNaming
 long RdbSequenceBinder.encodeLong(PName pn)
           
 PName RdbSequenceBinder.decodeLong(long en)
           
 PName RdbSequenceBinder.decodeString(java.lang.String en)
           
 java.lang.String RdbSequenceBinder.encodeString(PName pn)
           
 

Constructors in org.objectweb.jorm.facility.naming.rdbsequence that throw PExceptionNaming
RdbSequencePName(PNameManager pnm, java.lang.Object hints)
           
 

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

Subclasses of PExceptionNaming in org.objectweb.jorm.naming.api
 class PExceptionExistingName
          This PException means that a existing PName is already used in a PNamingContext.
 class PExceptionNameCoding
          Generated when a problem arise during coding operations.
 

Methods in org.objectweb.jorm.naming.api that throw PExceptionNaming
 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.decodeBigInteger(java.math.BigInteger en)
          The decodeBigInteger methods recreates PName within a naming context from an encoded representation.
 PName PNameCoder.decodeBigDecimal(java.math.BigDecimal en)
          The decodeBigDecimal methods recreates PName within a naming context from an encoded representation.
 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.
 java.math.BigInteger PNameCoder.encodeBigInteger(PName pn)
          The encodeBigInteger method produces an encoded representation of a PName within a naming context.
 java.math.BigDecimal PNameCoder.encodeBigDecimal(PName pn)
          The encodeBigDecimal method produces an encoded representation of a PName within a naming context.
 byte[] PName.encode()
          The encode method produces an encoded representation of this PName within its naming context.
 java.lang.Object PName.encodeAbstract()
          The encodeAbstract method produces an encoded representation of this PName.
 byte PName.encodeByte()
          The encodeByte method produces an encoded representation of this PName within its naming context.
 java.lang.Byte PName.encodeObyte()
          The encodeObyte method produces an encoded representation of this PName within its naming context.
 char PName.encodeChar()
          The encodeChar method produces an encoded representation of this PName within its naming context.
 java.lang.Character PName.encodeOchar()
          The encodeOchar method produces an encoded representation of this PName within its naming context.
 int PName.encodeInt()
          The encodeInt method produces an encoded representation of this PName within its naming context.
 java.lang.Integer PName.encodeOint()
          The encodeOint method produces an encoded representation of this PName within its naming context.
 long PName.encodeLong()
          The encodeLong method produces an encoded representation of this PName within its naming context.
 java.lang.Long PName.encodeOlong()
          The encodeOlong method produces an encoded representation of this PName within its naming context.
 short PName.encodeShort()
          The encodeShort method produces an encoded representation of this PName within its naming context.
 java.lang.Short PName.encodeOshort()
          The encodeOshort method produces an encoded representation of this PName within its naming context.
 java.lang.String PName.encodeString()
          The encodeString method produces an encoded representation of this PName within its naming context.
 char[] PName.encodeCharArray()
          The encodeCharArray method produces an encoded representation of this PName within its naming context.
 java.util.Date PName.encodeDate()
          The encodeDate method produces an encoded representation of this PName within its naming context.
 java.math.BigInteger PName.encodeBigInteger()
          The encodeBigInteger method produces an encoded representation of this PName within its naming context.
 java.math.BigDecimal PName.encodeBigDecimal()
          The encodeBigDecimal method produces an encoded representation of this PName within its naming context.
 

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

Methods in org.objectweb.jorm.naming.lib that throw PExceptionNaming
 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 BasicPNamingContext.decodeBigInteger(java.math.BigInteger en)
           
 PName BasicPNamingContext.decodeBigDecimal(java.math.BigDecimal en)
           
 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)
           
 java.math.BigInteger BasicPNamingContext.encodeBigInteger(PName pn)
           
 java.math.BigDecimal BasicPNamingContext.encodeBigDecimal(PName pn)
           
 byte[] BasicPName.encode()
           
 java.lang.Object BasicPName.encodeAbstract()
           
 byte BasicPName.encodeByte()
           
 java.lang.Byte BasicPName.encodeObyte()
           
 char BasicPName.encodeChar()
           
 java.lang.Character BasicPName.encodeOchar()
           
 int BasicPName.encodeInt()
           
 java.lang.Integer BasicPName.encodeOint()
           
 long BasicPName.encodeLong()
           
 java.lang.Long BasicPName.encodeOlong()
           
 short BasicPName.encodeShort()
           
 java.lang.Short BasicPName.encodeOshort()
           
 java.lang.String BasicPName.encodeString()
           
 char[] BasicPName.encodeCharArray()
           
 java.util.Date BasicPName.encodeDate()
           
 java.math.BigInteger BasicPName.encodeBigInteger()
           
 java.math.BigDecimal BasicPName.encodeBigDecimal()