public class ServantLocatorPOATie extends ServantLocatorPOA
Constructor and Description |
---|
ServantLocatorPOATie(ServantLocatorOperations delegate) |
ServantLocatorPOATie(ServantLocatorOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ServantLocatorOperations |
_delegate() |
void |
_delegate(ServantLocatorOperations delegate) |
void |
postinvoke(byte[] oid,
POA adapter,
String operation,
Object the_cookie,
Servant the_servant)
This operation is invoked whenener a servant completes
a request.
|
Servant |
preinvoke(byte[] oid,
POA adapter,
String operation,
CookieHolder the_cookie)
This operations is used to get a servant that will be
used to process the request that caused preinvoke to
be called.
|
_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 ServantLocatorPOATie(ServantLocatorOperations delegate)
public ServantLocatorPOATie(ServantLocatorOperations delegate, POA poa)
public ServantLocatorOperations _delegate()
public void _delegate(ServantLocatorOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public Servant preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie) throws ForwardRequest
oid
- the object id associated with object on
which the request was made.adapter
- the reference for POA in which the
object is being activated.operation
- the operation name.the_cookie
- an opaque value that can be set
by the servant manager to be used
during postinvoke.ForwardRequest
- to indicate to the ORB
that it is responsible for delivering
the current request and subsequent
requests to the object denoted in the
forward_reference member of the exception.public void postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
oid
- the object id ssociated with object on which
the request was made.adapter
- the reference for POA in which the
object was active.the_cookie
- an opaque value that contains
the data set by preinvoke.the_servant
- reference to the servant that is
associated with the object.Copyright © 2017 JBoss by Red Hat. All rights reserved.