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.
-
OrbStub()
-
-
createDefaultServer()
-
-
getOrbHost()
-
-
listInitialServices()
-
-
listInitialServices(String)
-
-
objectToString(ObjectRef)
-
-
ORBInit(Applet, String)
-
-
ORBInit(String)
- Initialize by finding an appropriate Orb.
-
ORBInit(String[], String)
- Initialize by finding an appropriate Orb.
-
resolveInitialReferences(String)
-
-
setParameters(Applet)
-
-
setParameters(String[])
-
-
stringToObject(String)
-
OrbStub
public OrbStub()
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).
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).
ORBInit
public static OrbRef ORBInit(Applet app,
String orbIdentifier)
setParameters
protected abstract void setParameters(String args[])
setParameters
protected abstract void setParameters(Applet app)
All Packages Class Hierarchy This Package Previous Next Index