Package omero.api
Interface ISessionPrx
-
- All Superinterfaces:
Ice.ObjectPrx,ServiceInterfacePrx
- All Known Implementing Classes:
ISessionPrxHelper
public interface ISessionPrx extends ServiceInterfacePrx
Sessioncreation service for OMERO. Access to all other services is dependent upon a properly created and still activeSession. The session uuid (omero.model.Session.getUuid) can be considered a capability token, or temporary single use password. Simply by possessing it the client has access to all information available to theSession. Note: Both the RMIome.system.ServiceFactoryas well as the IceServiceFactoryuseISessionto acquire aSession. In the Ice case, Glacier2 contactsISessionitself and returns a ServiceFactory remote proxy. From both ServiceFactory instances, it is possible but not necessary to accessISession.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ice.AsyncResultbegin_closeSession(Session sess)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, Ice.Callback __cb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_closeSession __cb)Closes session and releases all resources.Ice.AsyncResultbegin_closeSession(Session sess, Callback_ISession_closeSession __cb)Closes session and releases all resources.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, Ice.Callback __cb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSession __cb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSession(Principal p, java.lang.String credentials, Callback_ISession_createSession __cb)Creates a new session and returns it to the user.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Ice.Callback __cb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeout __cb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Callback_ISession_createSessionWithTimeout __cb)Allows an admin to create aSessionfor the givePrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Ice.Callback __cb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeouts __cb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Callback_ISession_createSessionWithTimeouts __cb)Allows an admin to create aSessionfor the givenPrincipal.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Ice.Callback __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createUserSession __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Callback_ISession_createUserSession __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInput __cb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInput(java.lang.String sess, java.lang.String key, Callback_ISession_getInput __cb)Retrieves an entry from the givenSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, Ice.Callback __cb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputKeys __cb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputKeys(java.lang.String sess, Callback_ISession_getInputKeys __cb)Retrieves all keys in theSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, Ice.Callback __cb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputs __cb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getInputs(java.lang.String sess, Callback_ISession_getInputs __cb)Retrieves all inputs from the givenSessioninput environment.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenAgentSessions __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenAgentSessions(java.lang.String agent, Callback_ISession_getMyOpenAgentSessions __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.Ice.AsyncResultbegin_getMyOpenClientSessions()LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenClientSessions __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenClientSessions(Callback_ISession_getMyOpenClientSessions __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.Ice.AsyncResultbegin_getMyOpenSessions()Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(Ice.Callback __cb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenSessions __cb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getMyOpenSessions(Callback_ISession_getMyOpenSessions __cb)Returns a list of open sessions for the current user.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutput __cb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutput(java.lang.String sess, java.lang.String key, Callback_ISession_getOutput __cb)Retrieves an entry from theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, Ice.Callback __cb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputKeys __cb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputKeys(java.lang.String sess, Callback_ISession_getOutputKeys __cb)Retrieves all keys in theSessionoutput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, Ice.Callback __cb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputs __cb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getOutputs(java.lang.String sess, Callback_ISession_getOutputs __cb)Retrieves all outputs from the givenSessioninput environment.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, Ice.Callback __cb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getReferenceCount __cb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getReferenceCount(java.lang.String sessionUuid, Callback_ISession_getReferenceCount __cb)Retrieves the current reference count for the given uuid.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, Ice.Callback __cb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getSession __cb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_getSession(java.lang.String sessionUuid, Callback_ISession_getSession __cb)Retrieves the session associated with this uuid, updating the last access time as well.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_setInput __cb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setInput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setInput __cb)Places an entry in the givenSessioninput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_setOutput __cb)Places an entry in the givenSessionoutput environment.Ice.AsyncResultbegin_setOutput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setOutput __cb)Places an entry in the givenSessionoutput environment.intcloseSession(Session sess)Closes session and releases all resources.intcloseSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Closes session and releases all resources.SessioncreateSession(Principal p, java.lang.String credentials)Creates a new session and returns it to the user.SessioncreateSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a new session and returns it to the user.SessioncreateSessionWithTimeout(Principal principal, long timeToLiveMilliseconds)Allows an admin to create aSessionfor the givePrincipal.SessioncreateSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows an admin to create aSessionfor the givePrincipal.SessioncreateSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds)Allows an admin to create aSessionfor the givenPrincipal.SessioncreateSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows an admin to create aSessionfor the givenPrincipal.SessioncreateUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.SessioncreateUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.intend_closeSession(Ice.AsyncResult __result)Closes session and releases all resources.Sessionend_createSession(Ice.AsyncResult __result)Creates a new session and returns it to the user.Sessionend_createSessionWithTimeout(Ice.AsyncResult __result)Allows an admin to create aSessionfor the givePrincipal.Sessionend_createSessionWithTimeouts(Ice.AsyncResult __result)Allows an admin to create aSessionfor the givenPrincipal.Sessionend_createUserSession(Ice.AsyncResult __result)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.RTypeend_getInput(Ice.AsyncResult __result)Retrieves an entry from the givenSessioninput environment.java.util.List<java.lang.String>end_getInputKeys(Ice.AsyncResult __result)Retrieves all keys in theSessioninput environment.java.util.Map<java.lang.String,RType>end_getInputs(Ice.AsyncResult __result)Retrieves all inputs from the givenSessioninput environment.java.util.List<Session>end_getMyOpenAgentSessions(Ice.AsyncResult __result)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.java.util.List<Session>end_getMyOpenClientSessions(Ice.AsyncResult __result)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.java.util.List<Session>end_getMyOpenSessions(Ice.AsyncResult __result)Returns a list of open sessions for the current user.RTypeend_getOutput(Ice.AsyncResult __result)Retrieves an entry from theSessionoutput environment.java.util.List<java.lang.String>end_getOutputKeys(Ice.AsyncResult __result)Retrieves all keys in theSessionoutput environment.java.util.Map<java.lang.String,RType>end_getOutputs(Ice.AsyncResult __result)Retrieves all outputs from the givenSessioninput environment.intend_getReferenceCount(Ice.AsyncResult __result)Retrieves the current reference count for the given uuid.Sessionend_getSession(Ice.AsyncResult __result)Retrieves the session associated with this uuid, updating the last access time as well.voidend_setInput(Ice.AsyncResult __result)Places an entry in the givenSessioninput environment.voidend_setOutput(Ice.AsyncResult __result)Places an entry in the givenSessionoutput environment.RTypegetInput(java.lang.String sess, java.lang.String key)Retrieves an entry from the givenSessioninput environment.RTypegetInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from the givenSessioninput environment.java.util.List<java.lang.String>getInputKeys(java.lang.String sess)Retrieves all keys in theSessioninput environment.java.util.List<java.lang.String>getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessioninput environment.java.util.Map<java.lang.String,RType>getInputs(java.lang.String sess)Retrieves all inputs from the givenSessioninput environment.java.util.Map<java.lang.String,RType>getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all inputs from the givenSessioninput environment.java.util.List<Session>getMyOpenAgentSessions(java.lang.String agent)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.java.util.List<Session>getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.java.util.List<Session>getMyOpenClientSessions()LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.java.util.List<Session>getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.java.util.List<Session>getMyOpenSessions()Returns a list of open sessions for the current user.java.util.List<Session>getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a list of open sessions for the current user.RTypegetOutput(java.lang.String sess, java.lang.String key)Retrieves an entry from theSessionoutput environment.RTypegetOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from theSessionoutput environment.java.util.List<java.lang.String>getOutputKeys(java.lang.String sess)Retrieves all keys in theSessionoutput environment.java.util.List<java.lang.String>getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessionoutput environment.java.util.Map<java.lang.String,RType>getOutputs(java.lang.String sess)Retrieves all outputs from the givenSessioninput environment.java.util.Map<java.lang.String,RType>getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all outputs from the givenSessioninput environment.intgetReferenceCount(java.lang.String sessionUuid)Retrieves the current reference count for the given uuid.intgetReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the current reference count for the given uuid.SessiongetSession(java.lang.String sessionUuid)Retrieves the session associated with this uuid, updating the last access time as well.SessiongetSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the session associated with this uuid, updating the last access time as well.voidsetInput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessioninput environment.voidsetInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessioninput environment.voidsetOutput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessionoutput environment.voidsetOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessionoutput environment.-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Method Detail
-
createSession
Session createSession(Principal p, java.lang.String credentials) throws Glacier2.CannotCreateSessionException, ServerError
Creates a new session and returns it to the user.- Throws:
ApiUsageException- if principal is nullSecurityViolation- if the password check failsGlacier2.CannotCreateSessionExceptionServerError
-
createSession
Session createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ApiUsageException- if principal is nullSecurityViolation- if the password check failsGlacier2.CannotCreateSessionExceptionServerError
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials)
Creates a new session and returns it to the user.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, Ice.Callback __cb)
Creates a new session and returns it to the user.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, Callback_ISession_createSession __cb)
Creates a new session and returns it to the user.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSession __cb)
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates a new session and returns it to the user.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Creates a new session and returns it to the user.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSession
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Creates a new session and returns it to the user.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createSession
Session end_createSession(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Creates a new session and returns it to the user.- Parameters:
__result- The asynchronous result object.- Throws:
ApiUsageException- if principal is nullSecurityViolation- if the password check failsGlacier2.CannotCreateSessionExceptionServerError
-
createUserSession
Session createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup) throws Glacier2.CannotCreateSessionException, ServerError
Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
createUserSession
Session createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Ice.Callback __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Callback_ISession_createUserSession __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createUserSession __cb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createUserSession
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createUserSession
Session end_createUserSession(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Allows a user to open up another session for him/herself with the given defaults without needing to re-enter password.- Parameters:
__result- The asynchronous result object.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
createSessionWithTimeout
Session createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
createSessionWithTimeout
Session createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Ice.Callback __cb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Callback_ISession_createSessionWithTimeout __cb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeout __cb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeout
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. This is useful to override the server default so that an initial delay before the user is given the token will not be construed as idle time. A value less than 1 will cause the default max timeToLive to be used; but timeToIdle will be disabled.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createSessionWithTimeout
Session end_createSessionWithTimeout(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givePrincipal.- Parameters:
__result- The asynchronous result object.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
createSessionWithTimeouts
Session createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
createSessionWithTimeouts
Session createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Ice.Callback __cb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Callback_ISession_createSessionWithTimeouts __cb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeouts __cb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createSessionWithTimeouts
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
principal- Non-nullPrincipalwith the target user's nametimeToLiveMilliseconds- The time that thisSessionhas until destruction. Setting the value to 0 will prevent destruction unless the session remains idle.timeToIdleMilliseconds- The time that thisSessioncan remain idle before being destroyed. Setting the value to 0 will prevent idleness based destruction.__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createSessionWithTimeouts
Session end_createSessionWithTimeouts(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Allows an admin to create aSessionfor the givenPrincipal.- Parameters:
__result- The asynchronous result object.- Throws:
Glacier2.CannotCreateSessionExceptionServerError
-
getSession
Session getSession(java.lang.String sessionUuid) throws ServerError
Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Throws:
ServerError
-
getSession
Session getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid)
Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, Ice.Callback __cb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, Callback_ISession_getSession __cb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getSession __cb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSession
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Session> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getSession
Session end_getSession(Ice.AsyncResult __result) throws ServerError
Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionExceptionif not present, or aSessionTimeoutExceptionif expired. This method can be used as aSessionping.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getReferenceCount
int getReferenceCount(java.lang.String sessionUuid) throws ServerErrorRetrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Throws:
ServerError
-
getReferenceCount
int getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRetrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid)
Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, Ice.Callback __cb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, Callback_ISession_getReferenceCount __cb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getReferenceCount __cb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getReferenceCount
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getReferenceCount
int end_getReferenceCount(Ice.AsyncResult __result) throws ServerErrorRetrieves the current reference count for the given uuid. Has the same semantics asgetSession.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
closeSession
int closeSession(Session sess) throws ServerError
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Throws:
ServerError
-
closeSession
int closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, Ice.Callback __cb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, Callback_ISession_closeSession __cb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_closeSession __cb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_closeSession
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Closes session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_closeSession
int end_closeSession(Ice.AsyncResult __result) throws ServerErrorCloses session and releases all resources. It is preferred that all clients call this method as soon as possible to free memory, but it is possible to not call close, and rejoin a session later. The current reference count for the session is returned. If the session does not exist, -1. If this call caused the death of the session, then -2.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getMyOpenSessions
java.util.List<Session> getMyOpenSessions() throws ServerError
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Throws:
ServerError
-
getMyOpenSessions
java.util.List<Session> getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions()
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(Ice.Callback __cb)
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(Callback_ISession_getMyOpenSessions __cb)
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenSessions __cb)Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenSessions
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMyOpenSessions
java.util.List<Session> end_getMyOpenSessions(Ice.AsyncResult __result) throws ServerError
Returns a list of open sessions for the current user. The list is ordered by session creation time, so that the last item was created last.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getMyOpenAgentSessions
java.util.List<Session> getMyOpenAgentSessions(java.lang.String agent) throws ServerError
LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Throws:
ServerError
-
getMyOpenAgentSessions
java.util.List<Session> getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent)
LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, Callback_ISession_getMyOpenAgentSessions __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenAgentSessions __cb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenAgentSessions
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMyOpenAgentSessions
java.util.List<Session> end_getMyOpenAgentSessions(Ice.AsyncResult __result) throws ServerError
LikegetMyOpenSessionsbut returns only those sessions with the given agent string.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getMyOpenClientSessions
java.util.List<Session> getMyOpenClientSessions() throws ServerError
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Throws:
ServerError
-
getMyOpenClientSessions
java.util.List<Session> getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions()
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(Ice.Callback __cb)
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(Callback_ISession_getMyOpenClientSessions __cb)
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenClientSessions __cb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMyOpenClientSessions
Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMyOpenClientSessions
java.util.List<Session> end_getMyOpenClientSessions(Ice.AsyncResult __result) throws ServerError
LikegetMyOpenSessionsbut returns only those sessions started by official OMERO clients.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getInput
RType getInput(java.lang.String sess, java.lang.String key) throws ServerError
Retrieves an entry from the givenSessioninput environment.- Throws:
ServerError
-
getInput
RType getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key)Retrieves an entry from the givenSessioninput environment.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, Callback_ISession_getInput __cb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInput __cb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInput
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getInput
RType end_getInput(Ice.AsyncResult __result) throws ServerError
Retrieves an entry from the givenSessioninput environment.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getOutput
RType getOutput(java.lang.String sess, java.lang.String key) throws ServerError
Retrieves an entry from theSessionoutput environment.- Throws:
ServerError
-
getOutput
RType getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key)Retrieves an entry from theSessionoutput environment.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)Retrieves an entry from theSessionoutput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, Callback_ISession_getOutput __cb)Retrieves an entry from theSessionoutput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutput __cb)Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from theSessionoutput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from theSessionoutput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutput
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves an entry from theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getOutput
RType end_getOutput(Ice.AsyncResult __result) throws ServerError
Retrieves an entry from theSessionoutput environment.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setInput
void setInput(java.lang.String sess, java.lang.String key, RType value) throws ServerErrorPlaces an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Throws:
ServerError
-
setInput
void setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorPlaces an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setInput __cb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_setInput __cb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setInput
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setInput
void end_setInput(Ice.AsyncResult __result) throws ServerErrorPlaces an entry in the givenSessioninput environment. If the value is null, the key will be removed.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
setOutput
void setOutput(java.lang.String sess, java.lang.String key, RType value) throws ServerErrorPlaces an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Throws:
ServerError
-
setOutput
void setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorPlaces an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setOutput __cb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_setOutput __cb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setOutput
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Places an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setOutput
void end_setOutput(Ice.AsyncResult __result) throws ServerErrorPlaces an entry in the givenSessionoutput environment. If the value is null, the key will be removed.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getInputKeys
java.util.List<java.lang.String> getInputKeys(java.lang.String sess) throws ServerErrorRetrieves all keys in theSessioninput environment.- Returns:
- a
Setof keys - Throws:
ServerError
-
getInputKeys
java.util.List<java.lang.String> getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRetrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- a
Setof keys - Throws:
ServerError
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess)
Retrieves all keys in theSessioninput environment.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, Ice.Callback __cb)Retrieves all keys in theSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, Callback_ISession_getInputKeys __cb)Retrieves all keys in theSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputKeys __cb)Retrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInputKeys
Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getInputKeys
java.util.List<java.lang.String> end_getInputKeys(Ice.AsyncResult __result) throws ServerErrorRetrieves all keys in theSessioninput environment.- Parameters:
__result- The asynchronous result object.- Returns:
- a
Setof keys - Throws:
ServerError
-
getOutputKeys
java.util.List<java.lang.String> getOutputKeys(java.lang.String sess) throws ServerErrorRetrieves all keys in theSessionoutput environment.- Throws:
ServerError
-
getOutputKeys
java.util.List<java.lang.String> getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorRetrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess)
Retrieves all keys in theSessionoutput environment.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, Ice.Callback __cb)Retrieves all keys in theSessionoutput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, Callback_ISession_getOutputKeys __cb)Retrieves all keys in theSessionoutput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputKeys __cb)Retrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessionoutput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessionoutput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutputKeys
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all keys in theSessionoutput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getOutputKeys
java.util.List<java.lang.String> end_getOutputKeys(Ice.AsyncResult __result) throws ServerErrorRetrieves all keys in theSessionoutput environment.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getInputs
java.util.Map<java.lang.String,RType> getInputs(java.lang.String sess) throws ServerError
Retrieves all inputs from the givenSessioninput environment.- Throws:
ServerError
-
getInputs
java.util.Map<java.lang.String,RType> getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess)
Retrieves all inputs from the givenSessioninput environment.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, Ice.Callback __cb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, Callback_ISession_getInputs __cb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputs __cb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getInputs
Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all inputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getInputs
java.util.Map<java.lang.String,RType> end_getInputs(Ice.AsyncResult __result) throws ServerError
Retrieves all inputs from the givenSessioninput environment.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
getOutputs
java.util.Map<java.lang.String,RType> getOutputs(java.lang.String sess) throws ServerError
Retrieves all outputs from the givenSessioninput environment.- Throws:
ServerError
-
getOutputs
java.util.Map<java.lang.String,RType> getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess)
Retrieves all outputs from the givenSessioninput environment.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, Ice.Callback __cb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, Callback_ISession_getOutputs __cb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputs __cb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__cb- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOutputs
Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Retrieves all outputs from the givenSessioninput environment.- Parameters:
__ctx- The Context map to send with the invocation.__responseCb- The lambda response callback.__userExceptionCb- The lambda user exception callback.__exceptionCb- The lambda exception callback.__sentCb- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getOutputs
java.util.Map<java.lang.String,RType> end_getOutputs(Ice.AsyncResult __result) throws ServerError
Retrieves all outputs from the givenSessioninput environment.- Parameters:
__result- The asynchronous result object.- Throws:
ServerError
-
-