org.apache.yoko.orb.OAD
Interface ProcessEndpointOperations

All Known Subinterfaces:
ProcessEndpoint
All Known Implementing Classes:
_ProcessEndpointStub, ProcessEndpoint_impl, ProcessEndpointPOA

public interface ProcessEndpointOperations

The ProcessEndpoint. This is used to reestablish a link between the ProcessManager and the Process


Method Summary
 void reestablish_link(ProcessEndpointManager endpoint)
          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.
 

Method Detail

reestablish_link

void reestablish_link(ProcessEndpointManager endpoint)
Called by the ProcessManager to establish a link between the Process and the ProcessManager

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

stop

void stop()
Called by the ProcessManager to inform the Process to shutdown.



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