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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceIndirector
public ReferenceIndirector()
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 interface Indirector
- Throws:
java.lang.Exception