public final class ISharePrxHelper extends Ice.ObjectPrxHelperBase implements ISharePrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
ISharePrxHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
__activate_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addComment_completed(Ice.TwowayCallbackArg1UE<TextAnnotation> __cb,
Ice.AsyncResult __result) |
static void |
__addGuest_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addGuests_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addObject_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addObjects_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addReply_completed(Ice.TwowayCallbackArg1UE<TextAnnotation> __cb,
Ice.AsyncResult __result) |
static void |
__addUser_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__addUsers_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__closeShare_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__createShare_completed(Ice.TwowayCallbackLongUE __cb,
Ice.AsyncResult __result) |
static void |
__deactivate_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__deleteComment_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__getActiveConnections_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,Experimenter>> __cb,
Ice.AsyncResult __result) |
static void |
__getAllGuests_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb,
Ice.AsyncResult __result) |
static void |
__getAllMembers_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb,
Ice.AsyncResult __result) |
static void |
__getAllUsers_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb,
Ice.AsyncResult __result) |
static void |
__getCommentCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb,
Ice.AsyncResult __result) |
static void |
__getComments_completed(Ice.TwowayCallbackArg1UE<java.util.List<Annotation>> __cb,
Ice.AsyncResult __result) |
static void |
__getContentMap_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,long[]>> __cb,
Ice.AsyncResult __result) |
static void |
__getContents_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__getContentSize_completed(Ice.TwowayCallbackIntUE __cb,
Ice.AsyncResult __result) |
static void |
__getContentSubList_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__getEvents_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__getMemberCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb,
Ice.AsyncResult __result) |
static void |
__getMemberShares_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb,
Ice.AsyncResult __result) |
static void |
__getMemberSharesFor_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb,
Ice.AsyncResult __result) |
static void |
__getOwnShares_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb,
Ice.AsyncResult __result) |
static void |
__getPastConnections_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,Experimenter>> __cb,
Ice.AsyncResult __result) |
static void |
__getShare_completed(Ice.TwowayCallbackArg1UE<Share> __cb,
Ice.AsyncResult __result) |
static void |
__getSharesOwnedBy_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb,
Ice.AsyncResult __result) |
static void |
__invalidateConnection_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__notifyMembersOfShare_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static ISharePrx |
__read(IceInternal.BasicStream __is) |
static void |
__removeGuest_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__removeGuests_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__removeObject_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__removeObjects_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__removeUser_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__removeUsers_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__setActive_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__setDescription_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__setExpiration_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__write(IceInternal.BasicStream __os,
ISharePrx v) |
void |
activate(long shareId)
Turns on the access control lists attached to the given
share for the current session.
|
void |
activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns on the access control lists attached to the given
share for the current session.
|
TextAnnotation |
addComment(long shareId,
java.lang.String comment)
Creates
TextAnnotation comment for
Session share. |
TextAnnotation |
addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment for
Session share. |
void |
addGuest(long shareId,
java.lang.String emailAddress)
Adds guest email address to the share.
|
void |
addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email address to the share.
|
void |
addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Adds guest email addresses to the share.
|
void |
addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email addresses to the share.
|
void |
addObject(long shareId,
IObject iobject)
|
void |
addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
void |
addObjects(long shareId,
java.util.List<IObject> iobjects)
|
void |
addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
TextAnnotation |
addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo)
Creates
TextAnnotation comment which
replies to an existing comment. |
TextAnnotation |
addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment which
replies to an existing comment. |
void |
addUser(long shareId,
Experimenter exp)
Adds
Experimenter experimenter to
Session share. |
void |
addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenter to
Session share. |
void |
addUsers(long shareId,
java.util.List<Experimenter> exps)
Adds
Experimenter experimenters to
Session share. |
void |
addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_activate(long shareId)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
Callback_IShare_activate __cb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
Ice.Callback __cb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_activate __cb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
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)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_activate(long shareId,
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)
Turns on the access control lists attached to the given
share for the current session.
|
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
Callback_IShare_addComment __cb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
Ice.Callback __cb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addComment __cb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
Callback_IShare_addGuest __cb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
Ice.Callback __cb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addGuest __cb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
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)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuest(long shareId,
java.lang.String emailAddress,
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)
Adds guest email address to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Ice.Callback __cb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
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)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
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)
Adds guest email addresses to the share.
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
Callback_IShare_addObject __cb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addObject __cb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
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)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
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)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
Callback_IShare_addObjects __cb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addObjects __cb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
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)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
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)
|
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Callback_IShare_addReply __cb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Ice.Callback __cb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addReply __cb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
Callback_IShare_addUser __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addUser __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
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)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
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)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_addUsers __cb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addUsers __cb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
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)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
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)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
Callback_IShare_closeShare __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
Ice.Callback __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_closeShare __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
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)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
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)
Closes
Session share. |
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
Callback_IShare_createShare __cb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_createShare __cb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_deactivate()
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(Ice.Callback __cb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(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)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deactivate(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)
Turns off the access control lists with the current share.
|
Ice.AsyncResult |
begin_deleteComment(Annotation comment)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
Callback_IShare_deleteComment __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
Ice.Callback __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_deleteComment __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
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)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
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)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
Callback_IShare_getActiveConnections __cb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
Ice.Callback __cb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getActiveConnections __cb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getAllGuests(long shareId)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
Ice.Callback __cb)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
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)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
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)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllGuests(long shareId,
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)
Get the email addresses for all share guests.
|
Ice.AsyncResult |
begin_getAllMembers(long shareId)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
Callback_IShare_getAllMembers __cb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
Ice.Callback __cb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllMembers __cb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllUsers(long shareId)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
Callback_IShare_getAllUsers __cb)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
Ice.Callback __cb)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
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)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllUsers __cb)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
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)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getAllUsers(long shareId,
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)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
Ice.Callback __cb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.
|
Ice.AsyncResult |
begin_getComments(long shareId)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
Callback_IShare_getComments __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
Ice.Callback __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getComments __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getContentMap(long shareId)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
Ice.Callback __cb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.
|
Ice.AsyncResult |
begin_getContents(long shareId)
|
Ice.AsyncResult |
begin_getContents(long shareId,
Callback_IShare_getContents __cb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
Ice.AsyncResult |
begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContents __cb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_getContentSize(long shareId)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
Callback_IShare_getContentSize __cb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
Ice.Callback __cb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
IceInternal.Functional_IntCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
IceInternal.Functional_IntCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentSize __cb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
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)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSize(long shareId,
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)
Returns the number of items in the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
Ice.Callback __cb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.
|
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Callback_IShare_getEvents __cb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Ice.Callback __cb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getEvents __cb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
Ice.Callback __cb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members
(including the owner).
|
Ice.AsyncResult |
begin_getMemberShares(boolean active)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
Callback_IShare_getMemberShares __cb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
Ice.Callback __cb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getMemberShares __cb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
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)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
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)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
Callback_IShare_getMemberSharesFor __cb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
Ice.Callback __cb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getMemberSharesFor __cb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
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)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
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)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getOwnShares(boolean active)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
Callback_IShare_getOwnShares __cb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
Ice.Callback __cb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getOwnShares __cb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
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)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
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)
Gets all owned shares for the current
Experimenter . |
Ice.AsyncResult |
begin_getPastConnections(long shareId)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
Callback_IShare_getPastConnections __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
Ice.Callback __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getPastConnections __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getShare(long shareId)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
Callback_IShare_getShare __cb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
Ice.Callback __cb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
IceInternal.Functional_GenericCallback1<Share> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
IceInternal.Functional_GenericCallback1<Share> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getShare __cb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<Share> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<Share> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
Ice.Callback __cb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
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)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
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)
Gets all shares owned by the given
Experimenter . |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
Callback_IShare_invalidateConnection __cb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
Ice.Callback __cb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_invalidateConnection __cb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
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)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
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)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
Ice.Callback __cb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
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)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
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)
Notifies via email selected members of share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
Callback_IShare_removeGuest __cb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
Ice.Callback __cb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeGuest __cb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
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)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuest(long shareId,
java.lang.String emailAddress,
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)
Removes guest email address from share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Ice.Callback __cb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
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)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
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)
Removes guest email addresses from the share.
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
Callback_IShare_removeObject __cb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeObject __cb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
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)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
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)
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
Callback_IShare_removeObjects __cb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
Ice.Callback __cb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeObjects __cb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
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)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
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)
Remove existing items from the share.
|
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
Callback_IShare_removeUser __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeUser __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
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)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
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)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_removeUsers __cb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeUsers __cb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
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)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
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)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
Callback_IShare_setActive __cb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_setActive __cb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
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) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
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) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
Callback_IShare_setDescription __cb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_setDescription __cb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
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) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
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) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
Callback_IShare_setExpiration __cb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_setExpiration __cb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
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) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
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) |
static ISharePrx |
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.
|
static ISharePrx |
checkedCast(Ice.ObjectPrx __obj,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.
|
static ISharePrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.
|
static ISharePrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.
|
void |
closeShare(long shareId)
Closes
Session share. |
void |
closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes
Session share. |
long |
createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled)
|
long |
createShare(java.lang.String description,
RTime expiration,
java.util.List<IObject> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
void |
deactivate()
Turns off the access control lists with the current share.
|
void |
deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns off the access control lists with the current share.
|
void |
deleteComment(Annotation comment)
Deletes
Annotation comment from the
database. |
void |
deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deletes
Annotation comment from the
database. |
void |
end_activate(Ice.AsyncResult __iresult)
Turns on the access control lists attached to the given
share for the current session.
|
TextAnnotation |
end_addComment(Ice.AsyncResult __iresult)
Creates
TextAnnotation comment for
Session share. |
void |
end_addGuest(Ice.AsyncResult __iresult)
Adds guest email address to the share.
|
void |
end_addGuests(Ice.AsyncResult __iresult)
Adds guest email addresses to the share.
|
void |
end_addObject(Ice.AsyncResult __iresult)
|
void |
end_addObjects(Ice.AsyncResult __iresult)
|
TextAnnotation |
end_addReply(Ice.AsyncResult __iresult)
Creates
TextAnnotation comment which
replies to an existing comment. |
void |
end_addUser(Ice.AsyncResult __iresult)
Adds
Experimenter experimenter to
Session share. |
void |
end_addUsers(Ice.AsyncResult __iresult)
Adds
Experimenter experimenters to
Session share. |
void |
end_closeShare(Ice.AsyncResult __iresult)
Closes
Session share. |
long |
end_createShare(Ice.AsyncResult __iresult)
|
void |
end_deactivate(Ice.AsyncResult __iresult)
Turns off the access control lists with the current share.
|
void |
end_deleteComment(Ice.AsyncResult __iresult)
Deletes
Annotation comment from the
database. |
java.util.Map<java.lang.String,Experimenter> |
end_getActiveConnections(Ice.AsyncResult __iresult)
Gets actual active connections to
Session share. |
java.util.List<java.lang.String> |
end_getAllGuests(Ice.AsyncResult __iresult)
Get the email addresses for all share guests.
|
java.util.List<Experimenter> |
end_getAllMembers(Ice.AsyncResult __iresult)
Get all
Experimenter users who are a
member of the share. |
java.util.List<java.lang.String> |
end_getAllUsers(Ice.AsyncResult __iresult)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
java.util.Map<java.lang.Long,java.lang.Long> |
end_getCommentCount(Ice.AsyncResult __iresult)
Returns a map from share id to comment count.
|
java.util.List<Annotation> |
end_getComments(Ice.AsyncResult __iresult)
Looks up all
Annotation comments which
belong to the Session share. |
java.util.Map<java.lang.String,long[]> |
end_getContentMap(Ice.AsyncResult __iresult)
Returns the contents of the share keyed by type.
|
java.util.List<IObject> |
end_getContents(Ice.AsyncResult __iresult)
|
int |
end_getContentSize(Ice.AsyncResult __iresult)
Returns the number of items in the share.
|
java.util.List<IObject> |
end_getContentSubList(Ice.AsyncResult __iresult)
Returns a range of items from the share.
|
java.util.List<IObject> |
end_getEvents(Ice.AsyncResult __iresult)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
java.util.Map<java.lang.Long,java.lang.Long> |
end_getMemberCount(Ice.AsyncResult __iresult)
Returns a map from share id to the count of total members
(including the owner).
|
java.util.List<Session> |
end_getMemberShares(Ice.AsyncResult __iresult)
Gets all shares where current
Experimenter is a member. |
java.util.List<Session> |
end_getMemberSharesFor(Ice.AsyncResult __iresult)
Gets all shares where given
Experimenter is a member. |
java.util.List<Session> |
end_getOwnShares(Ice.AsyncResult __iresult)
Gets all owned shares for the current
Experimenter . |
java.util.Map<java.lang.String,Experimenter> |
end_getPastConnections(Ice.AsyncResult __iresult)
Gets previous connections to
Session share. |
Share |
end_getShare(Ice.AsyncResult __iresult)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
java.util.List<Session> |
end_getSharesOwnedBy(Ice.AsyncResult __iresult)
Gets all shares owned by the given
Experimenter . |
void |
end_invalidateConnection(Ice.AsyncResult __iresult)
Makes the connection invalid for
Session share for specified user. |
void |
end_notifyMembersOfShare(Ice.AsyncResult __iresult)
Notifies via email selected members of share.
|
void |
end_removeGuest(Ice.AsyncResult __iresult)
Removes guest email address from share.
|
void |
end_removeGuests(Ice.AsyncResult __iresult)
Removes guest email addresses from the share.
|
void |
end_removeObject(Ice.AsyncResult __iresult)
|
void |
end_removeObjects(Ice.AsyncResult __iresult)
Remove existing items from the share.
|
void |
end_removeUser(Ice.AsyncResult __iresult)
Removes
Experimenter experimenter from
Session share. |
void |
end_removeUsers(Ice.AsyncResult __iresult)
Removes
Experimenter experimenters from
Session share. |
void |
end_setActive(Ice.AsyncResult __iresult) |
void |
end_setDescription(Ice.AsyncResult __iresult) |
void |
end_setExpiration(Ice.AsyncResult __iresult) |
java.util.Map<java.lang.String,Experimenter> |
getActiveConnections(long shareId)
Gets actual active connections to
Session share. |
java.util.Map<java.lang.String,Experimenter> |
getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections to
Session share. |
java.util.List<java.lang.String> |
getAllGuests(long shareId)
Get the email addresses for all share guests.
|
java.util.List<java.lang.String> |
getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the email addresses for all share guests.
|
java.util.List<Experimenter> |
getAllMembers(long shareId)
Get all
Experimenter users who are a
member of the share. |
java.util.List<Experimenter> |
getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get all
Experimenter users who are a
member of the share. |
java.util.List<java.lang.String> |
getAllUsers(long shareId)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
java.util.List<java.lang.String> |
getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get a single set containing the
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests. |
java.util.Map<java.lang.Long,java.lang.Long> |
getCommentCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to comment count.
|
java.util.Map<java.lang.Long,java.lang.Long> |
getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to comment count.
|
java.util.List<Annotation> |
getComments(long shareId)
Looks up all
Annotation comments which
belong to the Session share. |
java.util.List<Annotation> |
getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all
Annotation comments which
belong to the Session share. |
java.util.Map<java.lang.String,long[]> |
getContentMap(long shareId)
Returns the contents of the share keyed by type.
|
java.util.Map<java.lang.String,long[]> |
getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the contents of the share keyed by type.
|
java.util.List<IObject> |
getContents(long shareId)
|
java.util.List<IObject> |
getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
int |
getContentSize(long shareId)
Returns the number of items in the share.
|
int |
getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of items in the share.
|
java.util.List<IObject> |
getContentSubList(long shareId,
int start,
int finish)
Returns a range of items from the share.
|
java.util.List<IObject> |
getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a range of items from the share.
|
java.util.List<IObject> |
getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
java.util.List<IObject> |
getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
java.util.Map<java.lang.Long,java.lang.Long> |
getMemberCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to the count of total members
(including the owner).
|
java.util.Map<java.lang.Long,java.lang.Long> |
getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to the count of total members
(including the owner).
|
java.util.List<Session> |
getMemberShares(boolean active)
Gets all shares where current
Experimenter is a member. |
java.util.List<Session> |
getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where current
Experimenter is a member. |
java.util.List<Session> |
getMemberSharesFor(Experimenter user,
boolean active)
Gets all shares where given
Experimenter is a member. |
java.util.List<Session> |
getMemberSharesFor(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where given
Experimenter is a member. |
java.util.List<Session> |
getOwnShares(boolean active)
Gets all owned shares for the current
Experimenter . |
java.util.List<Session> |
getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the current
Experimenter . |
java.util.Map<java.lang.String,Experimenter> |
getPastConnections(long shareId)
Gets previous connections to
Session share. |
java.util.Map<java.lang.String,Experimenter> |
getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections to
Session share. |
Share |
getShare(long shareId)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Share |
getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
java.util.List<Session> |
getSharesOwnedBy(Experimenter user,
boolean active)
Gets all shares owned by the given
Experimenter . |
java.util.List<Session> |
getSharesOwnedBy(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the given
Experimenter . |
static java.lang.String |
ice_staticId()
Provides the Slice type ID of this type.
|
void |
invalidateConnection(long shareId,
Experimenter exp)
Makes the connection invalid for
Session share for specified user. |
void |
invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid for
Session share for specified user. |
void |
notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html)
Notifies via email selected members of share.
|
void |
notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Notifies via email selected members of share.
|
void |
removeGuest(long shareId,
java.lang.String emailAddress)
Removes guest email address from share.
|
void |
removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email address from share.
|
void |
removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Removes guest email addresses from the share.
|
void |
removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email addresses from the share.
|
void |
removeObject(long shareId,
IObject iobject)
|
void |
removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
|
void |
removeObjects(long shareId,
java.util.List<IObject> iobjects)
Remove existing items from the share.
|
void |
removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Remove existing items from the share.
|
void |
removeUser(long shareId,
Experimenter exp)
Removes
Experimenter experimenter from
Session share. |
void |
removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenter from
Session share. |
void |
removeUsers(long shareId,
java.util.List<Experimenter> exps)
Removes
Experimenter experimenters from
Session share. |
void |
removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenters from
Session share. |
void |
setActive(long shareId,
boolean active) |
void |
setActive(long shareId,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
void |
setDescription(long shareId,
java.lang.String description) |
void |
setDescription(long shareId,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
void |
setExpiration(long shareId,
RTime expiration) |
void |
setExpiration(long shareId,
RTime expiration,
java.util.Map<java.lang.String,java.lang.String> __ctx) |
static ISharePrx |
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.
|
static ISharePrx |
uncheckedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.
|
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, 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, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.String[] __ids
public static final long serialVersionUID
public void activate(long shareId) throws ServerError
ISharePrx
ValidationException
is thrown.activate
in interface ISharePrx
ServerError
public void activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
ValidationException
is thrown.activate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_activate(long shareId)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
public Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_activate(long shareId, Ice.Callback __cb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_activate(long shareId, Callback_IShare_activate __cb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_activate __cb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_activate(long shareId, 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)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__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.public Ice.AsyncResult begin_activate(long shareId, 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)
ISharePrx
ValidationException
is thrown.begin_activate
in interface ISharePrx
__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.public void end_activate(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
ValidationException
is thrown.end_activate
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __activate_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public TextAnnotation addComment(long shareId, java.lang.String comment) throws ServerError
ISharePrx
TextAnnotation
comment for
Session
share.addComment
in interface ISharePrx
ServerError
public TextAnnotation addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
TextAnnotation
comment for
Session
share.addComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, Ice.Callback __cb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, Callback_IShare_addComment __cb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addComment __cb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__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.public Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
TextAnnotation
comment for
Session
share.begin_addComment
in interface ISharePrx
__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.public TextAnnotation end_addComment(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
TextAnnotation
comment for
Session
share.end_addComment
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addComment_completed(Ice.TwowayCallbackArg1UE<TextAnnotation> __cb, Ice.AsyncResult __result)
public void addGuest(long shareId, java.lang.String emailAddress) throws ServerError
ISharePrx
addGuest
in interface ISharePrx
ServerError
public void addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
addGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress)
ISharePrx
begin_addGuest
in interface ISharePrx
public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_addGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
ISharePrx
begin_addGuest
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_addGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, Callback_IShare_addGuest __cb)
ISharePrx
begin_addGuest
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuest __cb)
ISharePrx
begin_addGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_addGuest
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_addGuest
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, 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)
ISharePrx
begin_addGuest
in interface ISharePrx
__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.public Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, 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)
ISharePrx
begin_addGuest
in interface ISharePrx
__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.public void end_addGuest(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_addGuest
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addGuest_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void addGuests(long shareId, java.util.List<java.lang.String> emailAddresses) throws ServerError
ISharePrx
addGuests
in interface ISharePrx
ServerError
public void addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
addGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
ISharePrx
begin_addGuests
in interface ISharePrx
public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_addGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
ISharePrx
begin_addGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_addGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_addGuests __cb)
ISharePrx
begin_addGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuests __cb)
ISharePrx
begin_addGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_addGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_addGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, 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)
ISharePrx
begin_addGuests
in interface ISharePrx
__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.public Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, 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)
ISharePrx
begin_addGuests
in interface ISharePrx
__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.public void end_addGuests(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_addGuests
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addGuests_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void addObject(long shareId, IObject iobject) throws ServerError
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.addObject
in interface ISharePrx
ServerError
public void addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.addObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addObject(long shareId, IObject iobject)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, Ice.Callback __cb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, Callback_IShare_addObject __cb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObject __cb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, 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)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__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.public Ice.AsyncResult begin_addObject(long shareId, IObject iobject, 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)
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.begin_addObject
in interface ISharePrx
__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.public void end_addObject(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
IObject
item to
Session
share. The entire object graph
with the exception of all Details will be loaded into the
share. If you would like to load a single object, then pass
an unloaded reference.end_addObject
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addObject_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void addObjects(long shareId, java.util.List<IObject> iobjects) throws ServerError
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.addObjects
in interface ISharePrx
ServerError
public void addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.addObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_addObjects __cb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObjects __cb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, 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)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__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.public Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, 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)
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.begin_addObjects
in interface ISharePrx
__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.public void end_addObjects(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
IObject
items to
Session
share. Conceptually calls
addObjects
for every argument passed, but the
graphs will be merged.end_addObjects
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addObjects_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public TextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo) throws ServerError
ISharePrx
TextAnnotation
comment which
replies to an existing comment.addReply
in interface ISharePrx
TextAnnotation
ServerError
public TextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
TextAnnotation
comment which
replies to an existing comment.addReply
in interface ISharePrx
__ctx
- The Context map to send with the invocation.TextAnnotation
ServerError
public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Ice.Callback __cb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Callback_IShare_addReply __cb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addReply __cb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__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.public Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
TextAnnotation
comment which
replies to an existing comment.begin_addReply
in interface ISharePrx
__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.public TextAnnotation end_addReply(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
TextAnnotation
comment which
replies to an existing comment.end_addReply
in interface ISharePrx
__iresult
- The asynchronous result object.TextAnnotation
ServerError
public static void __addReply_completed(Ice.TwowayCallbackArg1UE<TextAnnotation> __cb, Ice.AsyncResult __result)
public void addUser(long shareId, Experimenter exp) throws ServerError
ISharePrx
Experimenter
experimenter to
Session
share.addUser
in interface ISharePrx
ServerError
public void addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
experimenter to
Session
share.addUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, Ice.Callback __cb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, Callback_IShare_addUser __cb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUser __cb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, 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)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__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.public Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, 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)
ISharePrx
Experimenter
experimenter to
Session
share.begin_addUser
in interface ISharePrx
__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.public void end_addUser(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
experimenter to
Session
share.end_addUser
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addUser_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void addUsers(long shareId, java.util.List<Experimenter> exps) throws ServerError
ISharePrx
Experimenter
experimenters to
Session
share.addUsers
in interface ISharePrx
ServerError
public void addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
experimenters to
Session
share.addUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_addUsers __cb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUsers __cb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, 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)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__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.public Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, 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)
ISharePrx
Experimenter
experimenters to
Session
share.begin_addUsers
in interface ISharePrx
__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.public void end_addUsers(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
experimenters to
Session
share.end_addUsers
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __addUsers_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void closeShare(long shareId) throws ServerError
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.closeShare
in interface ISharePrx
ServerError
public void closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.closeShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_closeShare(long shareId)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
public Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_closeShare(long shareId, Ice.Callback __cb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_closeShare(long shareId, Callback_IShare_closeShare __cb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_closeShare __cb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_closeShare(long shareId, 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)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__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.public Ice.AsyncResult begin_closeShare(long shareId, 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)
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.begin_closeShare
in interface ISharePrx
__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.public void end_closeShare(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
share. No further logins
will be possible and all getters (e.g.
getMemberShares
, getOwnShares
, ...) will
filter these results if onlyActive
is true.end_closeShare
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __closeShare_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public long createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled) throws ServerError
ISharePrx
createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.ServerError
public long createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Ice.Callback __cb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Callback_IShare_createShare __cb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_createShare __cb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__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.public Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_createShare
in interface ISharePrx
enabled
- if true, then the share is immediately available
for use. If false, then the share is in draft
state. All methods on this interface will work
for shares except activate
.
Similarly, the share password cannot be used by
guests to login.__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.public long end_createShare(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_createShare
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __createShare_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
public void deactivate() throws ServerError
ISharePrx
deactivate
in interface ISharePrx
ServerError
public void deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
deactivate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_deactivate()
ISharePrx
begin_deactivate
in interface ISharePrx
public Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_deactivate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_deactivate(Ice.Callback __cb)
ISharePrx
begin_deactivate
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_deactivate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deactivate(Callback_IShare_deactivate __cb)
ISharePrx
begin_deactivate
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deactivate __cb)
ISharePrx
begin_deactivate
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_deactivate
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_deactivate
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_deactivate(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)
ISharePrx
begin_deactivate
in interface ISharePrx
__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.public Ice.AsyncResult begin_deactivate(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)
ISharePrx
begin_deactivate
in interface ISharePrx
__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.public void end_deactivate(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_deactivate
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __deactivate_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void deleteComment(Annotation comment) throws ServerError
ISharePrx
Annotation
comment from the
database.deleteComment
in interface ISharePrx
ServerError
public void deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Annotation
comment from the
database.deleteComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_deleteComment(Annotation comment)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
public Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_deleteComment(Annotation comment, Ice.Callback __cb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deleteComment(Annotation comment, Callback_IShare_deleteComment __cb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deleteComment __cb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_deleteComment(Annotation comment, 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)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__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.public Ice.AsyncResult begin_deleteComment(Annotation comment, 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)
ISharePrx
Annotation
comment from the
database.begin_deleteComment
in interface ISharePrx
__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.public void end_deleteComment(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Annotation
comment from the
database.end_deleteComment
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __deleteComment_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId) throws ServerError
ISharePrx
Session
share.getActiveConnections
in interface ISharePrx
ServerError
public java.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
share.getActiveConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getActiveConnections(long shareId)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
public Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getActiveConnections(long shareId, Ice.Callback __cb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getActiveConnections(long shareId, Callback_IShare_getActiveConnections __cb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getActiveConnections __cb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__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.public Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share.begin_getActiveConnections
in interface ISharePrx
__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.public java.util.Map<java.lang.String,Experimenter> end_getActiveConnections(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
share.end_getActiveConnections
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getActiveConnections_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,Experimenter>> __cb, Ice.AsyncResult __result)
public java.util.List<java.lang.String> getAllGuests(long shareId) throws ServerError
ISharePrx
getAllGuests
in interface ISharePrx
ServerError
public java.util.List<java.lang.String> getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getAllGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getAllGuests(long shareId)
ISharePrx
begin_getAllGuests
in interface ISharePrx
public Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getAllGuests(long shareId, Ice.Callback __cb)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllGuests(long shareId, Callback_IShare_getAllGuests __cb)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllGuests __cb)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllGuests(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getAllGuests(long shareId, 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)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getAllGuests(long shareId, 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)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__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.public Ice.AsyncResult begin_getAllGuests(long shareId, 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)
ISharePrx
begin_getAllGuests
in interface ISharePrx
__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.public java.util.List<java.lang.String> end_getAllGuests(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getAllGuests
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getAllGuests_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)
public java.util.List<Experimenter> getAllMembers(long shareId) throws ServerError
ISharePrx
Experimenter
users who are a
member of the share.getAllMembers
in interface ISharePrx
ServerError
public java.util.List<Experimenter> getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
users who are a
member of the share.getAllMembers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getAllMembers(long shareId)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
public Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getAllMembers(long shareId, Ice.Callback __cb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllMembers(long shareId, Callback_IShare_getAllMembers __cb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllMembers __cb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__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.public Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
users who are a
member of the share.begin_getAllMembers
in interface ISharePrx
__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.public java.util.List<Experimenter> end_getAllMembers(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
users who are a
member of the share.end_getAllMembers
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getAllMembers_completed(Ice.TwowayCallbackArg1UE<java.util.List<Experimenter>> __cb, Ice.AsyncResult __result)
public java.util.List<java.lang.String> getAllUsers(long shareId) throws ServerError, ValidationException
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.getAllUsers
in interface ISharePrx
Set
containing the login of all
usersValidationException
- if there is a conflict between email addresses and
user names.ServerError
public java.util.List<java.lang.String> getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError, ValidationException
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.getAllUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.Set
containing the login of all
usersValidationException
- if there is a conflict between email addresses and
user names.ServerError
public Ice.AsyncResult begin_getAllUsers(long shareId)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
public Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getAllUsers(long shareId, Ice.Callback __cb)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllUsers(long shareId, Callback_IShare_getAllUsers __cb)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllUsers __cb)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getAllUsers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getAllUsers(long shareId, 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)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getAllUsers(long shareId, 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)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__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.public Ice.AsyncResult begin_getAllUsers(long shareId, 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)
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.begin_getAllUsers
in interface ISharePrx
__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.public java.util.List<java.lang.String> end_getAllUsers(Ice.AsyncResult __iresult) throws ServerError, ValidationException
ISharePrx
omero.model.Experimenter.getOmeName
login names
of the users as well email addresses for guests.end_getAllUsers
in interface ISharePrx
__iresult
- The asynchronous result object.Set
containing the login of all
usersValidationException
- if there is a conflict between email addresses and
user names.ServerError
public static void __getAllUsers_completed(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.Long,java.lang.Long> getCommentCount(java.util.List<java.lang.Long> shareIds) throws ServerError
ISharePrx
getCommentCount
in interface ISharePrx
shareIds
- Not null.ServerError
public java.util.Map<java.lang.Long,java.lang.Long> getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getCommentCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getCommentCount __cb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getCommentCount __cb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__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.public Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getCommentCount
in interface ISharePrx
shareIds
- Not null.__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.public java.util.Map<java.lang.Long,java.lang.Long> end_getCommentCount(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getCommentCount
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getCommentCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb, Ice.AsyncResult __result)
public java.util.List<Annotation> getComments(long shareId) throws ServerError
ISharePrx
Annotation
comments which
belong to the Session
share.getComments
in interface ISharePrx
ServerError
public java.util.List<Annotation> getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Annotation
comments which
belong to the Session
share.getComments
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getComments(long shareId)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
public Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getComments(long shareId, Ice.Callback __cb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getComments(long shareId, Callback_IShare_getComments __cb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getComments __cb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__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.public Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Annotation
comments which
belong to the Session
share.begin_getComments
in interface ISharePrx
__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.public java.util.List<Annotation> end_getComments(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Annotation
comments which
belong to the Session
share.end_getComments
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getComments_completed(Ice.TwowayCallbackArg1UE<java.util.List<Annotation>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.String,long[]> getContentMap(long shareId) throws ServerError
ISharePrx
getContentMap
in interface ISharePrx
ServerError
public java.util.Map<java.lang.String,long[]> getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getContentMap
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getContentMap(long shareId)
ISharePrx
begin_getContentMap
in interface ISharePrx
public Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getContentMap
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getContentMap(long shareId, Ice.Callback __cb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentMap(long shareId, Callback_IShare_getContentMap __cb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentMap __cb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__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.public Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContentMap
in interface ISharePrx
__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.public java.util.Map<java.lang.String,long[]> end_getContentMap(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getContentMap
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getContentMap_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,long[]>> __cb, Ice.AsyncResult __result)
public int getContentSize(long shareId) throws ServerError
ISharePrx
getContentSize
in interface ISharePrx
ServerError
public int getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getContentSize
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getContentSize(long shareId)
ISharePrx
begin_getContentSize
in interface ISharePrx
public Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getContentSize
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getContentSize(long shareId, Ice.Callback __cb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSize(long shareId, Callback_IShare_getContentSize __cb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSize __cb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContentSize
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getContentSize(long shareId, 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)
ISharePrx
begin_getContentSize
in interface ISharePrx
__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.public Ice.AsyncResult begin_getContentSize(long shareId, 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)
ISharePrx
begin_getContentSize
in interface ISharePrx
__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.public int end_getContentSize(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getContentSize
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getContentSize_completed(Ice.TwowayCallbackIntUE __cb, Ice.AsyncResult __result)
public java.util.List<IObject> getContentSubList(long shareId, int start, int finish) throws ServerError
ISharePrx
getContentSubList
in interface ISharePrx
ServerError
ISharePrx.getContents(long)
public java.util.List<IObject> getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getContentSubList
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
ISharePrx.getContents(long)
public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish)
ISharePrx
begin_getContentSubList
in interface ISharePrx
public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, Ice.Callback __cb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, Callback_IShare_getContentSubList __cb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSubList __cb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__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.public Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContentSubList
in interface ISharePrx
__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.public java.util.List<IObject> end_getContentSubList(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getContentSubList
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
ISharePrx.getContents(long)
public static void __getContentSubList_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> getContents(long shareId) throws ServerError
ISharePrx
getContents
in interface ISharePrx
ServerError
public java.util.List<IObject> getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
getContents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getContents(long shareId)
ISharePrx
begin_getContents
in interface ISharePrx
public Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_getContents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getContents(long shareId, Ice.Callback __cb)
ISharePrx
begin_getContents
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_getContents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContents(long shareId, Callback_IShare_getContents __cb)
ISharePrx
begin_getContents
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContents __cb)
ISharePrx
begin_getContents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContents
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContents
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_getContents
in interface ISharePrx
__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.public Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_getContents
in interface ISharePrx
__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.public java.util.List<IObject> end_getContents(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_getContents
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getContents_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to) throws ServerError
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.getEvents
in interface ISharePrx
ServerError
public java.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.getEvents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Ice.Callback __cb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Callback_IShare_getEvents __cb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getEvents __cb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__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.public Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.begin_getEvents
in interface ISharePrx
__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.public java.util.List<IObject> end_getEvents(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
share per
Experimenter
experimenter for period of
time.end_getEvents
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getEvents_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.Long,java.lang.Long> getMemberCount(java.util.List<java.lang.Long> shareIds) throws ServerError
ISharePrx
ShareMember
links.getMemberCount
in interface ISharePrx
shareIds
- Not null.ServerError
public java.util.Map<java.lang.Long,java.lang.Long> getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
ShareMember
links.getMemberCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getMemberCount __cb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberCount __cb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__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.public Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
ShareMember
links.begin_getMemberCount
in interface ISharePrx
shareIds
- Not null.__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.public java.util.Map<java.lang.Long,java.lang.Long> end_getMemberCount(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
ShareMember
links.end_getMemberCount
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getMemberCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb, Ice.AsyncResult __result)
public java.util.List<Session> getMemberShares(boolean active) throws ServerError
ISharePrx
Experimenter
is a member.getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.ServerError
public java.util.List<Session> getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
is a member.getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getMemberShares(boolean active)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.public Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getMemberShares(boolean active, Ice.Callback __cb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberShares(boolean active, Callback_IShare_getMemberShares __cb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberShares __cb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getMemberShares(boolean active, 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)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public Ice.AsyncResult begin_getMemberShares(boolean active, 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)
ISharePrx
Experimenter
is a member.begin_getMemberShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public java.util.List<Session> end_getMemberShares(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
is a member.end_getMemberShares
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getMemberShares_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb, Ice.AsyncResult __result)
public java.util.List<Session> getMemberSharesFor(Experimenter user, boolean active) throws ServerError
ISharePrx
Experimenter
is a member.getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.ServerError
public java.util.List<Session> getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
is a member.getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Ice.Callback __cb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Callback_IShare_getMemberSharesFor __cb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberSharesFor __cb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, 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)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, 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)
ISharePrx
Experimenter
is a member.begin_getMemberSharesFor
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public java.util.List<Session> end_getMemberSharesFor(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
is a member.end_getMemberSharesFor
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getMemberSharesFor_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb, Ice.AsyncResult __result)
public java.util.List<Session> getOwnShares(boolean active) throws ServerError
ISharePrx
Experimenter
.getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.ServerError
public java.util.List<Session> getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
.getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getOwnShares(boolean active)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.public Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getOwnShares(boolean active, Ice.Callback __cb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwnShares(boolean active, Callback_IShare_getOwnShares __cb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getOwnShares __cb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getOwnShares(boolean active, 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)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public Ice.AsyncResult begin_getOwnShares(boolean active, 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)
ISharePrx
Experimenter
.begin_getOwnShares
in interface ISharePrx
active
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public java.util.List<Session> end_getOwnShares(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
.end_getOwnShares
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getOwnShares_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId) throws ServerError
ISharePrx
Session
share.getPastConnections
in interface ISharePrx
ServerError
public java.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
share.getPastConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getPastConnections(long shareId)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
public Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getPastConnections(long shareId, Ice.Callback __cb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getPastConnections(long shareId, Callback_IShare_getPastConnections __cb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getPastConnections __cb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__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.public Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share.begin_getPastConnections
in interface ISharePrx
__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.public java.util.Map<java.lang.String,Experimenter> end_getPastConnections(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
share.end_getPastConnections
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getPastConnections_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,Experimenter>> __cb, Ice.AsyncResult __result)
public Share getShare(long shareId) throws ServerError
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.getShare
in interface ISharePrx
Session
with id and
Details
set or null.
The owner in the Details object is the true owner,
and the group in the Details has all member users
linked. Annotation
instances
of the share are linked to the
Session
. Missing is a list of
share guests.ServerError
public Share getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.getShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.Session
with id and
Details
set or null.
The owner in the Details object is the true owner,
and the group in the Details has all member users
linked. Annotation
instances
of the share are linked to the
Session
. Missing is a list of
share guests.ServerError
public Ice.AsyncResult begin_getShare(long shareId)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
public Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getShare(long shareId, Ice.Callback __cb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getShare(long shareId, Callback_IShare_getShare __cb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getShare __cb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__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.public Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.begin_getShare
in interface ISharePrx
__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.public Share end_getShare(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
with all
related: Annotation
comments,
Experimenter
members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException
.end_getShare
in interface ISharePrx
__iresult
- The asynchronous result object.Session
with id and
Details
set or null.
The owner in the Details object is the true owner,
and the group in the Details has all member users
linked. Annotation
instances
of the share are linked to the
Session
. Missing is a list of
share guests.ServerError
public static void __getShare_completed(Ice.TwowayCallbackArg1UE<Share> __cb, Ice.AsyncResult __result)
public java.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active) throws ServerError
ISharePrx
Experimenter
.getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.ServerError
public java.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
.getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Ice.Callback __cb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Callback_IShare_getSharesOwnedBy __cb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getSharesOwnedBy __cb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, 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)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, 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)
ISharePrx
Experimenter
.begin_getSharesOwnedBy
in interface ISharePrx
user
- the experimenteractive
- if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare
) and closed shares (see
closeShare
) will be filtered.__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.public java.util.List<Session> end_getSharesOwnedBy(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
.end_getSharesOwnedBy
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __getSharesOwnedBy_completed(Ice.TwowayCallbackArg1UE<java.util.List<Session>> __cb, Ice.AsyncResult __result)
public void invalidateConnection(long shareId, Experimenter exp) throws ServerError
ISharePrx
Session
share for specified user.invalidateConnection
in interface ISharePrx
ServerError
public void invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Session
share for specified user.invalidateConnection
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, Ice.Callback __cb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, Callback_IShare_invalidateConnection __cb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_invalidateConnection __cb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, 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)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__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.public Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, 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)
ISharePrx
Session
share for specified user.begin_invalidateConnection
in interface ISharePrx
__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.public void end_invalidateConnection(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Session
share for specified user.end_invalidateConnection
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __invalidateConnection_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html) throws ServerError
ISharePrx
notifyMembersOfShare
in interface ISharePrx
ServerError
public void notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
notifyMembersOfShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Ice.Callback __cb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Callback_IShare_notifyMembersOfShare __cb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_notifyMembersOfShare __cb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, 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)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__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.public Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, 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)
ISharePrx
begin_notifyMembersOfShare
in interface ISharePrx
__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.public void end_notifyMembersOfShare(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_notifyMembersOfShare
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __notifyMembersOfShare_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeGuest(long shareId, java.lang.String emailAddress) throws ServerError
ISharePrx
removeGuest
in interface ISharePrx
ServerError
public void removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
removeGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress)
ISharePrx
begin_removeGuest
in interface ISharePrx
public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_removeGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, Callback_IShare_removeGuest __cb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuest __cb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_removeGuest
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, 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)
ISharePrx
begin_removeGuest
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, 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)
ISharePrx
begin_removeGuest
in interface ISharePrx
__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.public void end_removeGuest(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_removeGuest
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeGuest_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses) throws ServerError
ISharePrx
removeGuests
in interface ISharePrx
ServerError
public void removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
removeGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
ISharePrx
begin_removeGuests
in interface ISharePrx
public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_removeGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_removeGuests __cb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuests __cb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_removeGuests
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, 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)
ISharePrx
begin_removeGuests
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, 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)
ISharePrx
begin_removeGuests
in interface ISharePrx
__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.public void end_removeGuests(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_removeGuests
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeGuests_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeObject(long shareId, IObject iobject) throws ServerError
ISharePrx
removeObject
in interface ISharePrx
ServerError
public void removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
removeObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject)
ISharePrx
begin_removeObject
in interface ISharePrx
public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_removeObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, Ice.Callback __cb)
ISharePrx
begin_removeObject
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_removeObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, Callback_IShare_removeObject __cb)
ISharePrx
begin_removeObject
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObject __cb)
ISharePrx
begin_removeObject
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_removeObject
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_removeObject
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, 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)
ISharePrx
begin_removeObject
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, 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)
ISharePrx
begin_removeObject
in interface ISharePrx
__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.public void end_removeObject(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_removeObject
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeObject_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeObjects(long shareId, java.util.List<IObject> iobjects) throws ServerError
ISharePrx
removeObjects
in interface ISharePrx
ServerError
public void removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
removeObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects)
ISharePrx
begin_removeObjects
in interface ISharePrx
public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
begin_removeObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_removeObjects __cb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObjects __cb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
begin_removeObjects
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, 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)
ISharePrx
begin_removeObjects
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, 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)
ISharePrx
begin_removeObjects
in interface ISharePrx
__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.public void end_removeObjects(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
end_removeObjects
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeObjects_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeUser(long shareId, Experimenter exp) throws ServerError
ISharePrx
Experimenter
experimenter from
Session
share.removeUser
in interface ISharePrx
ServerError
public void removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
experimenter from
Session
share.removeUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, Ice.Callback __cb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, Callback_IShare_removeUser __cb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUser __cb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, 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)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, 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)
ISharePrx
Experimenter
experimenter from
Session
share.begin_removeUser
in interface ISharePrx
__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.public void end_removeUser(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
experimenter from
Session
share.end_removeUser
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeUser_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void removeUsers(long shareId, java.util.List<Experimenter> exps) throws ServerError
ISharePrx
Experimenter
experimenters from
Session
share.removeUsers
in interface ISharePrx
ServerError
public void removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ISharePrx
Experimenter
experimenters from
Session
share.removeUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_removeUsers __cb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUsers __cb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, 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)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__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.public Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, 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)
ISharePrx
Experimenter
experimenters from
Session
share.begin_removeUsers
in interface ISharePrx
__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.public void end_removeUsers(Ice.AsyncResult __iresult) throws ServerError
ISharePrx
Experimenter
experimenters from
Session
share.end_removeUsers
in interface ISharePrx
__iresult
- The asynchronous result object.ServerError
public static void __removeUsers_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void setActive(long shareId, boolean active) throws ServerError
setActive
in interface ISharePrx
ServerError
public void setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setActive
in interface ISharePrx
ServerError
public Ice.AsyncResult begin_setActive(long shareId, boolean active)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, Ice.Callback __cb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, Callback_IShare_setActive __cb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setActive __cb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, 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)
begin_setActive
in interface ISharePrx
public Ice.AsyncResult begin_setActive(long shareId, boolean active, 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)
begin_setActive
in interface ISharePrx
public void end_setActive(Ice.AsyncResult __iresult) throws ServerError
end_setActive
in interface ISharePrx
ServerError
public static void __setActive_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void setDescription(long shareId, java.lang.String description) throws ServerError
setDescription
in interface ISharePrx
ServerError
public void setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setDescription
in interface ISharePrx
ServerError
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, Ice.Callback __cb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, Callback_IShare_setDescription __cb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setDescription __cb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, 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)
begin_setDescription
in interface ISharePrx
public Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, 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)
begin_setDescription
in interface ISharePrx
public void end_setDescription(Ice.AsyncResult __iresult) throws ServerError
end_setDescription
in interface ISharePrx
ServerError
public static void __setDescription_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public void setExpiration(long shareId, RTime expiration) throws ServerError
setExpiration
in interface ISharePrx
ServerError
public void setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
setExpiration
in interface ISharePrx
ServerError
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, Ice.Callback __cb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, Callback_IShare_setExpiration __cb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setExpiration __cb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, 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)
begin_setExpiration
in interface ISharePrx
public Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, 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)
begin_setExpiration
in interface ISharePrx
public void end_setExpiration(Ice.AsyncResult __iresult) throws ServerError
end_setExpiration
in interface ISharePrx
ServerError
public static void __setExpiration_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public static ISharePrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static ISharePrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static ISharePrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static ISharePrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static ISharePrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static ISharePrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, ISharePrx v)
public static ISharePrx __read(IceInternal.BasicStream __is)