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
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 nameinstance
- The Server Instance IDpid
- The Server Process IDendpoint
- The ProcessEndpoint
- Throws:
AlreadyLinked
- Thrown if the process is already linked
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.