Class InitialGroupInfoService.InitialGISServantLocator

java.lang.Object
org.omg.CORBA.LocalObject
com.sun.corba.ee.impl.folb.InitialGroupInfoService.InitialGISServantLocator
All Implemented Interfaces:
Serializable, Object, IDLEntity, ServantLocator, ServantLocatorOperations, ServantManager, ServantManagerOperations
Enclosing class:
InitialGroupInfoService

public static class InitialGroupInfoService.InitialGISServantLocator extends LocalObject implements ServantLocator
See Also:
  • Field Details

  • Constructor Details

    • InitialGISServantLocator

      public InitialGISServantLocator(ORB orb)
  • Method Details

    • getType

      public String getType()
    • preinvoke

      public Servant preinvoke(byte[] oid, POA adapter, 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 interface ServantLocatorOperations
      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, String operation, 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 interface ServantLocatorOperations
      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 invoke
      the_cookie - an opaque value that contains the data set by preinvoke.
      the_servant - reference to the servant that is associated with the object.