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

Glacier2._SessionControlOperationsNC 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.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 _SessionControlOperationsNC
{
    /**
     * Access the object that manages the allowable categories
     * for object identities for this session.
     *
     * @return A StringSet object.
     *
     **/
    StringSetPrx categories();

    /**
     * Access the object that manages the allowable adapter identities
     * for objects for this session.
     *
     * @return A StringSet object.
     *
     **/
    StringSetPrx adapterIds();

    /**
     * Access the object that manages the allowable object identities
     * for this session.
     *
     * @return An IdentitySet object.
     *
     **/
    IdentitySetPrx identities();

    /**
     * Get the session timeout.
     *
     * @return The timeout.
     *
     **/
    int getSessionTimeout();

    /**
     * Destroy the associated session.
     *
     **/
    void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy