org.apache.yoko.orb.IMR
Interface DomainOperations
- All Known Subinterfaces:
- Domain, ServerDomain, ServerDomainOperations
- All Known Implementing Classes:
- _DomainStub, _ServerDomainStub, DomainPOA, ServerDomainPOA
public interface DomainOperations
registerServer
void registerServer(String name,
String exec,
String host)
throws ServerAlreadyRegistered
- Called for automatic server registration
- Parameters:
name
- The server nameexec
- The server executable pathhost
- The server host name
- Throws:
ServerAlreadyRegistered
startup
ActiveState startup(String serverId,
String instance,
ObjectReferenceTemplate root_tmpl,
ProcessEndpointManagerHolder endpoint)
throws NoSuchServer,
NoSuchOAD,
OADNotRunning
- Called to inform the IMR that the server has been started
- Parameters:
serverId
- The server idinstance
- The server instanceroot_tmpl
- The RootPOA ORTendpoint
- The ProcessControllerRegistrar for the process
- Throws:
NoSuchServer
NoSuchOAD
OADNotRunning
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.