Interface sunw.corba.OrbRef
All Packages Class Hierarchy This Package Previous Next Index
Interface sunw.corba.OrbRef
- public interface OrbRef
- extends Object
-
createDefaultServer()
-
-
getOrbHost()
-
-
listInitialServices()
-
-
listInitialServices(String)
-
-
objectToString(ObjectRef)
-
-
resolveInitialReferences(String)
-
-
stringToObject(String)
-
listInitialServices
public abstract String[] listInitialServices() throws SystemException
listInitialServices
public abstract String[] listInitialServices(String location) throws SystemException
resolveInitialReferences
public abstract ObjectRef resolveInitialReferences(String identifier) throws SystemException, InvalidName
objectToString
public abstract String objectToString(ObjectRef obj) throws SystemException
stringToObject
public abstract ObjectRef stringToObject(String str) throws SystemException
getOrbHost
public abstract String getOrbHost() throws SystemException
createDefaultServer
public abstract Server createDefaultServer() throws SystemException
All Packages Class Hierarchy This Package Previous Next Index