Package omero.cmd
Class _SessionTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd._SessionDisp
-
- omero.cmd._SessionTie
-
- All Implemented Interfaces:
Glacier2._SessionOperations
,Glacier2._SessionOperationsNC
,Glacier2.Session
,Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_SessionOperations
,_SessionOperationsNC
,Session
public class _SessionTie extends _SessionDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.cmd._SessionDisp
__ids
-
Fields inherited from interface omero.cmd.Session
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _SessionTie()
_SessionTie(_SessionOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
submit_async(AMD_Session_submit __cb, Request req, Ice.Current __current)
-
Methods inherited from class omero.cmd._SessionDisp
___submit, __dispatch, __readImpl, __writeImpl, destroy, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, submit_async
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_SessionTie
public _SessionTie()
-
_SessionTie
public _SessionTie(_SessionOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
destroy
public void destroy(Ice.Current __current)
- Specified by:
destroy
in interfaceGlacier2._SessionOperations
-
submit_async
public void submit_async(AMD_Session_submit __cb, Request req, Ice.Current __current)
- Specified by:
submit_async
in interface_SessionOperations
-
-