public class _SessionTie extends Session implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, closed, defaultEventType, eventsLoaded, eventsSeq, message, node, owner, started, sudoer, timeToIdle, timeToLive, userAgent, userIP, uuid, version| Constructor and Description | 
|---|
_SessionTie(_SessionOperations delegate)  | 
_SessionTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAllEventSet(java.util.List<Event> targets,
              Ice.Current __current)  | 
void | 
addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets,
                              Ice.Current __current)  | 
void | 
addEvent(Event target,
        Ice.Current __current)  | 
void | 
addSessionAnnotationLink(SessionAnnotationLink target,
                        Ice.Current __current)  | 
void | 
addSessionAnnotationLinkToBoth(SessionAnnotationLink link,
                              boolean bothSides,
                              Ice.Current __current)  | 
void | 
clearAnnotationLinks(Ice.Current __current)  | 
void | 
clearEvents(Ice.Current __current)  | 
java.util.List<SessionAnnotationLink> | 
copyAnnotationLinks(Ice.Current __current)  | 
java.util.List<Event> | 
copyEvents(Ice.Current __current)  | 
boolean | 
equals(java.lang.Object rhs)  | 
java.util.List<SessionAnnotationLink> | 
findSessionAnnotationLink(Annotation removal,
                         Ice.Current __current)  | 
java.util.Map<java.lang.Long,java.lang.Long> | 
getAnnotationLinksCountPerOwner(Ice.Current __current)  | 
RTime | 
getClosed(Ice.Current __current)  | 
RString | 
getDefaultEventType(Ice.Current __current)  | 
Details | 
getDetails(Ice.Current __current)  | 
RLong | 
getId(Ice.Current __current)  | 
RString | 
getMessage(Ice.Current __current)  | 
Node | 
getNode(Ice.Current __current)  | 
Experimenter | 
getOwner(Ice.Current __current)  | 
RTime | 
getStarted(Ice.Current __current)  | 
Experimenter | 
getSudoer(Ice.Current __current)  | 
RLong | 
getTimeToIdle(Ice.Current __current)  | 
RLong | 
getTimeToLive(Ice.Current __current)  | 
RString | 
getUserAgent(Ice.Current __current)  | 
RString | 
getUserIP(Ice.Current __current)
Deprecated.  
 | 
RString | 
getUuid(Ice.Current __current)  | 
RInt | 
getVersion(Ice.Current __current)  | 
int | 
hashCode()  | 
java.lang.Object | 
ice_delegate()  | 
void | 
ice_delegate(java.lang.Object delegate)  | 
boolean | 
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation
 subclasses. 
 | 
boolean | 
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply
 for both reading and writing these instances. 
 | 
boolean | 
isLink(Ice.Current __current)
A link between two other types. 
 | 
boolean | 
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not. 
 | 
boolean | 
isMutable(Ice.Current __current)
The server will persist changes made to these types. 
 | 
SessionAnnotationLink | 
linkAnnotation(Annotation addition,
              Ice.Current __current)  | 
java.util.List<Annotation> | 
linkedAnnotationList(Ice.Current __current)  | 
IObject | 
proxy(Ice.Current __current)
Return another instance of the same type as this instance
 constructed as if by: new InstanceI( this.id.val, false ); 
 | 
void | 
reloadAnnotationLinks(Session toCopy,
                     Ice.Current __current)  | 
void | 
reloadEvents(Session toCopy,
            Ice.Current __current)  | 
void | 
removeAllEventSet(java.util.List<Event> targets,
                 Ice.Current __current)  | 
void | 
removeAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets,
                                 Ice.Current __current)  | 
void | 
removeEvent(Event theTarget,
           Ice.Current __current)  | 
void | 
removeSessionAnnotationLink(SessionAnnotationLink theTarget,
                           Ice.Current __current)  | 
void | 
removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link,
                                   boolean bothSides,
                                   Ice.Current __current)  | 
void | 
setClosed(RTime theClosed,
         Ice.Current __current)  | 
void | 
setDefaultEventType(RString theDefaultEventType,
                   Ice.Current __current)  | 
void | 
setId(RLong id,
     Ice.Current __current)  | 
void | 
setMessage(RString theMessage,
          Ice.Current __current)  | 
void | 
setNode(Node theNode,
       Ice.Current __current)  | 
void | 
setOwner(Experimenter theOwner,
        Ice.Current __current)  | 
void | 
setStarted(RTime theStarted,
          Ice.Current __current)  | 
void | 
setSudoer(Experimenter theSudoer,
         Ice.Current __current)  | 
void | 
setTimeToIdle(RLong theTimeToIdle,
             Ice.Current __current)  | 
void | 
setTimeToLive(RLong theTimeToLive,
             Ice.Current __current)  | 
void | 
setUserAgent(RString theUserAgent,
            Ice.Current __current)  | 
