com.mchange.v2.naming
Class ReferenceIndirector

java.lang.Object
  extended by com.mchange.v2.naming.ReferenceIndirector
All Implemented Interfaces:
Indirector

public class ReferenceIndirector
extends java.lang.Object
implements Indirector


Constructor Summary
ReferenceIndirector()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceIndirector

public ReferenceIndirector()
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 interface Indirector
Throws:
java.lang.Exception