Glacier2.Callback_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 abstract class Callback_Router_createSession
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE
{
public final void _iceCompleted(Ice.AsyncResult result)
{
RouterPrxHelper._iceI_createSession_completed(this, result);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy