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.HashtablegetEnvironmentProperties()javax.naming.NamegetName()javax.naming.NamegetNameContextName()IndirectlySerializedindirectForm(java.lang.Object orig)voidsetEnvironmentProperties(java.util.Hashtable environmentProperties)voidsetName(javax.naming.Name name)voidsetNameContextName(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:
indirectFormin interfaceIndirector- Throws:
java.lang.Exception
-
-