org.sapia.ubik.rmi.naming.remote.proxy
Class BindingCache.BoundRef

java.lang.Object
  extended by 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

Field Summary
 DomainName domainName
           
 javax.naming.Name name
           
 java.lang.Object obj
           
 
Constructor Summary
BindingCache.BoundRef()
          Do not use this constructor; meant for externalization.
 
Method Summary
 boolean isNull()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public javax.naming.Name name

obj

public java.lang.Object obj

domainName

public DomainName domainName
Constructor Detail

BindingCache.BoundRef

public BindingCache.BoundRef()
Do not use this constructor; meant for externalization.

Method Detail

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.