Stub (Java Platform SE 6) (original) (raw)
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:
Direct Known Subclasses:
public abstract class Stub
extends ObjectImpl
implements Serializable
Base class from which all RMI-IIOP stubs must inherit.
See Also:
Constructor Summary |
---|
Stub() |
Method Summary | |
---|---|
void | connect(ORB orb) Connects this stub to an ORB. |
boolean | equals(Object obj) Compares two stubs for equality. |
int | hashCode() Returns a hash code value for the object which is the same for all stubs that represent the same remote object. |
String | toString() Returns a string representation of this stub. |
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl |
---|
_get_codebase |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
---|
[_create_request](../../../org/omg/CORBA/portable/ObjectImpl.html#%5Fcreate%5Frequest%28org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue%29), [_create_request](../../../org/omg/CORBA/portable/ObjectImpl.html#%5Fcreate%5Frequest%28org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList%29), _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](../../../org/omg/CORBA/portable/ObjectImpl.html#%5Frequest%28java.lang.String, boolean%29), _servant_postinvoke, [_servant_preinvoke](../../../org/omg/CORBA/portable/ObjectImpl.html#%5Fservant%5Fpreinvoke%28java.lang.String, java.lang.Class%29), _set_delegate, [_set_policy_override](../../../org/omg/CORBA/portable/ObjectImpl.html#%5Fset%5Fpolicy%5Foverride%28org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType%29) |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, [wait](../../../java/lang/Object.html#wait%28long, int%29) |
Constructor Detail |
---|
Stub
public Stub()
Method Detail |
---|
hashCode
public int hashCode()
Returns a hash code value for the object which is the same for all stubs that represent the same remote object.
Overrides:
[hashCode](../../../org/omg/CORBA/portable/ObjectImpl.html#hashCode%28%29)
in class [ObjectImpl](../../../org/omg/CORBA/portable/ObjectImpl.html "class in org.omg.CORBA.portable")
Returns:
the hash code value.
See Also:
Object.equals(java.lang.Object), Hashtable
equals
public boolean equals(Object obj)
Compares two stubs for equality. Returns true
when used to compare stubs that represent the same remote object, and false
otherwise.
Overrides:
[equals](../../../org/omg/CORBA/portable/ObjectImpl.html#equals%28java.lang.Object%29)
in class [ObjectImpl](../../../org/omg/CORBA/portable/ObjectImpl.html "class in org.omg.CORBA.portable")
Parameters:
obj
- the reference object with which to compare.
Returns:
true
if this object is the same as the obj
argument; false
otherwise.
See Also:
toString
public String toString()
Returns a string representation of this stub. Returns the same string for all stubs that represent the same remote object.
Overrides:
[toString](../../../org/omg/CORBA/portable/ObjectImpl.html#toString%28%29)
in class [ObjectImpl](../../../org/omg/CORBA/portable/ObjectImpl.html "class in org.omg.CORBA.portable")
Returns:
a string representation of this stub.
connect
public void connect(ORB orb) throws RemoteException
Connects this stub to an ORB. Required after the stub is deserialized but not after it is demarshalled by an ORB stream. If an unconnected stub is passed to an ORB stream for marshalling, it is implicitly connected to that ORB. Application code should not call this method directly, but should call the portable wrapper method [PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote)](../../../javax/rmi/PortableRemoteObject.html#connect%28java.rmi.Remote, java.rmi.Remote%29).
Parameters:
orb
- the ORB to connect to.
Throws:
[RemoteException](../../../java/rmi/RemoteException.html "class in java.rmi")
- if the stub is already connected to a different ORB, or if the stub does not represent an exported remote or local object.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.