FileDocCategorySizeDatePackage
DynamicStub.javaAPI DocJava SE 5 API1379Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.presentation.rmi

DynamicStub

public interface DynamicStub implements org.omg.CORBA.Object
Interface used to support dynamically generated stubs. This supplies some methods that are found in org.omg.CORBA.portable.ObjectImpl that are not available in org.omg.CORBA.Object.

Fields Summary
Constructors Summary
Methods Summary
public voidconnect(org.omg.CORBA.ORB orb)
Connect this dynamic stub to an ORB. Just as in standard RMI-IIOP, this is required after a dynamic stub is deserialized from an ObjectInputStream. It is not needed when unmarshalling from a org.omg.CORBA.portable.InputStream.

public org.omg.CORBA.portable.DelegategetDelegate()
Similar to ObjectImpl._get_delegate

public org.omg.CORBA.ORBgetORB()
Similar to ObjectImpl._orb()

public java.lang.String[]getTypeIds()
Similar to ObjectImpl._ids

public booleanisLocal()

public org.omg.CORBA.portable.OutputStreamrequest(java.lang.String operation, boolean responseExpected)

public voidsetDelegate(org.omg.CORBA.portable.Delegate delegate)
Similar to ObjectImpl._set_delegate