Package com.mchange.v2.naming
Class ReferenceIndirector
- java.lang.Object
-
- com.mchange.v2.naming.ReferenceIndirector
-
- All Implemented Interfaces:
Indirector
public class ReferenceIndirector extends java.lang.Object implements Indirector
-
-
Constructor Summary
Constructors Constructor Description ReferenceIndirector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Hashtable
getEnvironmentProperties()
javax.naming.Name
getName()
javax.naming.Name
getNameContextName()
IndirectlySerialized
indirectForm(java.lang.Object orig)
void
setEnvironmentProperties(java.util.Hashtable environmentProperties)
void
setName(javax.naming.Name name)
void
setNameContextName(javax.naming.Name contextName)
-
-
-
Method Detail
-
getName
public javax.naming.Name getName()
-
setName
public void setName(javax.naming.Name name)
-
getNameContextName
public javax.naming.Name getNameContextName()
-
setNameContextName
public void setNameContextName(javax.naming.Name contextName)
-
getEnvironmentProperties
public java.util.Hashtable getEnvironmentProperties()
-
setEnvironmentProperties
public void setEnvironmentProperties(java.util.Hashtable environmentProperties)
-
indirectForm
public IndirectlySerialized indirectForm(java.lang.Object orig) throws java.lang.Exception
- Specified by:
indirectForm
in interfaceIndirector
- Throws:
java.lang.Exception
-
-