Novell exteNd Messaging Platform 5.2

javax.rmi.CORBA
Class Stub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CORBA_2_3.portable.ObjectImpl
          extended byjavax.rmi.CORBA.Stub
All Implemented Interfaces:
Object, Serializable
Direct Known Subclasses:
_ActivationSystem_Stub, _Manageable_Stub, _ManageableBase_Tie, _ManageableCollection_Stub, _ManageableCollectionBase_Tie

public abstract class Stub
extends ObjectImpl
implements Serializable

The class javax.rmi.CORBA.Stub is the standard base class from which all RMI/IDL stubs must inherit. Its main reason for existence is to act as a convenience base class to handle stub serialization.

See Also:
Serialized Form

Method Summary
 void connect(ORB orb)
          Connect the object to the given ORB.
 
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl
_get_codebase
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

connect

public void connect(ORB orb)
             throws RemoteException
Connect the object to the given ORB. The IIOP Input Stream automatically connects the object after the readObject method is called on the newly minted Stub class.

Throws:
RemoteException

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.