Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


com.oracle.bpel.sensor.schemas
Class TSensor

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TSensor

All Implemented Interfaces:
ITSensor, java.io.Serializable

public class TSensor
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensor

Constructor Summary
TSensor()
           
TSensor(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 ITActivityConfig getActivityConfig()
          Returns the value of field 'activityConfig'.
 ITFaultConfig getFaultConfig()
          Returns the value of field 'faultConfig'.
 java.lang.String getFilter()
          Returns the value of field 'filter'.
 java.lang.String getKind()
          Returns the value of field 'kind'.
 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 setFaultConfig(ITFaultConfig faultConfig)
          Sets the value of field 'faultConfig'.
 void setFilter(java.lang.String filter)
          Sets the value of field 'filter'.
 void setKind(java.lang.String kind)
          Sets the value of field 'kind'.
 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'.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TSensor

public TSensor()

TSensor

public TSensor(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getActivityConfig

public ITActivityConfig getActivityConfig()
Returns the value of field 'activityConfig'. The field 'activityConfig' has the following description: null
Specified by:
getActivityConfig in interface ITSensor
Returns:
the value of field 'activityConfig'.

getFaultConfig

public ITFaultConfig getFaultConfig()
Returns the value of field 'faultConfig'. The field 'faultConfig' has the following description: null
Specified by:
getFaultConfig in interface ITSensor
Returns:
the value of field 'faultConfig'.

getFilter

public java.lang.String getFilter()
Returns the value of field 'filter'. The field 'filter' has the following description: null
Specified by:
getFilter in interface ITSensor
Returns:
the value of field 'filter'.

getKind

public java.lang.String getKind()
Returns the value of field 'kind'. The field 'kind' has the following description: null
Specified by:
getKind in interface ITSensor
Returns:
the value of field 'kind'.

getSensorName

public java.lang.String getSensorName()
Returns the value of field 'sensorName'. The field 'sensorName' has the following description: null
Specified by:
getSensorName in interface ITSensor
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: null
Specified by:
getTarget in interface ITSensor
Returns:
the value of field 'target'.

getVariableConfig

public ITVariableConfig getVariableConfig()
Returns the value of field 'variableConfig'. The field 'variableConfig' has the following description: null
Specified by:
getVariableConfig in interface ITSensor
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: null
Specified by:
setActivityConfig in interface ITSensor
Parameters:
activityConfig - the value of field 'activityConfig'.

setFaultConfig

public void setFaultConfig(ITFaultConfig faultConfig)
Sets the value of field 'faultConfig'. The field 'faultConfig' has the following description: null
Specified by:
setFaultConfig in interface ITSensor
Parameters:
faultConfig - the value of field 'faultConfig'.

setFilter

public void setFilter(java.lang.String filter)
Sets the value of field 'filter'. The field 'filter' has the following description: null
Specified by:
setFilter in interface ITSensor
Parameters:
filter - the value of field 'filter'.

setKind

public void setKind(java.lang.String kind)
Sets the value of field 'kind'. The field 'kind' has the following description: null
Specified by:
setKind in interface ITSensor
Parameters:
kind - the value of field 'kind'.

setSensorName

public void setSensorName(java.lang.String sensorName)
Sets the value of field 'sensorName'. The field 'sensorName' has the following description: null
Specified by:
setSensorName in interface ITSensor
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: null
Specified by:
setTarget in interface ITSensor
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: null
Specified by:
setVariableConfig in interface ITSensor
Parameters:
variableConfig - the value of field 'variableConfig'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.