public interface LocatorOperations
Modifier and Type | Method and Description |
---|---|
int |
getEndpoint(String endPointType)
get the port for the endpoint of the locator
|
int |
getServerPortForType(ServerLocationPerORB location,
String endPointType)
Useful from external BadServerIdHandlers which need
to pick a particular port type.
|
ServerLocationPerType |
locateServer(String serverId,
String endPoint)
locate server - returns the port with a specific type for all registered
ORBs of an active server.
|
ServerLocationPerORB |
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.
|
ServerLocationPerType locateServer(String serverId, String endPoint) throws NoSuchEndPoint, ServerNotRegistered, ServerHeldDown
ServerLocationPerORB locateServerForORB(String serverId, String orbId) throws InvalidORBid, ServerNotRegistered, ServerHeldDown
int getEndpoint(String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
int getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
Copyright © 2019 JBoss by Red Hat. All rights reserved.