|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.unihalle.informatik.Alida.operator.events.ALDEvent
de.unihalle.informatik.Alida.workflows.events.ALDWorkflowEvent
public class ALDWorkflowEvent
Event type related to Alida work flows.
Nested Class Summary | |
---|---|
static class |
ALDWorkflowEvent.ALDWorkflowEventType
Types of events. |
Field Summary | |
---|---|
protected ALDWorkflowEvent.ALDWorkflowEventType |
eType
Type of the event. |
protected Object |
info
ID of work flow object |
Fields inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent |
---|
eventMessage |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ALDWorkflowEvent(ALDWorkflowEvent event)
Constructor. |
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e)
Constructor. |
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
Object info)
Constructor. |
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
String msg,
Object info)
Constructor. |
Method Summary | |
---|---|
ALDWorkflowEvent |
createCopy()
Create a clone of this event with the same time stamp |
ALDWorkflowEvent.ALDWorkflowEventType |
getEventType()
Returns type of event. |
Object |
getId()
Returns the index of the even |
Integer |
getTimeStamp()
Returns the timestamp of this event. |
Methods inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent |
---|
getEventMessage, getEventMessage |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ALDWorkflowEvent.ALDWorkflowEventType eType
protected Object info
Constructor Detail |
---|
public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e)
s
- Source object of the event.e
- Event type.public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e, Object info)
aldWorkflow
- Source object of the event.e
- Event type.info
- Information associated with this event.public ALDWorkflowEvent(Object s, ALDWorkflowEvent.ALDWorkflowEventType e, String msg, Object info)
s
- Source object of the event.e
- Event type.msg
- Message for the event.info
- Id of work flow object associated with this event.public ALDWorkflowEvent(ALDWorkflowEvent event)
event
- Method Detail |
---|
public ALDWorkflowEvent.ALDWorkflowEventType getEventType()
public Object getId()
public Integer getTimeStamp()
public ALDWorkflowEvent createCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |