org.sapia.ubik.rmi.naming.remote.proxy
Class BindingCache.BoundRef
java.lang.Object
org.sapia.ubik.rmi.naming.remote.proxy.BindingCache.BoundRef
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- Enclosing class:
- BindingCache
public static class BindingCache.BoundRef
- extends java.lang.Object
- implements java.io.Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public javax.naming.Name name
obj
public java.lang.Object obj
domainName
public DomainName domainName
BindingCache.BoundRef
public BindingCache.BoundRef()
- Do not use this constructor; meant for externalization.
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
isNull
public boolean isNull()
Copyright © 2010 Sapia OSS. All Rights Reserved.