Package com.mchange.v2.naming
Class ReferenceableUtils
- java.lang.Object
-
- com.mchange.v2.naming.ReferenceableUtils
-
public final class ReferenceableUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReferenceableUtils.ExtractRec
Deprecated.nesting references seemed useful until I realized that references are Serializable and can be stored in a BinaryRefAddr.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
appendToReference(javax.naming.Reference appendTo, javax.naming.Reference orig)
Deprecated.nesting references seemed useful until I realized that references are Serializable and can be stored in a BinaryRefAddr.static ReferenceableUtils.ExtractRec
extractNestedReference(javax.naming.Reference extractFrom, int index)
Deprecated.nesting references seemed useful until I realized that references are Serializable and can be stored in a BinaryRefAddr.static java.lang.String
literalNullToNull(java.lang.String s)
A null string value in a Reference sometimes goes to the literal "null".static java.lang.Object
referenceToObject(javax.naming.Reference ref, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env)
-
-
-
Method Detail
-
literalNullToNull
public static java.lang.String literalNullToNull(java.lang.String s)
A null string value in a Reference sometimes goes to the literal "null". Sigh. We convert this string to a Java null.
-
referenceToObject
public static java.lang.Object referenceToObject(javax.naming.Reference ref, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env) throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
-
appendToReference
public static void appendToReference(javax.naming.Reference appendTo, javax.naming.Reference orig) throws javax.naming.NamingException
Deprecated.nesting references seemed useful until I realized that references are Serializable and can be stored in a BinaryRefAddr. Oops.- Throws:
javax.naming.NamingException
-
extractNestedReference
public static ReferenceableUtils.ExtractRec extractNestedReference(javax.naming.Reference extractFrom, int index) throws javax.naming.NamingException
Deprecated.nesting references seemed useful until I realized that references are Serializable and can be stored in a BinaryRefAddr. Oops.- Throws:
javax.naming.NamingException
-
-