org.apache.yoko.orb.OAD
Class ProcessEndpoint_impl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.apache.yoko.orb.OAD.ProcessEndpointPOA
          extended by org.apache.yoko.orb.OAD.ProcessEndpoint_impl
All Implemented Interfaces:
ProcessEndpointOperations, InvokeHandler

public final class ProcessEndpoint_impl
extends ProcessEndpointPOA


Constructor Summary
ProcessEndpoint_impl(String name, String id, POA poa, ORBControl orbControl)
           
 
Method Summary
 POA _default_POA()
           
 void reestablish_link(ProcessEndpointManager d)
          Called by the ProcessManager to establish a link between the Process and the ProcessManager
 void stop()
          Called by the ProcessManager to inform the Process to shutdown.
 
Methods inherited from class org.apache.yoko.orb.OAD.ProcessEndpointPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_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

ProcessEndpoint_impl

public ProcessEndpoint_impl(String name,
                            String id,
                            POA poa,
                            ORBControl orbControl)
Method Detail

reestablish_link

public void reestablish_link(ProcessEndpointManager d)
Description copied from interface: ProcessEndpointOperations
Called by the ProcessManager to establish a link between the Process and the ProcessManager

Parameters:
d - The ProcessEndpointManager with which to establish a link

stop

public void stop()
Description copied from interface: ProcessEndpointOperations
Called by the ProcessManager to inform the Process to shutdown.


_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.