public class JndiUtils extends Object
| Constructor and Description |
|---|
JndiUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Name |
toCompoundName(Name objName,
Properties env)
CompositeName to CompoundName conversion. |
static CompoundName |
toCompoundName(String objName,
Properties env) |
static Properties |
toProperties(Reference ref) |
static Reference |
toReference(Properties props,
String className) |
public static Properties toProperties(Reference ref)
public static Reference toReference(Properties props, String className)
static Name toCompoundName(Name objName, Properties env) throws InvalidNameException
CompositeName to CompoundName conversion. See issue #14.InvalidNameException@NotNull public static CompoundName toCompoundName(String objName, Properties env) throws InvalidNameException
InvalidNameExceptionCopyright © 2020. All rights reserved.