|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface ITFaultConfig.
| Method Summary | |
void |
addAction(ITInlineSensorAction vAction)Method addAction |
void |
clearAction()Method clearAction |
java.util.List |
getAction()Method getAction |
ITInlineSensorAction |
getAction(int index)Method getAction |
int |
getActionCount()Method getActionCount |
ITInlineSensorAction |
removeAction(int index)Method removeAction |
void |
setAction(int index, ITInlineSensorAction vAction)Method setAction |
void |
setAction(java.util.List actionList)Method setActionSets the value of 'action' by copying the given ArrayList. |
| Method Detail |
public void addAction(ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
addAction in interface ITSensorConfigvAction -java.lang.IndexOutOfBoundsExceptionpublic void clearAction()
clearAction in interface ITSensorConfig
public ITInlineSensorAction getAction(int index)
throws java.lang.IndexOutOfBoundsException
getAction in interface ITSensorConfigindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getAction()
getAction in interface ITSensorConfigpublic int getActionCount()
getActionCount in interface ITSensorConfig
public ITInlineSensorAction removeAction(int index)
throws java.lang.IndexOutOfBoundsException
removeAction in interface ITSensorConfigindex -java.lang.IndexOutOfBoundsException
public void setAction(int index,
ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
setAction in interface ITSensorConfigindex -vAction -java.lang.IndexOutOfBoundsExceptionpublic void setAction(java.util.List actionList)
setAction in interface ITSensorConfigactionList - the Vector to copy.
|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||