void | 
setUserIP(RString theUserIP,
         Ice.Current __current)
Deprecated.  
 | 
void | 
setUuid(RString theUuid,
       Ice.Current __current)  | 
void | 
setVersion(RInt theVersion,
          Ice.Current __current)  | 
IObject | 
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance
 with all single-value entities unloaded and all members of
 collections also unloaded. 
 | 
int | 
sizeOfAnnotationLinks(Ice.Current __current)  | 
int | 
sizeOfEvents(Ice.Current __current)  | 
void | 
unlinkAnnotation(Annotation removal,
                Ice.Current __current)  | 
void | 
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state
 from this entity to make sending it over the network
 less costly. 
 | 
void | 
unloadAnnotationLinks(Ice.Current __current)  | 
void | 
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently
 of the object itself. 
 | 
void | 
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link
 to many other objects. 
 | 
void | 
unloadEvents(Ice.Current __current)  | 
___addAllEventSet, ___addAllSessionAnnotationLinkSet, ___addEvent, ___addSessionAnnotationLink, ___addSessionAnnotationLinkToBoth, ___clearAnnotationLinks, ___clearEvents, ___copyAnnotationLinks, ___copyEvents, ___findSessionAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getClosed, ___getDefaultEventType, ___getMessage, ___getNode, ___getOwner, ___getStarted, ___getSudoer, ___getTimeToIdle, ___getTimeToLive, ___getUserAgent, ___getUserIP, ___getUuid, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___reloadEvents, ___removeAllEventSet, ___removeAllSessionAnnotationLinkSet, ___removeEvent, ___removeSessionAnnotationLink, ___removeSessionAnnotationLinkFromBoth, ___setClosed, ___setDefaultEventType, ___setMessage, ___setNode, ___setOwner, ___setStarted, ___setSudoer, ___setTimeToIdle, ___setTimeToLive, ___setUserAgent, ___setUserIP, ___setUuid, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfEvents, ___unlinkAnnotation, ___unloadAnnotationLinks, ___unloadEvents, __dispatch, __readImpl, __writeImpl, addAllEventSet, addAllSessionAnnotationLinkSet, addEvent, addSessionAnnotationLink, addSessionAnnotationLinkToBoth, clearAnnotationLinks, clearEvents, clone, copyAnnotationLinks, copyEvents, findSessionAnnotationLink, getAnnotationLinksCountPerOwner, getClosed, getDefaultEventType, getMessage, getNode, getOwner, getStarted, getSudoer, getTimeToIdle, getTimeToLive, getUserAgent, getUserIP, getUuid, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, reloadEvents, removeAllEventSet, removeAllSessionAnnotationLinkSet, removeEvent, removeSessionAnnotationLink, removeSessionAnnotationLinkFromBoth, setClosed, setDefaultEventType, setMessage, setNode, setOwner, setStarted, setSudoer, setTimeToIdle, setTimeToLive, setUserAgent, setUserIP, setUuid, setVersion, sizeOfAnnotationLinks, sizeOfEvents, unlinkAnnotation, unloadAnnotationLinks, unloadEvents___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic static final long serialVersionUID
public _SessionTie()
public _SessionTie(_SessionOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Details getDetails(Ice.Current __current)
getDetails in interface _IObjectOperationspublic RLong getId(Ice.Current __current)
getId in interface _IObjectOperationspublic boolean isAnnotated(Ice.Current __current)
_IObjectOperationsisAnnotated in interface _IObjectOperations__current - The Current object for the invocation.public boolean isGlobal(Ice.Current __current)
_IObjectOperationsisGlobal in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLink(Ice.Current __current)
_IObjectOperationsisLink in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLoaded(Ice.Current __current)
_IObjectOperationsisLoaded in interface _IObjectOperations__current - The Current object for the invocation.public boolean isMutable(Ice.Current __current)
_IObjectOperationsisMutable in interface _IObjectOperations__current - The Current object for the invocation.public IObject proxy(Ice.Current __current)
_IObjectOperationsproxy in interface _IObjectOperations__current - The Current object for the invocation.public void setId(RLong id, Ice.Current __current)
setId in interface _IObjectOperationspublic IObject shallowCopy(Ice.Current __current)
_IObjectOperationsshallowCopy in interface _IObjectOperations__current - The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperationsunload in interface _IObjectOperations__current - The Current object for the invocation.public void unloadCollections(Ice.Current __current)
_IObjectOperationsunloadCollections in interface _IObjectOperations__current - The Current object for the invocation.public void unloadDetails(Ice.Current __current)
_IObjectOperationsunloadDetails in interface _IObjectOperations__current - The Current object for the invocation.public void addAllEventSet(java.util.List<Event> targets, Ice.Current __current)
addAllEventSet in interface _SessionOperationspublic void addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
addAllSessionAnnotationLinkSet in interface _SessionOperationspublic void addEvent(Event target, Ice.Current __current)
addEvent in interface _SessionOperationspublic void addSessionAnnotationLink(SessionAnnotationLink target, Ice.Current __current)
addSessionAnnotationLink in interface _SessionOperationspublic void addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
addSessionAnnotationLinkToBoth in interface _SessionOperationspublic void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks in interface _SessionOperationspublic void clearEvents(Ice.Current __current)
clearEvents in interface _SessionOperationspublic java.util.List<SessionAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks in interface _SessionOperationspublic java.util.List<Event> copyEvents(Ice.Current __current)
copyEvents in interface _SessionOperationspublic java.util.List<SessionAnnotationLink> findSessionAnnotationLink(Annotation removal, Ice.Current __current)
findSessionAnnotationLink in interface _SessionOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner in interface _SessionOperationspublic RTime getClosed(Ice.Current __current)
getClosed in interface _SessionOperationspublic RString getDefaultEventType(Ice.Current __current)
getDefaultEventType in interface _SessionOperationspublic RString getMessage(Ice.Current __current)
getMessage in interface _SessionOperationspublic Node getNode(Ice.Current __current)
getNode in interface _SessionOperationspublic Experimenter getOwner(Ice.Current __current)
getOwner in interface _SessionOperationspublic RTime getStarted(Ice.Current __current)
getStarted in interface _SessionOperationspublic Experimenter getSudoer(Ice.Current __current)
getSudoer in interface _SessionOperationspublic RLong getTimeToIdle(Ice.Current __current)
getTimeToIdle in interface _SessionOperationspublic RLong getTimeToLive(Ice.Current __current)
getTimeToLive in interface _SessionOperationspublic RString getUserAgent(Ice.Current __current)
getUserAgent in interface _SessionOperations@Deprecated public RString getUserIP(Ice.Current __current)
getUserIP in interface _SessionOperationspublic RString getUuid(Ice.Current __current)
getUuid in interface _SessionOperationspublic RInt getVersion(Ice.Current __current)
getVersion in interface _SessionOperationspublic SessionAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation in interface _SessionOperationspublic java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList in interface _SessionOperationspublic void reloadAnnotationLinks(Session toCopy, Ice.Current __current)
reloadAnnotationLinks in interface _SessionOperationspublic void reloadEvents(Session toCopy, Ice.Current __current)
reloadEvents in interface _SessionOperationspublic void removeAllEventSet(java.util.List<Event> targets, Ice.Current __current)
removeAllEventSet in interface _SessionOperationspublic void removeAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
removeAllSessionAnnotationLinkSet in interface _SessionOperationspublic void removeEvent(Event theTarget, Ice.Current __current)
removeEvent in interface _SessionOperationspublic void removeSessionAnnotationLink(SessionAnnotationLink theTarget, Ice.Current __current)
removeSessionAnnotationLink in interface _SessionOperationspublic void removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
removeSessionAnnotationLinkFromBoth in interface _SessionOperationspublic void setClosed(RTime theClosed, Ice.Current __current)
setClosed in interface _SessionOperationspublic void setDefaultEventType(RString theDefaultEventType, Ice.Current __current)
setDefaultEventType in interface _SessionOperationspublic void setMessage(RString theMessage, Ice.Current __current)
setMessage in interface _SessionOperationspublic void setNode(Node theNode, Ice.Current __current)
setNode in interface _SessionOperationspublic void setOwner(Experimenter theOwner, Ice.Current __current)
setOwner in interface _SessionOperationspublic void setStarted(RTime theStarted, Ice.Current __current)
setStarted in interface _SessionOperationspublic void setSudoer(Experimenter theSudoer, Ice.Current __current)
setSudoer in interface _SessionOperationspublic void setTimeToIdle(RLong theTimeToIdle, Ice.Current __current)
setTimeToIdle in interface _SessionOperationspublic void setTimeToLive(RLong theTimeToLive, Ice.Current __current)
setTimeToLive in interface _SessionOperationspublic void setUserAgent(RString theUserAgent, Ice.Current __current)
setUserAgent in interface _SessionOperations@Deprecated public void setUserIP(RString theUserIP, Ice.Current __current)
setUserIP in interface _SessionOperationspublic void setUuid(RString theUuid, Ice.Current __current)
setUuid in interface _SessionOperationspublic void setVersion(RInt theVersion, Ice.Current __current)
setVersion in interface _SessionOperationspublic int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks in interface _SessionOperationspublic int sizeOfEvents(Ice.Current __current)
sizeOfEvents in interface _SessionOperationspublic void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation in interface _SessionOperationspublic void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks in interface _SessionOperationspublic void unloadEvents(Ice.Current __current)
unloadEvents in interface _SessionOperations