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


com.oracle.bpel.sensor.schemas
Interface ITSensorAction

All Known Subinterfaces:
ITInlineSensorAction

public interface ITSensorAction

Interface ITSensorAction.


Method Summary
 void addProperty(ITSensorActionProperty vProperty)
          Method addProperty
 void addSensorName(java.lang.String vSensorName)
          Method addSensorName
 void clearProperty()
          Method clearProperty
 void clearSensorName()
          Method clearSensorName
 boolean getEnabled()
          Returns the value of field 'enabled'.
 java.lang.String getFilter()
          Returns the value of field 'filter'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.util.List getProperty()
          Method getProperty
 ITSensorActionProperty getProperty(int index)
          Method getProperty
 int getPropertyCount()
          Method getPropertyCount
 java.lang.String getPublishName()
          Returns the value of field 'publishName'.
 java.lang.String getPublishTarget()
          Returns the value of field 'publishTarget'.
 java.lang.String getPublishType()
          Returns the value of field 'publishType'.
 java.util.List getSensorName()
          Method getSensorName
 java.lang.String getSensorName(int index)
          Method getSensorName
 int getSensorNameCount()
          Method getSensorNameCount
 boolean isEnabled()
          Returns the value of field 'enabled'.
 ITSensorActionProperty removeProperty(int index)
          Method removeProperty
 java.lang.String removeSensorName(int index)
          Method removeSensorName
 void setEnabled(boolean enabled)
          Sets the value of field 'enabled'.
 void setFilter(java.lang.String filter)
          Sets the value of field 'filter'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setProperty(int index, ITSensorActionProperty vProperty)
          Method setProperty
 void setProperty(java.util.List propertyList)
          Method setPropertySets the value of 'property' by copying the given ArrayList.
 void setPublishName(java.lang.String publishName)
          Sets the value of field 'publishName'.
 void setPublishTarget(java.lang.String publishTarget)
          Sets the value of field 'publishTarget'.
 void setPublishType(java.lang.String publishType)
          Sets the value of field 'publishType'.
 void setSensorName(int index, java.lang.String vSensorName)
          Method setSensorName
 void setSensorName(java.util.List sensorNameList)
          Method setSensorNameSets the value of 'sensorName' by copying the given ArrayList.

 

Method Detail

addProperty

public void addProperty(ITSensorActionProperty vProperty)
                 throws java.lang.IndexOutOfBoundsException
Method addProperty
Parameters:
vProperty -
Throws:
java.lang.IndexOutOfBoundsException

addSensorName

public void addSensorName(java.lang.String vSensorName)
                   throws java.lang.IndexOutOfBoundsException
Method addSensorName
Parameters:
vSensorName -
Throws:
java.lang.IndexOutOfBoundsException

clearProperty

public void clearProperty()
Method clearProperty

clearSensorName

public void clearSensorName()
Method clearSensorName

getEnabled

public boolean getEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description:
Returns:
the value of field 'enabled'.

getFilter

public java.lang.String getFilter()
Returns the value of field 'filter'. The field 'filter' has the following description:
Returns:
the value of field 'filter'.

getName

public java.lang.String getName()
Returns the value of field 'name'. The field 'name' has the following description:
Returns:
the value of field 'name'.

getProperty

public ITSensorActionProperty getProperty(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getProperty
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getProperty

public java.util.List getProperty()
Method getProperty

getPropertyCount

public int getPropertyCount()
Method getPropertyCount

getPublishName

public java.lang.String getPublishName()
Returns the value of field 'publishName'. The field 'publishName' has the following description:
Returns:
the value of field 'publishName'.

getPublishTarget

public java.lang.String getPublishTarget()
Returns the value of field 'publishTarget'. The field 'publishTarget' has the following description:
Returns:
the value of field 'publishTarget'.

getPublishType

public java.lang.String getPublishType()
Returns the value of field 'publishType'. The field 'publishType' has the following description:
Returns:
the value of field 'publishType'.

getSensorName

public java.lang.String getSensorName(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getSensorName
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getSensorName

public java.util.List getSensorName()
Method getSensorName

getSensorNameCount

public int getSensorNameCount()
Method getSensorNameCount

isEnabled

public boolean isEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description:
Returns:
the value of field 'enabled'.

removeProperty

public ITSensorActionProperty removeProperty(int index)
                                      throws java.lang.IndexOutOfBoundsException
Method removeProperty
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

removeSensorName

public java.lang.String removeSensorName(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeSensorName
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setEnabled

public void setEnabled(boolean enabled)
Sets the value of field 'enabled'. The field 'enabled' has the following description:
Parameters:
enabled - the value of field 'enabled'.

setFilter

public void setFilter(java.lang.String filter)
Sets the value of field 'filter'. The field 'filter' has the following description:
Parameters:
filter - the value of field 'filter'.

setName

public void setName(java.lang.String name)
Sets the value of field 'name'. The field 'name' has the following description:
Parameters:
name - the value of field 'name'.

setProperty

public void setProperty(int index,
                        ITSensorActionProperty vProperty)
                 throws java.lang.IndexOutOfBoundsException
Method setProperty
Parameters:
index -
vProperty -
Throws:
java.lang.IndexOutOfBoundsException

setProperty

public void setProperty(java.util.List propertyList)
Method setPropertySets the value of 'property' by copying the given ArrayList.
Parameters:
propertyList - the Vector to copy.

setPublishName

public void setPublishName(java.lang.String publishName)
Sets the value of field 'publishName'. The field 'publishName' has the following description:
Parameters:
publishName - the value of field 'publishName'.

setPublishTarget

public void setPublishTarget(java.lang.String publishTarget)
Sets the value of field 'publishTarget'. The field 'publishTarget' has the following description:
Parameters:
publishTarget - the value of field 'publishTarget'.

setPublishType

public void setPublishType(java.lang.String publishType)
Sets the value of field 'publishType'. The field 'publishType' has the following description:
Parameters:
publishType - the value of field 'publishType'.

setSensorName

public void setSensorName(int index,
                          java.lang.String vSensorName)
                   throws java.lang.IndexOutOfBoundsException
Method setSensorName
Parameters:
index -
vSensorName -
Throws:
java.lang.IndexOutOfBoundsException

setSensorName

public void setSensorName(java.util.List sensorNameList)
Method setSensorNameSets the value of 'sensorName' by copying the given ArrayList.
Parameters:
sensorNameList - 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.