com.mchange.v2.naming
Class ReferenceIndirector
java.lang.Object
com.mchange.v2.naming.ReferenceIndirector
- All Implemented Interfaces:
- Indirector
public class ReferenceIndirector
- extends 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 Name getName()
setName
public void setName(Name name)
getNameContextName
public Name getNameContextName()
setNameContextName
public void setNameContextName(Name contextName)
getEnvironmentProperties
public Hashtable getEnvironmentProperties()
setEnvironmentProperties
public void setEnvironmentProperties(Hashtable environmentProperties)
indirectForm
public IndirectlySerialized indirectForm(Object orig)
throws Exception
- Specified by:
indirectForm
in interface Indirector
- Throws:
Exception