org.apache.yoko.rmi.impl
Class RMIServant

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.apache.yoko.rmi.impl.RMIServant
All Implemented Interfaces:
Tie, InvokeHandler

public class RMIServant
extends Servant
implements Tie


Constructor Summary
RMIServant(RMIState state)
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
          this implements the sole missing method in javax.rmi.CORBA.Tie
 OutputStream _invoke(String opName, InputStream _input, ResponseHandler response)
          this implements the sole missing method in org.omg.CORBA.portable.InvokeHandler
 void deactivate()
           
 Remote getTarget()
           
 ORB orb()
           
 void orb(ORB orb)
           
 void setTarget(Remote target)
           
 Object thisObject()
           
 
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
 

Constructor Detail

RMIServant

public RMIServant(RMIState state)
Method Detail

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