Glacier2.AMD_Router_createSession Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.7
//
//
//
// Generated from file `Router.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* Create a per-client session with the router. If a
* {@link SessionManager} has been installed, a proxy to a {@link Session}
* object is returned to the client. Otherwise, null is returned
* and only an internal session (i.e., not visible to the client)
* is created.
*
* If a session proxy is returned, it must be configured to route
* through the router that created it. This will happen automatically
* if the router is configured as the client's default router at the
* time the session proxy is created in the client process, otherwise
* the client must configure the session proxy explicitly.
*
**/
public interface AMD_Router_createSession extends Ice.AMDCallback
{
/**
* ice_response indicates that
* the operation completed successfully.
* @param ret (return value) A proxy for the newly created session, or null if no
{@link SessionManager} has been installed.
*
**/
void ice_response(SessionPrx ret);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy