|
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 ITSensorConfig.
| 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
vAction -java.lang.IndexOutOfBoundsExceptionpublic void clearAction()
public ITInlineSensorAction getAction(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getAction()
public int getActionCount()
public ITInlineSensorAction removeAction(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsException
public void setAction(int index,
ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
index -vAction -java.lang.IndexOutOfBoundsExceptionpublic void setAction(java.util.List actionList)
actionList - 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 | |||||||||