| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor
public class Event
Event represents the abstraction of the basic unit of processing. For each
application Event is derived to address the events of the respective
domain/application.
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
| Field Summary |
long |
|
long |
|
|
|
long |
|
protected long |
|
protected long |
|
|
|
protected long |
|
| Constructor Summary |
public void |
Event(Long origId, Long destId) |
public void |
|
| Method Summary |
public long |
|
public long |
|
|
|
public long |
|
public void |
|
public void |
|
public void |
|
public String |
|
long destId
protected long destId
Multiplicity:
1
long origId
protected long origId
Multiplicity:
1
Multiplicity:
1
protected long sequence
Multiplicity:
1
long sequence
public void Event (Long origId, Long destId)
init origination and destination ids
Parameters:
origId
the unique origination id
destId
the unique destination id
Stereotype:
create
public void Event ()
default constructor
Stereotype:
create
public long getDestId ()
retrieves the unique destination id for this event
Return:
the unique destination id
public long getOrigId ()
assigns the unique origination id for the event
Return:
the unique origination id
Return:
Returns the originator.
public long getSequence ()
retrieve the event sequence value
NOTE:the event sequence is relative to the server not to the
handler and is therefore ordered but not sequencial when considered
within a handler
Return:
the event sequence value
public void setDestId (Long destId)
assigns the unique destination id for the event
Parameters:
destId
the unique destination id
public void setOrigId (Long origId)
retrieves the unique origination id for the event
Parameters:
origId
the unique origination id
Parameters:
originator
The originator to set.
public String toString ()
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|