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


com.oracle.bpel.sensor.schemas
Interface ITSensor


public interface ITSensor

Interface ITSensor.


Method Summary
 ITActivityConfig getActivityConfig()
          Returns the value of field 'activityConfig'.
 ITAdapterConfig getAdapterConfig()
          Returns the value of field 'adapterConfig'.
 java.lang.String getClassname()
          Returns the value of field 'classname'.
 ITFaultConfig getFaultConfig()
          Returns the value of field 'faultConfig'.
 java.lang.String getKind()
          Returns the value of field 'kind'.
 ITNotificationSvcConfig getNotificationConfig()
          Returns the value of field 'notificationConfig'.
 java.lang.String getSensorName()
          Returns the value of field 'sensorName'.
 java.lang.String getTarget()
          Returns the value of field 'target'.
 ITVariableConfig getVariableConfig()
          Returns the value of field 'variableConfig'.
 void setActivityConfig(ITActivityConfig activityConfig)
          Sets the value of field 'activityConfig'.
 void setAdapterConfig(ITAdapterConfig adapterConfig)
          Sets the value of field 'adapterConfig'.
 void setClassname(java.lang.String classname)
          Sets the value of field 'classname'.
 void setFaultConfig(ITFaultConfig faultConfig)
          Sets the value of field 'faultConfig'.
 void setKind(java.lang.String kind)
          Sets the value of field 'kind'.
 void setNotificationConfig(ITNotificationSvcConfig notificationConfig)
          Sets the value of field 'notificationConfig'.
 void setSensorName(java.lang.String sensorName)
          Sets the value of field 'sensorName'.
 void setTarget(java.lang.String target)
          Sets the value of field 'target'.
 void setVariableConfig(ITVariableConfig variableConfig)
          Sets the value of field 'variableConfig'.

 

Method Detail

getActivityConfig

public ITActivityConfig getActivityConfig()
Returns the value of field 'activityConfig'. The field 'activityConfig' has the following description:
Returns:
the value of field 'activityConfig'.

getAdapterConfig

public ITAdapterConfig getAdapterConfig()
Returns the value of field 'adapterConfig'. The field 'adapterConfig' has the following description:
Returns:
the value of field 'adapterConfig'.

getClassname

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

getFaultConfig

public ITFaultConfig getFaultConfig()
Returns the value of field 'faultConfig'. The field 'faultConfig' has the following description:
Returns:
the value of field 'faultConfig'.

getKind

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

getNotificationConfig

public ITNotificationSvcConfig getNotificationConfig()
Returns the value of field 'notificationConfig'. The field 'notificationConfig' has the following description:
Returns:
the value of field 'notificationConfig'.

getSensorName

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

getTarget

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

getVariableConfig

public ITVariableConfig getVariableConfig()
Returns the value of field 'variableConfig'. The field 'variableConfig' has the following description:
Returns:
the value of field 'variableConfig'.

setActivityConfig

public void setActivityConfig(ITActivityConfig activityConfig)
Sets the value of field 'activityConfig'. The field 'activityConfig' has the following description:
Parameters:
activityConfig - the value of field 'activityConfig'.

setAdapterConfig

public void setAdapterConfig(ITAdapterConfig adapterConfig)
Sets the value of field 'adapterConfig'. The field 'adapterConfig' has the following description:
Parameters:
adapterConfig - the value of field 'adapterConfig'.

setClassname

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

setFaultConfig

public void setFaultConfig(ITFaultConfig faultConfig)
Sets the value of field 'faultConfig'. The field 'faultConfig' has the following description:
Parameters:
faultConfig - the value of field 'faultConfig'.

setKind

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

setNotificationConfig

public void setNotificationConfig(ITNotificationSvcConfig notificationConfig)
Sets the value of field 'notificationConfig'. The field 'notificationConfig' has the following description:
Parameters:
notificationConfig - the value of field 'notificationConfig'.

setSensorName

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

setTarget

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

setVariableConfig

public void setVariableConfig(ITVariableConfig variableConfig)
Sets the value of field 'variableConfig'. The field 'variableConfig' has the following description:
Parameters:
variableConfig - the value of field 'variableConfig'.

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


Copyright © 2005, Oracle. All rights reserved.