Package com.sun.corba.se.spi.activation
Interface ActivatorOperations
- All Known Subinterfaces:
Activator,ServerManager,ServerManagerOperations
- All Known Implementing Classes:
_ActivatorStub,_ServerManagerImplBase,_ServerManagerStub,ActivatorPOA,ActivatorPOATie,ServerManagerImpl,ServerManagerPOA,ServerManagerPOATie
public interface ActivatorOperations
com/sun/corba/se/spi/activation/ActivatorOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(int serverId) voidint[]String[]getORBNames(int serverId) voidinstall(int serverId) voidregisterEndpoints(int serverId, String orbId, EndPointInfo[] endPointInfo) voidshutdown(int serverId) voiduninstall(int serverId)
-
Method Details
-
active
- Throws:
ServerNotRegistered
-
registerEndpoints
void registerEndpoints(int serverId, String orbId, EndPointInfo[] endPointInfo) throws ServerNotRegistered, NoSuchEndPoint, ORBAlreadyRegistered -
getActiveServers
int[] getActiveServers() -
activate
-
shutdown
- Throws:
ServerNotActiveServerNotRegistered
-
install
-
getORBNames
- Throws:
ServerNotRegistered
-
uninstall
-