com.mchange.v2.naming
Class ReferenceIndirector

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

public class ReferenceIndirector
extends Object
implements Indirector


Constructor Summary
ReferenceIndirector()
           
 
Method Summary
 Hashtable getEnvironmentProperties()
           
 Name getName()
           
 Name getNameContextName()
           
 IndirectlySerialized indirectForm(Object orig)
           
 void setEnvironmentProperties(Hashtable environmentProperties)
           
 void setName(Name name)
           
 void setNameContextName(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 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