Package omero.grid.monitors
Class EventInfo
- java.lang.Object
-
- omero.grid.monitors.EventInfo
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class EventInfo extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable
The id and type of an event. The file's basename is included for convenience, other stats are not included since they may be unavailable for some event types.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
fileId
static long
serialVersionUID
EventType
type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__read(IceInternal.BasicStream __is)
static EventInfo
__read(IceInternal.BasicStream __is, EventInfo __v)
void
__write(IceInternal.BasicStream __os)
static void
__write(IceInternal.BasicStream __os, EventInfo __v)
EventInfo
clone()
boolean
equals(java.lang.Object rhs)
int
hashCode()
-
-
-
Field Detail
-
fileId
public java.lang.String fileId
-
type
public EventType type
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventInfo
public EventInfo()
-
EventInfo
public EventInfo(java.lang.String fileId, EventType type)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
clone
public EventInfo clone()
- Overrides:
clone
in classjava.lang.Object
-
__write
public void __write(IceInternal.BasicStream __os)
-
__read
public void __read(IceInternal.BasicStream __is)
-
__write
public static void __write(IceInternal.BasicStream __os, EventInfo __v)
-
-