|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.safs.jvmagent.ObjectAgent
|
+--org.safs.jvmagent.ComponentAgent
|
+--org.safs.abbot.ComponentAgent
| Field Summary | |
protected abbot.tester.ComponentTester |
componenttester
|
| Fields inherited from class org.safs.jvmagent.ComponentAgent |
COMPONENT_PROPERTIES, objectType |
| Fields inherited from class org.safs.jvmagent.ObjectAgent |
alternateAncestor, alternateAncestorClassname, factory, OBJECT_PROPERTIES |
| Constructor Summary | |
ComponentAgent()
Constructor for ComponentAgent. |
|
| Method Summary | |
void |
process(java.lang.Object object,
TestRecordData testRecordData)
Process the action provided in the testRecordData. |
| Methods inherited from class org.safs.jvmagent.ComponentAgent |
getProperty, getPropertyNames, validateActionCommand, validateComponent |
| Methods inherited from class org.safs.jvmagent.ObjectAgent |
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getChildCount, getChildren, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getStringData, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected abbot.tester.ComponentTester componenttester
| Constructor Detail |
public ComponentAgent()
| Method Detail |
public void process(java.lang.Object object,
TestRecordData testRecordData)
An Agent may throw various types of Agent-specific RuntimeExceptions depending upon failure modes.
process in class ObjectAgenttestRecordData - provides all the information needed by the Agent to perform the action.SAFSInvalidActionRuntimeException - if action is null or 0-lengthSAFSInvalidComponentRuntimeException - if object is not a Component.SAFSActionErrorRuntimeException( - x.getMessage(), x) if an abbot exception occurs.SAFSMissingActionArgumentRuntimeException( - "null", x) if a required action arg is missing.ComponentAgent.validateActionCommand(TestRecordData),
ComponentAgent.validateComponent(Object),
CFComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||