javax.rmi.CORBA
Class Stub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CORBA_2_3.portable.ObjectImpl
javax.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.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 |
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
exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.