public class LocatorPOATie extends LocatorPOA
Constructor and Description |
---|
LocatorPOATie(LocatorOperations delegate) |
LocatorPOATie(LocatorOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
LocatorOperations |
_delegate() |
void |
_delegate(LocatorOperations delegate) |
int |
getEndpoint(String endPointType) |
int |
getServerPortForType(ServerLocationPerORB location,
String endPointType) |
ServerLocation |
locateServer(int serverId,
String endPoint) |
ServerLocationPerORB |
locateServerForORB(int serverId,
String orbId) |
_all_interfaces, _invoke, _this, _this
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public LocatorPOATie(LocatorOperations delegate)
public LocatorPOATie(LocatorOperations delegate, POA poa)
public LocatorOperations _delegate()
public void _delegate(LocatorOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public ServerLocation locateServer(int serverId, String endPoint) throws NoSuchEndPoint, ServerNotRegistered, ServerHeldDown
public ServerLocationPerORB locateServerForORB(int serverId, String orbId) throws InvalidORBid, ServerNotRegistered, ServerHeldDown
public int getEndpoint(String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
public int getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
Copyright © 2016 JBoss by Red Hat. All rights reserved.