org.apache.yoko.rmi.impl
Class RMIStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CORBA_2_3.portable.ObjectImpl
javax.rmi.CORBA.Stub
org.apache.yoko.rmi.impl.RMIStub
- All Implemented Interfaces:
- Serializable, Object
- Direct Known Subclasses:
- RMIRemoteStub
public abstract class RMIStub
- extends Stub
- See Also:
- Serialized Form
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _non_existent, _orb, _release, _releaseReply, _request, _request, _set_policy_override |
_descriptor
protected final transient RemoteDescriptor _descriptor
_servant
protected RMIServant _servant
_so
protected ServantObject _so
_delegate
protected Delegate _delegate
RMIStub
public RMIStub()
_ids
public String[] _ids()
- Specified by:
_ids
in class ObjectImpl
writeReplace
protected abstract Object writeReplace()
toString
public String toString()
- Overrides:
toString
in class Stub
_get_delegate
public Delegate _get_delegate()
- Overrides:
_get_delegate
in class ObjectImpl
- See Also:
ObjectImpl._get_delegate()
_set_delegate
public void _set_delegate(Delegate del)
- Overrides:
_set_delegate
in class ObjectImpl
_is_local
public boolean _is_local()
- Overrides:
_is_local
in class ObjectImpl
- See Also:
ObjectImpl._is_local()
_servant_postinvoke
public void _servant_postinvoke(ServantObject servant)
- Overrides:
_servant_postinvoke
in class ObjectImpl
- See Also:
ObjectImpl._servant_postinvoke(ServantObject)
_servant_preinvoke
public ServantObject _servant_preinvoke(String operation,
Class expectedType)
- Overrides:
_servant_preinvoke
in class ObjectImpl
- See Also:
ObjectImpl._servant_preinvoke(String, Class)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.