Glacier2._SessionOperationsNC Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// 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 _SessionOperationsNC
{
/**
* Destroy the session. This is called automatically when the router is destroyed.
*
**/
void destroy();
}