Glacier2.Session Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.7
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* A client-visible session object, which is tied to the lifecycle of a {@link Router}.
*
* @see Router
* @see SessionManager
*
**/
public interface Session extends _SessionOperations, _SessionOperationsNC,
Ice.Object
{
public static final String ice_staticId = "::Glacier2::Session";
public static final long serialVersionUID = 2892280198637096550L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy