Interface sunw.corba.ObjectRef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sunw.corba.ObjectRef

public interface ObjectRef
extends Object
extends RemoteObjectRef

Method Index

 o duplicate()
 o getRepositoryIdentifier()
 o isA(String)
 o isNil()
 o release()

Methods

 o getRepositoryIdentifier
  public abstract String getRepositoryIdentifier()
 o isA
  public abstract boolean isA(String repositoryIdentifier) throws SystemException
 o duplicate
  public abstract ObjectRef duplicate() throws SystemException
 o release
  public abstract void release() throws SystemException
 o isNil
  public abstract boolean isNil()

All Packages  Class Hierarchy  This Package  Previous  Next  Index