org.apache.yoko.orb.OAD
Interface ProcessEndpointManagerOperations

All Known Subinterfaces:
ProcessEndpointManager
All Known Implementing Classes:
_ProcessEndpointManagerStub, ProcessEndpointManagerPOA

public interface ProcessEndpointManagerOperations

The ProcessEndpointManager. This endpoint tracks links between the ProcessManager and spawned processes


Method Summary
 void establish_link(String server, String id, int pid, ProcessEndpoint endpoint)
          Called by the Process to establish a link between the Process and the ProcessManager
 

Method Detail

establish_link

void establish_link(String server,
                    String id,
                    int pid,
                    ProcessEndpoint endpoint)
                    throws AlreadyLinked
Called by the Process to establish a link between the Process and the ProcessManager

Parameters:
server - The server name
instance - The Server Instance ID
pid - The Server Process ID
endpoint - The ProcessEndpoint
Throws:
AlreadyLinked - Thrown if the process is already linked


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