Package omero.grid
Class _ProcessorCallbackTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._ProcessorCallbackDisp
-
- omero.grid._ProcessorCallbackTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ProcessorCallbackOperations
,_ProcessorCallbackOperationsNC
,ProcessorCallback
public class _ProcessorCallbackTie extends _ProcessorCallbackDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.grid._ProcessorCallbackDisp
__ids
-
Fields inherited from interface omero.grid.ProcessorCallback
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ProcessorCallbackTie()
_ProcessorCallbackTie(_ProcessorCallbackOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
isAccepted(boolean accepted, java.lang.String sessionUuid, java.lang.String procConn, Ice.Current __current)
void
isProxyAccepted(boolean accepted, java.lang.String sessionUuid, ProcessorPrx procProxy, Ice.Current __current)
void
responseRunning(java.util.List<java.lang.Long> jobIds, Ice.Current __current)
-
Methods inherited from class omero.grid._ProcessorCallbackDisp
___isAccepted, ___isProxyAccepted, ___responseRunning, __dispatch, __readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, isAccepted, isProxyAccepted, responseRunning
-
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
-
_ProcessorCallbackTie
public _ProcessorCallbackTie()
-
_ProcessorCallbackTie
public _ProcessorCallbackTie(_ProcessorCallbackOperations 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
-
isAccepted
public void isAccepted(boolean accepted, java.lang.String sessionUuid, java.lang.String procConn, Ice.Current __current)
- Specified by:
isAccepted
in interface_ProcessorCallbackOperations
-
isProxyAccepted
public void isProxyAccepted(boolean accepted, java.lang.String sessionUuid, ProcessorPrx procProxy, Ice.Current __current)
- Specified by:
isProxyAccepted
in interface_ProcessorCallbackOperations
-
responseRunning
public void responseRunning(java.util.List<java.lang.Long> jobIds, Ice.Current __current)
- Specified by:
responseRunning
in interface_ProcessorCallbackOperations
-
-