public interface ISessionPrx extends ServiceInterfacePrx
Session
creation service for OMERO. Access to
all other services is dependent upon a properly created and still
active Session
.
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 the Session
.
Note: Both the RMI ome.system.ServiceFactory
as well
as the Ice ServiceFactory
use
ISession
to acquire a
Session
. In the Ice case, Glacier2
contacts ISession
itself and returns a
ServiceFactory remote proxy. From both ServiceFactory
instances, it is possible but not necessary to access
ISession
.Modifier and Type | Method and Description |
---|---|
Ice.AsyncResult |
begin_closeSession(Session sess)
Closes session and releases all resources.
|
Ice.AsyncResult |
begin_closeSession(Session sess,
Callback_ISession_closeSession __cb)
Closes session and releases all resources.
|
Ice.AsyncResult |
begin_closeSession(Session sess,
Ice.Callback __cb)
Closes session and releases all resources.
|
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.
|
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.
|
Ice.AsyncResult |
begin_closeSession(Session sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes session and releases all resources.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_createSession(Principal p,
java.lang.String credentials)
Creates a new session and returns it to the user.
|
Ice.AsyncResult |
begin_createSession(Principal p,
java.lang.String credentials,
Callback_ISession_createSession __cb)
Creates a new session and returns it to the user.
|
Ice.AsyncResult |
begin_createSession(Principal p,
java.lang.String credentials,
Ice.Callback __cb)
Creates a new session and returns it to the user.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds)
Allows an admin to create a
Session for the give
Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds,
Callback_ISession_createSessionWithTimeout __cb)
Allows an admin to create a
Session for the give
Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds,
Ice.Callback __cb)
Allows an admin to create a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Allows an admin to create a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
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 a
Session for the give
Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds)
Allows an admin to create a
Session for
the given Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds,
Callback_ISession_createSessionWithTimeouts __cb)
Allows an admin to create a
Session for
the given Principal . |
Ice.AsyncResult |
begin_createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds,
Ice.Callback __cb)
Allows an admin to create a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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 a
Session for
the given Principal . |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_getInput(java.lang.String sess,
java.lang.String key)
Retrieves an entry from the given
Session input environment. |
Ice.AsyncResult |
begin_getInput(java.lang.String sess,
java.lang.String key,
Callback_ISession_getInput __cb)
Retrieves an entry from the given
Session input environment. |
Ice.AsyncResult |
begin_getInput(java.lang.String sess,
java.lang.String key,
Ice.Callback __cb)
Retrieves an entry from the given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
Ice.AsyncResult |
begin_getInputKeys(java.lang.String sess)
Retrieves all keys in the
Session input
environment. |
Ice.AsyncResult |
begin_getInputKeys(java.lang.String sess,
Callback_ISession_getInputKeys __cb)
Retrieves all keys in the
Session input
environment. |
Ice.AsyncResult |
begin_getInputKeys(java.lang.String sess,
Ice.Callback __cb)
Retrieves all keys in the
Session input
environment. |
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 the
Session input
environment. |
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 the
Session input
environment. |
Ice.AsyncResult |
begin_getInputKeys(java.lang.String sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves all keys in the
Session input
environment. |
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 the
Session input
environment. |
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 the
Session input
environment. |
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 the
Session input
environment. |
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 the
Session input
environment. |
Ice.AsyncResult |
begin_getInputs(java.lang.String sess)
Retrieves all inputs from the given
Session input environment. |
Ice.AsyncResult |
begin_getInputs(java.lang.String sess,
Callback_ISession_getInputs __cb)
Retrieves all inputs from the given
Session input environment. |
Ice.AsyncResult |
begin_getInputs(java.lang.String sess,
Ice.Callback __cb)
Retrieves all inputs from the given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
Ice.AsyncResult |
begin_getInputs(java.lang.String sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves all inputs from the given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent,
Callback_ISession_getMyOpenAgentSessions __cb)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent,
Ice.Callback __cb)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
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)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
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)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ISession_getMyOpenAgentSessions __cb)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenAgentSessions(java.lang.String agent,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
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)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
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)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
Ice.AsyncResult |
begin_getMyOpenClientSessions()
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(Callback_ISession_getMyOpenClientSessions __cb)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(Ice.Callback __cb)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
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)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_ISession_getMyOpenClientSessions __cb)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
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)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
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)
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
Ice.AsyncResult |
begin_getMyOpenSessions()
Returns a list of open sessions for the current user.
|
Ice.AsyncResult |
begin_getMyOpenSessions(Callback_ISession_getMyOpenSessions __cb)
Returns a list of open sessions for the current user.
|
Ice.AsyncResult |
begin_getMyOpenSessions(Ice.Callback __cb)
Returns a list of open sessions for the current user.
|
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.
|
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.
|
Ice.AsyncResult |
begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a list of open sessions for the current user.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_getOutput(java.lang.String sess,
java.lang.String key)
Retrieves an entry from the
Session
output environment. |
Ice.AsyncResult |
begin_getOutput(java.lang.String sess,
java.lang.String key,
Callback_ISession_getOutput __cb)
Retrieves an entry from the
Session
output environment. |
Ice.AsyncResult |
begin_getOutput(java.lang.String sess,
java.lang.String key,
Ice.Callback __cb)
Retrieves an entry from the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
Ice.AsyncResult |
begin_getOutputKeys(java.lang.String sess)
Retrieves all keys in the
Session
output environment. |
Ice.AsyncResult |
begin_getOutputKeys(java.lang.String sess,
Callback_ISession_getOutputKeys __cb)
Retrieves all keys in the
Session
output environment. |
Ice.AsyncResult |
begin_getOutputKeys(java.lang.String sess,
Ice.Callback __cb)
Retrieves all keys in the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
Ice.AsyncResult |
begin_getOutputKeys(java.lang.String sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves all keys in the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
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 the
Session
output environment. |
Ice.AsyncResult |
begin_getOutputs(java.lang.String sess)
Retrieves all outputs from the given
Session input environment. |
Ice.AsyncResult |
begin_getOutputs(java.lang.String sess,
Callback_ISession_getOutputs __cb)
Retrieves all outputs from the given
Session input environment. |
Ice.AsyncResult |
begin_getOutputs(java.lang.String sess,
Ice.Callback __cb)
Retrieves all outputs from the given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
Ice.AsyncResult |
begin_getOutputs(java.lang.String sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves all outputs from the given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
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 given
Session input environment. |
Ice.AsyncResult |
begin_getReferenceCount(java.lang.String sessionUuid)
Retrieves the current reference count for the given uuid.
|
Ice.AsyncResult |
begin_getReferenceCount(java.lang.String sessionUuid,
Callback_ISession_getReferenceCount __cb)
Retrieves the current reference count for the given uuid.
|
Ice.AsyncResult |
begin_getReferenceCount(java.lang.String sessionUuid,
Ice.Callback __cb)
Retrieves the current reference count for the given uuid.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_getSession(java.lang.String sessionUuid)
Retrieves the session associated with this uuid, updating
the last access time as well.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Ice.AsyncResult |
begin_setInput(java.lang.String sess,
java.lang.String key,
RType value)
Places an entry in the given
Session
input environment. |
Ice.AsyncResult |
begin_setInput(java.lang.String sess,
java.lang.String key,
RType value,
Callback_ISession_setInput __cb)
Places an entry in the given
Session
input environment. |
Ice.AsyncResult |
begin_setInput(java.lang.String sess,
java.lang.String key,
RType value,
Ice.Callback __cb)
Places an entry in the given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
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 given
Session
input environment. |
Ice.AsyncResult |
begin_setOutput(java.lang.String sess,
java.lang.String key,
RType value)
Places an entry in the given
Session
output environment. |
Ice.AsyncResult |
begin_setOutput(java.lang.String sess,
java.lang.String key,
RType value,
Callback_ISession_setOutput __cb)
Places an entry in the given
Session
output environment. |
Ice.AsyncResult |
begin_setOutput(java.lang.String sess,
java.lang.String key,
RType value,
Ice.Callback __cb)
Places an entry in the given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
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 given
Session
output environment. |
int |
closeSession(Session sess)
Closes session and releases all resources.
|
int |
closeSession(Session sess,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes session and releases all resources.
|
Session |
createSession(Principal p,
java.lang.String credentials)
Creates a new session and returns it to the user.
|
Session |
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.
|
Session |
createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds)
Allows an admin to create a
Session for the give
Principal . |
Session |
createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Allows an admin to create a
Session for the give
Principal . |
Session |
createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds)
Allows an admin to create a
Session for
the given Principal . |
Session |
createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Allows an admin to create a
Session for
the given Principal . |
Session |
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.
|
Session |
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.
|
int |
end_closeSession(Ice.AsyncResult __result)
Closes session and releases all resources.
|
Session |
end_createSession(Ice.AsyncResult __result)
Creates a new session and returns it to the user.
|
Session |
end_createSessionWithTimeout(Ice.AsyncResult __result)
Allows an admin to create a
Session for the give
Principal . |
Session |
end_createSessionWithTimeouts(Ice.AsyncResult __result)
Allows an admin to create a
Session for
the given Principal . |
Session |
end_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.
|
RType |
end_getInput(Ice.AsyncResult __result)
Retrieves an entry from the given
Session input environment. |
java.util.List<java.lang.String> |
end_getInputKeys(Ice.AsyncResult __result)
Retrieves all keys in the
Session input
environment. |
java.util.Map<java.lang.String,RType> |
end_getInputs(Ice.AsyncResult __result)
Retrieves all inputs from the given
Session input environment. |
java.util.List<Session> |
end_getMyOpenAgentSessions(Ice.AsyncResult __result)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
java.util.List<Session> |
end_getMyOpenClientSessions(Ice.AsyncResult __result)
Like
getMyOpenSessions but 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.
|
RType |
end_getOutput(Ice.AsyncResult __result)
Retrieves an entry from the
Session
output environment. |
java.util.List<java.lang.String> |
end_getOutputKeys(Ice.AsyncResult __result)
Retrieves all keys in the
Session
output environment. |
java.util.Map<java.lang.String,RType> |
end_getOutputs(Ice.AsyncResult __result)
Retrieves all outputs from the given
Session input environment. |
int |
end_getReferenceCount(Ice.AsyncResult __result)
Retrieves the current reference count for the given uuid.
|
Session |
end_getSession(Ice.AsyncResult __result)
Retrieves the session associated with this uuid, updating
the last access time as well.
|
void |
end_setInput(Ice.AsyncResult __result)
Places an entry in the given
Session
input environment. |
void |
end_setOutput(Ice.AsyncResult __result)
Places an entry in the given
Session
output environment. |
RType |
getInput(java.lang.String sess,
java.lang.String key)
Retrieves an entry from the given
Session input environment. |
RType |
getInput(java.lang.String sess,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves an entry from the given
Session input environment. |
java.util.List<java.lang.String> |
getInputKeys(java.lang.String sess)
Retrieves all keys in the
Session input
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 the
Session input
environment. |
java.util.Map<java.lang.String,RType> |
getInputs(java.lang.String sess)
Retrieves all inputs from the given
Session input 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 given
Session input environment. |
java.util.List<Session> |
getMyOpenAgentSessions(java.lang.String agent)
Like
getMyOpenSessions but 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)
Like
getMyOpenSessions but returns only those
sessions with the given agent string. |
java.util.List<Session> |
getMyOpenClientSessions()
Like
getMyOpenSessions but returns only those
sessions started by official OMERO clients. |
java.util.List<Session> |
getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
Like
getMyOpenSessions but 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.
|
RType |
getOutput(java.lang.String sess,
java.lang.String key)
Retrieves an entry from the
Session
output environment. |
RType |
getOutput(java.lang.String sess,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves an entry from the
Session
output environment. |
java.util.List<java.lang.String> |
getOutputKeys(java.lang.String sess)
Retrieves all keys in the
Session
output 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 the
Session
output environment. |
java.util.Map<java.lang.String,RType> |
getOutputs(java.lang.String sess)
Retrieves all outputs from the given
Session input 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 given
Session input environment. |
int |
getReferenceCount(java.lang.String sessionUuid)
Retrieves the current reference count for the given uuid.
|
int |
getReferenceCount(java.lang.String sessionUuid,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the current reference count for the given uuid.
|
Session |
getSession(java.lang.String sessionUuid)
Retrieves the session associated with this uuid, updating
the last access time as well.
|
Session |
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.
|
void |
setInput(java.lang.String sess,
java.lang.String key,
RType value)
Places an entry in the given
Session
input environment. |
void |
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 given
Session
input environment. |
void |
setOutput(java.lang.String sess,
java.lang.String key,
RType value)
Places an entry in the given
Session
output environment. |
void |
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 given
Session
output environment. |
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
Session createSession(Principal p, java.lang.String credentials) throws Glacier2.CannotCreateSessionException, ServerError
ApiUsageException
- if principal is nullSecurityViolation
- if the password check failsGlacier2.CannotCreateSessionException
ServerError
Session createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
__ctx
- The Context map to send with the invocation.ApiUsageException
- if principal is nullSecurityViolation
- if the password check failsGlacier2.CannotCreateSessionException
ServerError
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials)
Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, Callback_ISession_createSession __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_createSession(Principal p, java.lang.String credentials, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSession __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.Session end_createSession(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
__result
- The asynchronous result object.ApiUsageException
- if principal is nullSecurityViolation
- if the password check failsGlacier2.CannotCreateSessionException
ServerError
Session createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup) throws Glacier2.CannotCreateSessionException, ServerError
Glacier2.CannotCreateSessionException
ServerError
Session createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
__ctx
- The Context map to send with the invocation.Glacier2.CannotCreateSessionException
ServerError
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup)
Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Ice.Callback __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.lang.String defaultGroup, Callback_ISession_createUserSession __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.Session end_createUserSession(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
__result
- The asynchronous result object.Glacier2.CannotCreateSessionException
ServerError
Session createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds) throws Glacier2.CannotCreateSessionException, ServerError
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Glacier2.CannotCreateSessionException
ServerError
Session createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Glacier2.CannotCreateSessionException
ServerError
Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Ice.Callback __cb)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, Callback_ISession_createSessionWithTimeout __cb)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Ice.AsyncResult begin_createSessionWithTimeout(Principal principal, long timeToLiveMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeout __cb)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.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)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.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)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.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)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.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)
Session
for the give
Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has 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.Session end_createSessionWithTimeout(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Session
for the give
Principal
.__result
- The asynchronous result object.Glacier2.CannotCreateSessionException
ServerError
Session createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds) throws Glacier2.CannotCreateSessionException, ServerError
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.Glacier2.CannotCreateSessionException
ServerError
Session createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws Glacier2.CannotCreateSessionException, ServerError
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.__ctx
- The Context map to send with the invocation.Glacier2.CannotCreateSessionException
ServerError
Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Ice.Callback __cb)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, Callback_ISession_createSessionWithTimeouts __cb)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can remain idle before being destroyed. Setting
the value to 0 will prevent idleness based
destruction.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createSessionWithTimeouts(Principal principal, long timeToLiveMilliseconds, long timeToIdleMilliseconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_createSessionWithTimeouts __cb)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.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)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.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)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.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)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.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)
Session
for
the given Principal
.principal
- Non-null Principal
with the
target user's nametimeToLiveMilliseconds
- The time that this Session
has until destruction. Setting the value to 0
will prevent destruction unless the session
remains idle.timeToIdleMilliseconds
- The time that this Session
can 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.Session end_createSessionWithTimeouts(Ice.AsyncResult __result) throws Glacier2.CannotCreateSessionException, ServerError
Session
for
the given Principal
.__result
- The asynchronous result object.Glacier2.CannotCreateSessionException
ServerError
Session getSession(java.lang.String sessionUuid) throws ServerError
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.ServerError
Session getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getSession(java.lang.String sessionUuid)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, Ice.Callback __cb)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, Callback_ISession_getSession __cb)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSession(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getSession __cb)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__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.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)
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__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.Session end_getSession(Ice.AsyncResult __result) throws ServerError
RemovedSessionException
if not present, or
a SessionTimeoutException
if expired.
This method can be used as a Session
ping.__result
- The asynchronous result object.ServerError
int getReferenceCount(java.lang.String sessionUuid) throws ServerError
getSession
.ServerError
int getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
getSession
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid)
getSession
.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx)
getSession
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, Ice.Callback __cb)
getSession
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
getSession
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, Callback_ISession_getReferenceCount __cb)
getSession
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getReferenceCount __cb)
getSession
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getReferenceCount(java.lang.String sessionUuid, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
getSession
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
getSession
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
getSession
.__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.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)
getSession
.__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.int end_getReferenceCount(Ice.AsyncResult __result) throws ServerError
getSession
.__result
- The asynchronous result object.ServerError
int closeSession(Session sess) throws ServerError
ServerError
int closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_closeSession(Session sess)
Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_closeSession(Session sess, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeSession(Session sess, Callback_ISession_closeSession __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeSession(Session sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_closeSession __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeSession(Session sess, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.int end_closeSession(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<Session> getMyOpenSessions() throws ServerError
ServerError
java.util.List<Session> getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getMyOpenSessions()
Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMyOpenSessions(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenSessions(Callback_ISession_getMyOpenSessions __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenSessions __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.List<Session> end_getMyOpenSessions(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<Session> getMyOpenAgentSessions(java.lang.String agent) throws ServerError
getMyOpenSessions
but returns only those
sessions with the given agent string.ServerError
java.util.List<Session> getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
getMyOpenSessions
but returns only those
sessions with the given agent string.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent)
getMyOpenSessions
but returns only those
sessions with the given agent string.Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx)
getMyOpenSessions
but returns only those
sessions with the given agent string.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, Ice.Callback __cb)
getMyOpenSessions
but returns only those
sessions with the given agent string.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
getMyOpenSessions
but returns only those
sessions with the given agent string.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, Callback_ISession_getMyOpenAgentSessions __cb)
getMyOpenSessions
but returns only those
sessions with the given agent string.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenAgentSessions(java.lang.String agent, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenAgentSessions __cb)
getMyOpenSessions
but returns only those
sessions with the given agent string.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
getMyOpenSessions
but returns only those
sessions with the given agent string.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
getMyOpenSessions
but returns only those
sessions with the given agent string.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
getMyOpenSessions
but returns only those
sessions with the given agent string.__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.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)
getMyOpenSessions
but returns only those
sessions with the given agent string.__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.java.util.List<Session> end_getMyOpenAgentSessions(Ice.AsyncResult __result) throws ServerError
getMyOpenSessions
but returns only those
sessions with the given agent string.__result
- The asynchronous result object.ServerError
java.util.List<Session> getMyOpenClientSessions() throws ServerError
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.ServerError
java.util.List<Session> getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getMyOpenClientSessions()
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMyOpenClientSessions(Ice.Callback __cb)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenClientSessions(Callback_ISession_getMyOpenClientSessions __cb)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenClientSessions(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getMyOpenClientSessions __cb)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMyOpenClientSessions(IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__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.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)
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__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.java.util.List<Session> end_getMyOpenClientSessions(Ice.AsyncResult __result) throws ServerError
getMyOpenSessions
but returns only those
sessions started by official OMERO clients.__result
- The asynchronous result object.ServerError
RType getInput(java.lang.String sess, java.lang.String key) throws ServerError
Session
input environment.ServerError
RType getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
input environment.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key)
Session
input environment.Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
input environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)
Session
input environment.__cb
- The asynchronous callback object.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)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInput(java.lang.String sess, java.lang.String key, Callback_ISession_getInput __cb)
Session
input environment.__cb
- The asynchronous callback object.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)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
input environment.__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.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)
Session
input environment.__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.RType end_getInput(Ice.AsyncResult __result) throws ServerError
Session
input environment.__result
- The asynchronous result object.ServerError
RType getOutput(java.lang.String sess, java.lang.String key) throws ServerError
Session
output environment.ServerError
RType getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
output environment.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key)
Session
output environment.Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
output environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, Ice.Callback __cb)
Session
output environment.__cb
- The asynchronous callback object.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)
Session
output environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutput(java.lang.String sess, java.lang.String key, Callback_ISession_getOutput __cb)
Session
output environment.__cb
- The asynchronous callback object.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)
Session
output environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
output environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
output environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
output environment.__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.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)
Session
output environment.__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.RType end_getOutput(Ice.AsyncResult __result) throws ServerError
Session
output environment.__result
- The asynchronous result object.ServerError
void setInput(java.lang.String sess, java.lang.String key, RType value) throws ServerError
Session
input environment.
If the value is null, the key will be removed.ServerError
void setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
input environment.
If the value is null, the key will be removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value)
Session
input environment.
If the value is null, the key will be removed.Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
input environment.
If the value is null, the key will be removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)
Session
input environment.
If the value is null, the key will be removed.__cb
- The asynchronous callback object.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)
Session
input environment.
If the value is null, the key will be removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setInput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setInput __cb)
Session
input environment.
If the value is null, the key will be removed.__cb
- The asynchronous callback object.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)
Session
input environment.
If the value is null, the key will be removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
input environment.
If the value is null, the key will be removed.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
input environment.
If the value is null, the key will be removed.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
input environment.
If the value is null, the key will be removed.__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.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)
Session
input environment.
If the value is null, the key will be removed.__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.void end_setInput(Ice.AsyncResult __result) throws ServerError
Session
input environment.
If the value is null, the key will be removed.__result
- The asynchronous result object.ServerError
void setOutput(java.lang.String sess, java.lang.String key, RType value) throws ServerError
Session
output environment. If the value is null, the key will be
removed.ServerError
void setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
output environment. If the value is null, the key will be
removed.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value)
Session
output environment. If the value is null, the key will be
removed.Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
output environment. If the value is null, the key will be
removed.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, Ice.Callback __cb)
Session
output environment. If the value is null, the key will be
removed.__cb
- The asynchronous callback object.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)
Session
output environment. If the value is null, the key will be
removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setOutput(java.lang.String sess, java.lang.String key, RType value, Callback_ISession_setOutput __cb)
Session
output environment. If the value is null, the key will be
removed.__cb
- The asynchronous callback object.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)
Session
output environment. If the value is null, the key will be
removed.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
output environment. If the value is null, the key will be
removed.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
output environment. If the value is null, the key will be
removed.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
output environment. If the value is null, the key will be
removed.__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.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)
Session
output environment. If the value is null, the key will be
removed.__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.void end_setOutput(Ice.AsyncResult __result) throws ServerError
Session
output environment. If the value is null, the key will be
removed.__result
- The asynchronous result object.ServerError
java.util.List<java.lang.String> getInputKeys(java.lang.String sess) throws ServerError
Session
input
environment.Set
of keysServerError
java.util.List<java.lang.String> getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
input
environment.__ctx
- The Context map to send with the invocation.Set
of keysServerError
Ice.AsyncResult begin_getInputKeys(java.lang.String sess)
Session
input
environment.Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
input
environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getInputKeys(java.lang.String sess, Ice.Callback __cb)
Session
input
environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
input
environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputKeys(java.lang.String sess, Callback_ISession_getInputKeys __cb)
Session
input
environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputKeys __cb)
Session
input
environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
input
environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
input
environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
input
environment.__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.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)
Session
input
environment.__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.java.util.List<java.lang.String> end_getInputKeys(Ice.AsyncResult __result) throws ServerError
Session
input
environment.__result
- The asynchronous result object.Set
of keysServerError
java.util.List<java.lang.String> getOutputKeys(java.lang.String sess) throws ServerError
Session
output environment.ServerError
java.util.List<java.lang.String> getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
output environment.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getOutputKeys(java.lang.String sess)
Session
output environment.Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
output environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, Ice.Callback __cb)
Session
output environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
output environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, Callback_ISession_getOutputKeys __cb)
Session
output environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputKeys(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputKeys __cb)
Session
output environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
output environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
output environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
output environment.__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.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)
Session
output environment.__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.java.util.List<java.lang.String> end_getOutputKeys(Ice.AsyncResult __result) throws ServerError
Session
output environment.__result
- The asynchronous result object.ServerError
java.util.Map<java.lang.String,RType> getInputs(java.lang.String sess) throws ServerError
Session
input environment.ServerError
java.util.Map<java.lang.String,RType> getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
input environment.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getInputs(java.lang.String sess)
Session
input environment.Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
input environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getInputs(java.lang.String sess, Ice.Callback __cb)
Session
input environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputs(java.lang.String sess, Callback_ISession_getInputs __cb)
Session
input environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getInputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getInputs __cb)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
input environment.__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.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)
Session
input environment.__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.java.util.Map<java.lang.String,RType> end_getInputs(Ice.AsyncResult __result) throws ServerError
Session
input environment.__result
- The asynchronous result object.ServerError
java.util.Map<java.lang.String,RType> getOutputs(java.lang.String sess) throws ServerError
Session
input environment.ServerError
java.util.Map<java.lang.String,RType> getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session
input environment.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getOutputs(java.lang.String sess)
Session
input environment.Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx)
Session
input environment.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getOutputs(java.lang.String sess, Ice.Callback __cb)
Session
input environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputs(java.lang.String sess, Callback_ISession_getOutputs __cb)
Session
input environment.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOutputs(java.lang.String sess, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ISession_getOutputs __cb)
Session
input environment.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
Session
input environment.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
Session
input environment.__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.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)
Session
input environment.__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.java.util.Map<java.lang.String,RType> end_getOutputs(Ice.AsyncResult __result) throws ServerError
Session
input environment.__result
- The asynchronous result object.ServerError