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

Interface sunw.corba.OrbRef

public interface OrbRef
extends Object

Method Index

 o createDefaultServer()
 o getOrbHost()
 o listInitialServices()
 o listInitialServices(String)
 o objectToString(ObjectRef)
 o resolveInitialReferences(String)
 o stringToObject(String)

Methods

 o listInitialServices
  public abstract String[] listInitialServices() throws SystemException
 o listInitialServices
  public abstract String[] listInitialServices(String location) throws SystemException
 o resolveInitialReferences
  public abstract ObjectRef resolveInitialReferences(String identifier) throws SystemException, InvalidName
 o objectToString
  public abstract String objectToString(ObjectRef obj) throws SystemException
 o stringToObject
  public abstract ObjectRef stringToObject(String str) throws SystemException
 o getOrbHost
  public abstract String getOrbHost() throws SystemException
 o createDefaultServer
  public abstract Server createDefaultServer() throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index