Glacier2.SessionControl 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;
/**
* An administrative session control object, which is tied to the
* lifecycle of a {@link Session}.
*
* @see Session
*
**/
public interface SessionControl extends _SessionControlOperations, _SessionControlOperationsNC,
Ice.Object
{
public static final String ice_staticId = "::Glacier2::SessionControl";
public static final long serialVersionUID = 4108124701455193921L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy