org.apache.yoko.rmi.impl
Class RMIServant
java.lang.Object
org.omg.PortableServer.Servant
org.apache.yoko.rmi.impl.RMIServant
- All Implemented Interfaces:
- Tie, InvokeHandler
public class RMIServant
- extends Servant
- implements Tie
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIServant
public RMIServant(RMIState state)
_all_interfaces
public String[] _all_interfaces(POA poa,
byte[] objectId)
- this implements the sole missing method in javax.rmi.CORBA.Tie
- Specified by:
_all_interfaces
in class Servant
_invoke
public OutputStream _invoke(String opName,
InputStream _input,
ResponseHandler response)
throws SystemException
- this implements the sole missing method in
org.omg.CORBA.portable.InvokeHandler
- Specified by:
_invoke
in interface InvokeHandler
- Throws:
SystemException
orb
public ORB orb()
- Specified by:
orb
in interface Tie
orb
public void orb(ORB orb)
- Specified by:
orb
in interface Tie
deactivate
public void deactivate()
- Specified by:
deactivate
in interface Tie
getTarget
public Remote getTarget()
- Specified by:
getTarget
in interface Tie
setTarget
public void setTarget(Remote target)
- Specified by:
setTarget
in interface Tie
thisObject
public Object thisObject()
- Specified by:
thisObject
in interface Tie
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.