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


com.oracle.bpel.sensor.schemas
Interface ITSensorActionHeader


public interface ITSensorActionHeader

Interface ITSensorActionHeader.


Method Summary
 java.lang.String getActionName()
          Returns the value of field 'actionName'.
 java.lang.String getMidTierInstance()
          Returns the value of field 'midTierInstance'.
 long getProcessID()
          Returns the value of field 'processID'.
 java.lang.String getProcessName()
          Returns the value of field 'processName'.
 java.lang.String getProcessVersion()
          Returns the value of field 'processVersion'.
 void setActionName(java.lang.String actionName)
          Sets the value of field 'actionName'.
 void setMidTierInstance(java.lang.String midTierInstance)
          Sets the value of field 'midTierInstance'.
 void setProcessID(long processID)
          Sets the value of field 'processID'.
 void setProcessName(java.lang.String processName)
          Sets the value of field 'processName'.
 void setProcessVersion(java.lang.String processVersion)
          Sets the value of field 'processVersion'.

 

Method Detail

getActionName

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

getMidTierInstance

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

getProcessID

public long getProcessID()
Returns the value of field 'processID'. The field 'processID' has the following description:
Returns:
the value of field 'processID'.

getProcessName

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

getProcessVersion

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

setActionName

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

setMidTierInstance

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

setProcessID

public void setProcessID(long processID)
Sets the value of field 'processID'. The field 'processID' has the following description:
Parameters:
processID - the value of field 'processID'.

setProcessName

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

setProcessVersion

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

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


Copyright © 2005, Oracle. All rights reserved.