Package | Description |
---|---|
com.sun.corba.se.spi.PortableActivationIDL | |
com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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 |
_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.
|
Modifier and Type | Method and Description |
---|---|
int |
_ServerManagerStub.getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
int |
LocatorOperations.getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
int |
LocatorPOATie.getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
int |
_LocatorStub.getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
int |
ServerManagerPOATie.getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
Modifier and Type | Field and Description |
---|---|
ServerLocationPerORB |
ServerLocationPerORBHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServerLocationPerORB |
ServerLocationPerORBHelper.extract(Any a) |
static ServerLocationPerORB |
ServerLocationPerORBHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerLocationPerORBHelper.insert(Any a,
ServerLocationPerORB that) |
static void |
ServerLocationPerORBHelper.write(OutputStream ostream,
ServerLocationPerORB value) |
Constructor and Description |
---|
ServerLocationPerORBHolder(ServerLocationPerORB initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.