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
NoSuchEndPoint
int getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
Copyright © 2021 JBoss by Red Hat. All rights reserved.