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

Class sunw.corba.OrbStub

java.lang.Object
   |
   +----sunw.corba.OrbStub

public class OrbStub
extends Object
implements OrbRef
The CORBA Orb class contains those ORB functions that do not depend on which object adapter is used. These operations are the same for all ORBs, although some of them must be subclassed for particular subcontract implementations.

Constructor Index

 o OrbStub()

Method Index

 o createDefaultServer()
 o getOrbHost()
 o listInitialServices()
 o listInitialServices(String)
 o objectToString(ObjectRef)
 o ORBInit(Applet, String)
 o ORBInit(String)
Initialize by finding an appropriate Orb.
 o ORBInit(String[], String)
Initialize by finding an appropriate Orb.
 o resolveInitialReferences(String)
 o setParameters(Applet)
 o setParameters(String[])
 o stringToObject(String)

Constructors

 o OrbStub
  public OrbStub()

Methods

 o ORBInit
  public static OrbRef ORBInit(String orbIdentifier)
Initialize by finding an appropriate Orb. Note that the argList argument
Parameters:
orbIdentifier - The name of the desired Orb type
Returns:
An Orb of the desired type (widened to sunw.corba.OrbStub).
 o ORBInit
  public static OrbRef ORBInit(String argList[],
                               String orbIdentifier)
Initialize by finding an appropriate Orb. Note that the argList argument is provided for compliance with CORBA 2.0 specs, but is not currently used.
Parameters:
argList - A list of arguments used to help determine the Orb choice.
orbIdentifier - The name of the desired Orb type
Returns:
An Orb of the desired type (widened to sunw.corba.OrbStub).
 o ORBInit
  public static OrbRef ORBInit(Applet app,
                               String orbIdentifier)
 o setParameters
  protected abstract void setParameters(String args[])
 o setParameters
  protected abstract void setParameters(Applet app)

All Packages  Class Hierarchy  This Package  Previous  Next  Index