All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Glacier2._SessionOperationsNC Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy