public class ReferenceIndirector extends java.lang.Object implements Indirector
Constructor and Description |
---|
ReferenceIndirector() |
Modifier and Type | Method and Description |
---|---|
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) |
public javax.naming.Name getName()
public void setName(javax.naming.Name name)
public javax.naming.Name getNameContextName()
public void setNameContextName(javax.naming.Name contextName)
public java.util.Hashtable getEnvironmentProperties()
public void setEnvironmentProperties(java.util.Hashtable environmentProperties)
public IndirectlySerialized indirectForm(java.lang.Object orig) throws java.lang.Exception
indirectForm
in interface Indirector
java.lang.Exception