public final class ReferenceableUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceableUtils.ExtractRec
Deprecated.
nesting references seemed useful until I realized that
references are Serializable and can be stored in a BinaryRefAddr.
Oops.
|
Modifier and Type | Method and Description |
---|---|
static void |
appendToReference(Reference appendTo,
Reference orig)
Deprecated.
nesting references seemed useful until I realized that
references are Serializable and can be stored in a BinaryRefAddr.
Oops.
|
static ReferenceableUtils.ExtractRec |
extractNestedReference(Reference extractFrom,
int index)
Deprecated.
nesting references seemed useful until I realized that
references are Serializable and can be stored in a BinaryRefAddr.
Oops.
|
static String |
literalNullToNull(String s)
A null string value in a Reference sometimes goes to the literal
"null".
|
static Object |
referenceToObject(Reference ref,
Name name,
Context nameCtx,
Hashtable env) |
public static String literalNullToNull(String s)
public static Object referenceToObject(Reference ref, Name name, Context nameCtx, Hashtable env) throws NamingException
NamingException
public static void appendToReference(Reference appendTo, Reference orig) throws NamingException
NamingException
public static ReferenceableUtils.ExtractRec extractNestedReference(Reference extractFrom, int index) throws NamingException
NamingException
Copyright © 2018 com.mchange. All rights reserved.