Class InitialGroupInfoService.InitialGISServantLocator

    • 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 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,
                               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 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.