Package com.sun.corba.se.spi.activation
Interface LocatorOperations
- All Known Subinterfaces:
Locator,ServerManager,ServerManagerOperations
- All Known Implementing Classes:
_LocatorStub,_ServerManagerImplBase,_ServerManagerStub,LocatorPOA,LocatorPOATie,ServerManagerImpl,ServerManagerPOA,ServerManagerPOATie
public interface LocatorOperations
com/sun/corba/se/spi/activation/LocatorOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptionintgetEndpoint(String endPointType) intgetServerPortForType(ServerLocationPerORB location, String endPointType) locateServer(int serverId, String endPoint) locateServerForORB(int serverId, String orbId)
-
Method Details
-
locateServer
ServerLocation locateServer(int serverId, String endPoint) throws NoSuchEndPoint, ServerNotRegistered, ServerHeldDown -
locateServerForORB
ServerLocationPerORB locateServerForORB(int serverId, String orbId) throws InvalidORBid, ServerNotRegistered, ServerHeldDown -
getEndpoint
- Throws:
NoSuchEndPoint
-
getServerPortForType
- Throws:
NoSuchEndPoint
-