Interface sunw.corba.ObjectRef
All Packages Class Hierarchy This Package Previous Next Index
Interface sunw.corba.ObjectRef
- public interface ObjectRef
- extends Object
- extends RemoteObjectRef
-
duplicate()
-
-
getRepositoryIdentifier()
-
-
isA(String)
-
-
isNil()
-
-
release()
-
getRepositoryIdentifier
public abstract String getRepositoryIdentifier()
isA
public abstract boolean isA(String repositoryIdentifier) throws SystemException
duplicate
public abstract ObjectRef duplicate() throws SystemException
release
public abstract void release() throws SystemException
isNil
public abstract boolean isNil()
All Packages Class Hierarchy This Package Previous Next Index