Package | Description |
---|---|
com.sun.corba.se.spi.PortableActivationIDL |
Modifier and Type | Field and Description |
---|---|
NoSuchEndPoint |
NoSuchEndPointHolder.value |
Modifier and Type | Method and Description |
---|---|
static NoSuchEndPoint |
NoSuchEndPointHelper.extract(Any a) |
static NoSuchEndPoint |
NoSuchEndPointHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
NoSuchEndPointHelper.insert(Any a,
NoSuchEndPoint that) |
static void |
NoSuchEndPointHelper.write(OutputStream ostream,
NoSuchEndPoint value) |
Modifier and Type | Method and Description |
---|---|
int |
_ServerManagerStub.getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
_LocatorStub.getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
ServerManagerPOATie.getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
LocatorPOATie.getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
LocatorOperations.getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
_ServerManagerStub.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.
|
int |
LocatorPOATie.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.
|
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.
|
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.
|
Constructor and Description |
---|
NoSuchEndPointHolder(NoSuchEndPoint initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.