Package | Description |
---|---|
com.sun.corba.se.spi.PortableActivationIDL |
Modifier and Type | Field and Description |
---|---|
ServerNotRegistered |
ServerNotRegisteredHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServerNotRegistered |
ServerNotRegisteredHelper.extract(Any a) |
static ServerNotRegistered |
ServerNotRegisteredHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerNotRegisteredHelper.insert(Any a,
ServerNotRegistered that) |
static void |
ServerNotRegisteredHelper.write(OutputStream ostream,
ServerNotRegistered value) |
Modifier and Type | Method and Description |
---|---|
void |
_ServerManagerStub.activate(String serverId)
If the server is not running, start it up.
|
void |
_ActivatorStub.activate(String serverId)
If the server is not running, start it up.
|
void |
ServerManagerPOATie.activate(String serverId)
If the server is not running, start it up.
|
void |
ActivatorPOATie.activate(String serverId)
If the server is not running, start it up.
|
void |
ActivatorOperations.activate(String serverId)
If the server is not running, start it up.
|
String[] |
_ServerManagerStub.getORBNames(String serverId)
list all registered ORBs for a server
|
String[] |
_ActivatorStub.getORBNames(String serverId)
list all registered ORBs for a server
|
String[] |
ServerManagerPOATie.getORBNames(String serverId)
list all registered ORBs for a server
|
String[] |
ActivatorPOATie.getORBNames(String serverId)
list all registered ORBs for a server
|
String[] |
ActivatorOperations.getORBNames(String serverId)
list all registered ORBs for a server
|
ServerDef |
_RepositoryStub.getServer(String serverId)
get server definition
|
ServerDef |
RepositoryPOATie.getServer(String serverId)
get server definition
|
ServerDef |
RepositoryOperations.getServer(String serverId)
get server definition
|
String |
_RepositoryStub.getServerID(String applicationName)
Find the ServerID associated with the given application name.
|
String |
RepositoryPOATie.getServerID(String applicationName)
Find the ServerID associated with the given application name.
|
String |
RepositoryOperations.getServerID(String applicationName)
Find the ServerID associated with the given application name.
|
void |
_ServerManagerStub.install(String serverId)
Invoke the server install hook.
|
void |
_RepositoryStub.install(String serverId)
Mark the server as being installed.
|
void |
_ActivatorStub.install(String serverId)
Invoke the server install hook.
|
void |
ServerManagerPOATie.install(String serverId)
Invoke the server install hook.
|
void |
RepositoryPOATie.install(String serverId)
Mark the server as being installed.
|
void |
RepositoryOperations.install(String serverId)
Mark the server as being installed.
|
void |
ActivatorPOATie.install(String serverId)
Invoke the server install hook.
|
void |
ActivatorOperations.install(String serverId)
Invoke the server install hook.
|
boolean |
_RepositoryStub.isInstalled(String serverId)
Return whether the server has been installed
|
boolean |
RepositoryPOATie.isInstalled(String serverId)
Return whether the server has been installed
|
boolean |
RepositoryOperations.isInstalled(String serverId)
Return whether the server has been installed
|
ServerLocationPerType |
_ServerManagerStub.locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerType |
_LocatorStub.locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerType |
ServerManagerPOATie.locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerType |
LocatorPOATie.locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerType |
LocatorOperations.locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerORB |
_ServerManagerStub.locateServerForORB(String serverId,
String orbId)
locate server - returns all ports registered with a specified ORB for
an active server
Starts the server if it is not already running.
|
ServerLocationPerORB |
_LocatorStub.locateServerForORB(String serverId,
String orbId)
locate server - returns all ports registered with a specified ORB for
an active server
Starts the server if it is not already running.
|
ServerLocationPerORB |
ServerManagerPOATie.locateServerForORB(String serverId,
String orbId)
locate server - returns all ports registered with a specified ORB for
an active server
Starts the server if it is not already running.
|
ServerLocationPerORB |
LocatorPOATie.locateServerForORB(String serverId,
String orbId)
locate server - returns all ports registered with a specified ORB for
an active server
Starts the server if it is not already running.
|
ServerLocationPerORB |
LocatorOperations.locateServerForORB(String serverId,
String orbId)
locate server - returns all ports registered with a specified ORB for
an active server
Starts the server if it is not already running.
|
void |
_ServerManagerStub.registerORB(String serverId,
String orbId,
ORBProxy orb,
EndPointInfo[] endPointInfo)
Called whenever an ORB instance is created.
|
void |
_ActivatorStub.registerORB(String serverId,
String orbId,
ORBProxy orb,
EndPointInfo[] endPointInfo)
Called whenever an ORB instance is created.
|
void |
ServerManagerPOATie.registerORB(String serverId,
String orbId,
ORBProxy orb,
EndPointInfo[] endPointInfo)
Called whenever an ORB instance is created.
|
void |
ActivatorPOATie.registerORB(String serverId,
String orbId,
ORBProxy orb,
EndPointInfo[] endPointInfo)
Called whenever an ORB instance is created.
|
void |
ActivatorOperations.registerORB(String serverId,
String orbId,
ORBProxy orb,
EndPointInfo[] endPointInfo)
Called whenever an ORB instance is created.
|
void |
_ServerManagerStub.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
_ActivatorStub.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ServerManagerPOATie.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ActivatorPOATie.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
ActivatorOperations.registerServer(String serverId,
ServerProxy serverObj)
A new ORB started server registers itself with the Activator
|
void |
_ServerManagerStub.shutdown(String serverId)
If the server is running, shut it down
|
void |
_ActivatorStub.shutdown(String serverId)
If the server is running, shut it down
|
void |
ServerManagerPOATie.shutdown(String serverId)
If the server is running, shut it down
|
void |
ActivatorPOATie.shutdown(String serverId)
If the server is running, shut it down
|
void |
ActivatorOperations.shutdown(String serverId)
If the server is running, shut it down
|
void |
_ServerManagerStub.uninstall(String serverId)
Invoke the server uninstall hook.
|
void |
_RepositoryStub.uninstall(String serverId)
Mark the server as being uninstalled.
|
void |
_ActivatorStub.uninstall(String serverId)
Invoke the server uninstall hook.
|
void |
ServerManagerPOATie.uninstall(String serverId)
Invoke the server uninstall hook.
|
void |
RepositoryPOATie.uninstall(String serverId)
Mark the server as being uninstalled.
|
void |
RepositoryOperations.uninstall(String serverId)
Mark the server as being uninstalled.
|
void |
ActivatorPOATie.uninstall(String serverId)
Invoke the server uninstall hook.
|
void |
ActivatorOperations.uninstall(String serverId)
Invoke the server uninstall hook.
|
void |
_RepositoryStub.unregisterServer(String serverId)
unregister server definition
|
void |
RepositoryPOATie.unregisterServer(String serverId)
unregister server definition
|
void |
RepositoryOperations.unregisterServer(String serverId)
unregister server definition
|
Constructor and Description |
---|
ServerNotRegisteredHolder(ServerNotRegistered initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.