public interface LocatorOperations
| Modifier and Type | Method and Description |
|---|---|
int |
getEndpoint(String endPointType) |
int |
getServerPortForType(ServerLocationPerORB location,
String endPointType) |
ServerLocation |
locateServer(int serverId,
String endPoint) |
ServerLocationPerORB |
locateServerForORB(int serverId,
String orbId) |
ServerLocation locateServer(int serverId, String endPoint) throws NoSuchEndPoint, ServerNotRegistered, ServerHeldDown
ServerLocationPerORB locateServerForORB(int serverId, String orbId) throws InvalidORBid, ServerNotRegistered, ServerHeldDown
int getEndpoint(String endPointType) throws NoSuchEndPoint
NoSuchEndPointint getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPointCopyright © 2018 JBoss by Red Hat. All rights reserved.