Class COM.ibm.corba.IIOPStub
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.corba.IIOPStub

java.lang.Object
   |
   +----COM.ibm.corba.IIOPStub

public class IIOPStub
extends Object

Variable Index

 o clientORB
 o objectIOR
 o objectKey

Constructor Index

 o IIOPStub()

Method Index

 o close()
 o getClassName()
 o getIdentifier()
 o getIOR()
 o initialize(IOR, Socket, String, String, ORB)
 o initialize(String, int, String, String, String, String, ORB)
 o newRequest(String)
 o sendRequest(IIOPOutputStream)
 o setIOR(IOR)

Variables

 o clientORB
  protected ORB clientORB
 o objectIOR
  public IOR objectIOR
 o objectKey
  public IIOPObjectKey objectKey

Constructors

 o IIOPStub
  public IIOPStub()

Methods

 o initialize
  public void initialize(IOR ior,
                         Socket socket,
                         String servlet,
                         String activationSpace,
                         ORB client)
 o initialize
  public void initialize(String server,
                         int port,
                         String instanceName,
                         String className,
                         String servlet,
                         String activationSpace,
                         ORB client)
 o newRequest
  public IIOPOutputStream newRequest(String method)
 o sendRequest
  public IIOPInputStream sendRequest(IIOPOutputStream requestOutputStream)
 o close
  public void close()
 o setIOR
  public void setIOR(IOR ior)
 o getIOR
  public IOR getIOR()
 o getClassName
  public String getClassName()
 o getIdentifier
  public String getIdentifier()

All Packages  Class Hierarchy  This Package  Previous  Next  Index