Package com.sun.corba.se.spi.activation
Interface RepositoryOperations
- All Known Subinterfaces:
Repository
- All Known Implementing Classes:
_RepositoryImplBase,_RepositoryStub,RepositoryImpl,RepositoryPOA,RepositoryPOATie
public interface RepositoryOperations
com/sun/corba/se/spi/activation/RepositoryOperations.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 TypeMethodDescriptionString[]getServer(int serverId) intgetServerID(String applicationName) voidinstall(int serverId) booleanisInstalled(int serverId) int[]intregisterServer(ServerDef serverDef) voiduninstall(int serverId) voidunregisterServer(int serverId)
-
Method Details
-
registerServer
-
unregisterServer
- Throws:
ServerNotRegistered
-
getServer
- Throws:
ServerNotRegistered
-
isInstalled
- Throws:
ServerNotRegistered
-
install
-
uninstall
-
listRegisteredServers
int[] listRegisteredServers() -
getApplicationNames
String[] getApplicationNames() -
getServerID
- Throws:
ServerNotRegistered
-