public class RepositoryImpl extends com.sun.corba.se.spi.activation._RepositoryImplBase implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getApplicationNames() |
ServerDef |
getServer(int serverId) |
int |
getServerID(String applicationName) |
void |
install(int serverId) |
boolean |
isInstalled(int serverId) |
int[] |
listRegisteredServers() |
static void |
main(String[] args)
Typically the Repositoy is created within the ORBd VM but it can
be independently started as well.
|
int |
registerServer(ServerDef serverDef) |
int |
registerServer(ServerDef serverDef,
int theServerId) |
void |
uninstall(int serverId) |
void |
unregisterServer(int serverId) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic int registerServer(ServerDef serverDef, int theServerId) throws ServerAlreadyRegistered
ServerAlreadyRegisteredpublic int registerServer(ServerDef serverDef) throws ServerAlreadyRegistered, BadServerDefinition
registerServer in interface RepositoryOperationsServerAlreadyRegisteredBadServerDefinitionpublic void unregisterServer(int serverId)
throws ServerNotRegistered
unregisterServer in interface RepositoryOperationsServerNotRegisteredpublic ServerDef getServer(int serverId) throws ServerNotRegistered
getServer in interface RepositoryOperationsServerNotRegisteredpublic boolean isInstalled(int serverId)
throws ServerNotRegistered
isInstalled in interface RepositoryOperationsServerNotRegisteredpublic void install(int serverId)
throws ServerNotRegistered,
ServerAlreadyInstalled
install in interface RepositoryOperationsServerNotRegisteredServerAlreadyInstalledpublic void uninstall(int serverId)
throws ServerNotRegistered,
ServerAlreadyUninstalled
uninstall in interface RepositoryOperationsServerNotRegisteredServerAlreadyUninstalledpublic int[] listRegisteredServers()
listRegisteredServers in interface RepositoryOperationspublic int getServerID(String applicationName) throws ServerNotRegistered
getServerID in interface RepositoryOperationsServerNotRegisteredpublic String[] getApplicationNames()
getApplicationNames in interface RepositoryOperationspublic static void main(String[] args)
Copyright © 2018 JBoss by Red Hat. All rights reserved.