org.apache.yoko.rmi.impl
Class RMIStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CORBA_2_3.portable.ObjectImpl
          extended by javax.rmi.CORBA.Stub
              extended by 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

Field Summary
protected  Delegate _delegate
           
protected  RemoteDescriptor _descriptor
           
protected  RMIServant _servant
           
protected  ServantObject _so
           
 
Constructor Summary
RMIStub()
           
 
Method Summary
 Delegate _get_delegate()
           
 String[] _ids()
           
 boolean _is_local()
           
 void _servant_postinvoke(ServantObject servant)
           
 ServantObject _servant_preinvoke(String operation, Class expectedType)
           
 void _set_delegate(Delegate del)
           
 String toString()
           
protected abstract  Object writeReplace()
           
 
Methods inherited from class javax.rmi.CORBA.Stub
connect, equals, hashCode
 
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_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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_descriptor

protected final transient RemoteDescriptor _descriptor

_servant

protected RMIServant _servant

_so

protected ServantObject _so

_delegate

protected Delegate _delegate
Constructor Detail

RMIStub

public RMIStub()
Method Detail

_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.