Package com.sun.corba.ee.impl.folb
Class InitialGroupInfoService.InitialGISServantLocator
- java.lang.Object
-
- org.omg.CORBA.LocalObject
-
- com.sun.corba.ee.impl.folb.InitialGroupInfoService.InitialGISServantLocator
-
- All Implemented Interfaces:
java.io.Serializable
,Object
,IDLEntity
,ServantLocator
,ServantLocatorOperations
,ServantManager
,ServantManagerOperations
- Enclosing class:
- InitialGroupInfoService
public static class InitialGroupInfoService.InitialGISServantLocator extends LocalObject implements ServantLocator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private InitialGroupInfoService.InitialGISImpl
impl
private Servant
servant
-
Constructor Summary
Constructors Constructor Description InitialGISServantLocator(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
void
postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
This operation is invoked whenever a servant completes a request.Servant
preinvoke(byte[] oid, POA adapter, java.lang.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.-
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-
-
-
Field Detail
-
servant
private Servant servant
-
impl
private InitialGroupInfoService.InitialGISImpl impl
-
-
Constructor Detail
-
InitialGISServantLocator
public InitialGISServantLocator(ORB orb)
-
-
Method Detail
-
getType
public java.lang.String getType()
-
preinvoke
public Servant preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie) throws ForwardRequest
Description copied from interface:ServantLocatorOperations
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.- Specified by:
preinvoke
in interfaceServantLocatorOperations
- Parameters:
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.- Returns:
- Servant used to process incoming request.
- Throws:
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.
-
postinvoke
public void postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
Description copied from interface:ServantLocatorOperations
This operation is invoked whenever a servant completes a request.- Specified by:
postinvoke
in interfaceServantLocatorOperations
- Parameters:
oid
- the object id ssociated with object on which the request was made.adapter
- the reference for POA in which the object was active.operation
- the operation to invokethe_cookie
- an opaque value that contains the data set by preinvoke.the_servant
- reference to the servant that is associated with the object.
-
-