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

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

Uses of PExceptionNaming in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that throw PExceptionNaming
 PName PSerializable.getPName(PBinder pnc)
           
 

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)
           
BasidName(java.lang.Object o, PNameManager binder, int codingType)
           
 

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)
           
 java.lang.Long RdbSequenceBinder.encodeOlong(PName pn)
           
 PName RdbSequenceBinder.decodeLong(long en)
           
 PName RdbSequenceBinder.decodeOlong(java.lang.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.lib
 

Methods in org.objectweb.jorm.lib that throw PExceptionNaming
 PName PSerializableImpl.getPName(PBinder pnc)
           
 

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

Methods in org.objectweb.jorm.naming.api that throw PExceptionNaming
 PNameGetter FieldCoder.encode(java.lang.String field, PName pname)
          Encode a PName for a given field into into primitive values.
 PName FieldCoder.decode(java.lang.String field, PNameGetter png, java.lang.Object ctx)
          Decode primitive values for a field into a PName.
 PNameGetter PNameGetterConverter.convert(java.lang.Object o)
           
 PNameGetter PNameGetterConverter.convert(byte o)
           
 PNameGetter PNameGetterConverter.convert(char o)
           
 PNameGetter PNameGetterConverter.convert(short o)
           
 PNameGetter PNameGetterConverter.convert(int o)
           
 PNameGetter PNameGetterConverter.convert(long o)
           
 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
 PNameGetter SimplePNGConverter.convert(PNameGetter png)
           
 PNameGetter SimplePNGConverter.convert(java.lang.Object o)
           
 PNameGetter SimplePNGConverter.convert(byte o)
           
 PNameGetter SimplePNGConverter.convert(char o)
           
 PNameGetter SimplePNGConverter.convert(short o)
           
 PNameGetter SimplePNGConverter.convert(int o)
           
 PNameGetter SimplePNGConverter.convert(long o)
           
 java.lang.Object CompositePBinder.encodeAbstract(PName pn)
           
 PName CompositePBinder.decodeAbstract(java.lang.Object png, java.lang.Object ctx)
           
 java.lang.String CompositePBinder.encodeString(PName pn)
           
 PName BasicPolymorphicPNamingContext.decode(byte[] en)
           
 PName BasicPolymorphicPNamingContext.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName BasicPolymorphicPNamingContext.decodeByte(byte en)
           
 PName BasicPolymorphicPNamingContext.decodeObyte(java.lang.Byte en)
           
 PName BasicPolymorphicPNamingContext.decodeChar(char en)
           
 PName BasicPolymorphicPNamingContext.decodeOchar(java.lang.Character en)
           
 PName BasicPolymorphicPNamingContext.decodeInt(int en)
           
 PName BasicPolymorphicPNamingContext.decodeOint(java.lang.Integer en)
           
 PName BasicPolymorphicPNamingContext.decodeLong(long en)
           
 PName BasicPolymorphicPNamingContext.decodeOlong(java.lang.Long en)
           
 PName BasicPolymorphicPNamingContext.decodeShort(short en)
           
 PName BasicPolymorphicPNamingContext.decodeOshort(java.lang.Short en)
           
 PName BasicPolymorphicPNamingContext.decodeString(java.lang.String en)
           
 PName BasicPolymorphicPNamingContext.decodeCharArray(char[] en)
           
 PName BasicPolymorphicPNamingContext.decodeDate(java.util.Date en)
           
 PName BasicPolymorphicPNamingContext.decodeBigInteger(java.math.BigInteger en)
           
 PName BasicPolymorphicPNamingContext.decodeBigDecimal(java.math.BigDecimal en)
           
 byte[] BasicPolymorphicPNamingContext.encode(PName pn)
           
 java.lang.Object BasicPolymorphicPNamingContext.encodeAbstract(PName pn)
           
 byte BasicPolymorphicPNamingContext.encodeByte(PName pn)
           
 java.lang.Byte BasicPolymorphicPNamingContext.encodeObyte(PName pn)
           
 char BasicPolymorphicPNamingContext.encodeChar(PName pn)
           
 java.lang.Character BasicPolymorphicPNamingContext.encodeOchar(PName pn)
           
 int BasicPolymorphicPNamingContext.encodeInt(PName pn)
           
 java.lang.Integer BasicPolymorphicPNamingContext.encodeOint(PName pn)
           
 long BasicPolymorphicPNamingContext.encodeLong(PName pn)
           
 java.lang.Long BasicPolymorphicPNamingContext.encodeOlong(PName pn)
           
 short BasicPolymorphicPNamingContext.encodeShort(PName pn)
           
 java.lang.Short BasicPolymorphicPNamingContext.encodeOshort(PName pn)
           
 java.lang.String BasicPolymorphicPNamingContext.encodeString(PName pn)
           
 char[] BasicPolymorphicPNamingContext.encodeCharArray(PName pn)
           
 java.util.Date BasicPolymorphicPNamingContext.encodeDate(PName pn)
           
 java.math.BigInteger BasicPolymorphicPNamingContext.encodeBigInteger(PName pn)
           
 java.math.BigDecimal BasicPolymorphicPNamingContext.encodeBigDecimal(PName pn)
           
 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()
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeAbstract(java.lang.Object en, java.lang.Object context)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeByte(byte en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeObyte(java.lang.Byte en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeChar(char en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeOchar(java.lang.Character en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeInt(int en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeOint(java.lang.Integer en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeLong(long en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeOlong(java.lang.Long en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeShort(short en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeOshort(java.lang.Short en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeCharArray(char[] en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decode(byte[] en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeDate(java.util.Date en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeBigInteger(java.math.BigInteger en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeBigDecimal(java.math.BigDecimal en)
           
 PName AbstractInheritKeyFilteredPNamingContext.decodeString(java.lang.String en)
           
 byte AbstractInheritKeyFilteredPNamingContext.encodeByte(PName pn)
           
 char AbstractInheritKeyFilteredPNamingContext.encodeChar(PName pn)
           
 int AbstractInheritKeyFilteredPNamingContext.encodeInt(PName pn)
           
 long AbstractInheritKeyFilteredPNamingContext.encodeLong(PName pn)
           
 short AbstractInheritKeyFilteredPNamingContext.encodeShort(PName pn)
           
 java.lang.Byte AbstractInheritKeyFilteredPNamingContext.encodeObyte(PName pn)
           
 java.lang.Character AbstractInheritKeyFilteredPNamingContext.encodeOchar(PName pn)
           
 java.lang.Integer AbstractInheritKeyFilteredPNamingContext.encodeOint(PName pn)
           
 java.lang.Long AbstractInheritKeyFilteredPNamingContext.encodeOlong(PName pn)
           
 java.lang.Short AbstractInheritKeyFilteredPNamingContext.encodeOshort(PName pn)
           
 java.util.Date AbstractInheritKeyFilteredPNamingContext.encodeDate(PName pn)
           
 java.math.BigInteger AbstractInheritKeyFilteredPNamingContext.encodeBigInteger(PName pn)
           
 java.math.BigDecimal AbstractInheritKeyFilteredPNamingContext.encodeBigDecimal(PName pn)
           
 byte[] AbstractInheritKeyFilteredPNamingContext.encode(PName pn)
           
 char[] AbstractInheritKeyFilteredPNamingContext.encodeCharArray(PName pn)
           
 java.lang.Object AbstractInheritKeyFilteredPNamingContext.encodeAbstract(PName pn)
           
 java.lang.String AbstractInheritKeyFilteredPNamingContext.encodeString(PName pn)
           
 java.lang.String AbstractInheritFilteredPNamingContext.encodeString(PName pn)