Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITSensorConfig

All Known Subinterfaces:
ITActivityConfig, ITActivityVariableConfig, ITAdapterConfig, ITFaultConfig, ITNotificationSvcConfig, ITVariableConfig

public interface ITSensorConfig

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

addAction

public void addAction(ITInlineSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method addAction
Parameters:
vAction -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

public void clearAction()
Method clearAction

getAction

public ITInlineSensorAction getAction(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getAction
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getAction

public java.util.List getAction()
Method getAction

getActionCount

public int getActionCount()
Method getActionCount

removeAction

public ITInlineSensorAction removeAction(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeAction
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(int index,
                      ITInlineSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method setAction
Parameters:
index -
vAction -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(java.util.List actionList)
Method setActionSets the value of 'action' by copying the given ArrayList.
Parameters:
actionList - the Vector to copy.

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.