public class RepositoryPOATie extends RepositoryPOA
| Constructor and Description |
|---|
RepositoryPOATie(RepositoryOperations delegate) |
RepositoryPOATie(RepositoryOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
RepositoryOperations |
_delegate() |
void |
_delegate(RepositoryOperations delegate) |
String[] |
getApplicationNames() |
ServerDef |
getServer(int serverId) |
int |
getServerID(String applicationName) |
void |
install(int serverId) |
boolean |
isInstalled(int serverId) |
int[] |
listRegisteredServers() |
int |
registerServer(ServerDef serverDef) |
void |
uninstall(int serverId) |
void |
unregisterServer(int serverId) |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic RepositoryPOATie(RepositoryOperations delegate)
public RepositoryPOATie(RepositoryOperations delegate, POA poa)
public RepositoryOperations _delegate()
public void _delegate(RepositoryOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public int registerServer(ServerDef serverDef) throws ServerAlreadyRegistered, BadServerDefinition
public void unregisterServer(int serverId)
throws ServerNotRegistered
ServerNotRegisteredpublic ServerDef getServer(int serverId) throws ServerNotRegistered
ServerNotRegisteredpublic boolean isInstalled(int serverId)
throws ServerNotRegistered
ServerNotRegisteredpublic void install(int serverId)
throws ServerNotRegistered,
ServerAlreadyInstalled
public void uninstall(int serverId)
throws ServerNotRegistered,
ServerAlreadyUninstalled
public int[] listRegisteredServers()
public String[] getApplicationNames()
public int getServerID(String applicationName) throws ServerNotRegistered
ServerNotRegisteredCopyright © 2018 JBoss by Red Hat. All rights reserved.