|
TPTP 4.1.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.test.common.event.ExecutionEvent
org.eclipse.hyades.test.common.event.InvocationEvent
This is a flat class packaged in the execution environment and
it mirrors the
TPFInvocationEvent.
| Field Summary | |
|---|---|
static int |
REASON_DID_NOT_START
|
static int |
REASON_NO_BEHAVIOR
|
static int |
REASON_NO_MATCHING_CONFIGURATION
|
static int |
REASON_NONE
|
static int |
REASON_PRECONDITION_NOT_MET
|
static int |
REASON_SEE_DESCRIPTION
|
static int |
REASON_UNKNOWN
|
static int |
STATUS_SUCCESSFUL
|
static int |
STATUS_UNATTEMPTED
|
static int |
STATUS_UNSUCCESSFUL
|
| Fields inherited from interface org.eclipse.hyades.test.common.event.IEventConstants |
|---|
CONFLICT_IGNORE, CONFLICT_NONE, CONFLICT_OVERWRITE, CONFLICT_OVERWRITE_IF_EARLIEST, CONFLICT_OVERWRITE_IF_LATEST, NOT_INITIALIZED_VALUE, ROOT_PARENT |
| Constructor Summary | |
|---|---|
InvocationEvent()
|
|
| Method Summary | |
|---|---|
protected void |
addXMLAttributes(java.lang.StringBuffer xml)
Add the attributes to the xml StringBuffer that
is used by the ExecutionEvent.toString() method. |
java.lang.String |
getInvokedId()
Returns the id of the invoked element. |
int |
getReason()
Returns the reason for the status of this event. |
int |
getStatus()
Returns the status of this event. |
protected java.lang.String |
getXMLRoot()
Returns the string that is used as the root of the xml fragment generated by the ExecutionEvent.toString() method. |
void |
setInvokedId(java.lang.String value)
Sets the id of the invoked element. |
void |
setReason(int value)
Sets the reason for the status of this event. |
void |
setStatus(int value)
Sets the status of this event. |
| Methods inherited from class org.eclipse.hyades.test.common.event.ExecutionEvent |
|---|
addXMLProperties, getConflict, getEventType, getId, getName, getOwnerId, getParentId, getProperties, getSortBy, getText, getTimestamp, getXMLPropertyRoot, setConflict, setEventType, setId, setName, setOwnerId, setParentId, setSortBy, setText, setTimestamp, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int STATUS_UNATTEMPTED
public static final int STATUS_SUCCESSFUL
public static final int STATUS_UNSUCCESSFUL
public static final int REASON_UNKNOWN
public static final int REASON_NONE
public static final int REASON_SEE_DESCRIPTION
public static final int REASON_PRECONDITION_NOT_MET
public static final int REASON_NO_MATCHING_CONFIGURATION
public static final int REASON_NO_BEHAVIOR
public static final int REASON_DID_NOT_START
| Constructor Detail |
public InvocationEvent()
| Method Detail |
public void setStatus(int value)
value - public int getStatus()
public void setReason(int value)
value - public int getReason()
public void setInvokedId(java.lang.String value)
value - public java.lang.String getInvokedId()
protected java.lang.String getXMLRoot()
ExecutionEventExecutionEvent.toString() method.
getXMLRoot in class ExecutionEventnull Stringorg.eclipse.hyades.test.java.event.ExecutionEvent#getXMLRoot()protected void addXMLAttributes(java.lang.StringBuffer xml)
ExecutionEventStringBuffer that
is used by the ExecutionEvent.toString() method.
addXMLAttributes in class ExecutionEventxml - org.eclipse.hyades.test.java.event.ExecutionEvent#addXMLAttributes(java.lang.StringBuffer)
|
TPTP 4.1.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||