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


com.oracle.bpel.sensor.schemas
Interface ITHeaderInfo


public interface ITHeaderInfo

Interface ITHeaderInfo.


Method Summary
 java.lang.String getDomain()
          Returns the value of field 'domain'.
 int getInstanceId()
          Returns the value of field 'instanceId'.
 java.lang.String getMidTierInstance()
          Returns the value of field 'midTierInstance'.
 java.lang.String getProcessName()
          Returns the value of field 'processName'.
 java.lang.String getProcessRevision()
          Returns the value of field 'processRevision'.
 ITSensor getSensor()
          Returns the value of field 'sensor'.
 java.util.Calendar getTimestamp()
          Returns the value of field 'timestamp'.
 void setDomain(java.lang.String domain)
          Sets the value of field 'domain'.
 void setInstanceId(int instanceId)
          Sets the value of field 'instanceId'.
 void setMidTierInstance(java.lang.String midTierInstance)
          Sets the value of field 'midTierInstance'.
 void setProcessName(java.lang.String processName)
          Sets the value of field 'processName'.
 void setProcessRevision(java.lang.String processRevision)
          Sets the value of field 'processRevision'.
 void setSensor(ITSensor sensor)
          Sets the value of field 'sensor'.
 void setTimestamp(java.util.Calendar timestamp)
          Sets the value of field 'timestamp'.

 

Method Detail

getDomain

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

getInstanceId

public int getInstanceId()
Returns the value of field 'instanceId'. The field 'instanceId' has the following description:
Returns:
the value of field 'instanceId'.

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'.

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'.

getProcessRevision

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

getSensor

public ITSensor getSensor()
Returns the value of field 'sensor'. The field 'sensor' has the following description:
Returns:
the value of field 'sensor'.

getTimestamp

public java.util.Calendar getTimestamp()
Returns the value of field 'timestamp'. The field 'timestamp' has the following description:
Returns:
the value of field 'timestamp'.

setDomain

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

setInstanceId

public void setInstanceId(int instanceId)
Sets the value of field 'instanceId'. The field 'instanceId' has the following description:
Parameters:
instanceId - the value of field 'instanceId'.

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'.

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'.

setProcessRevision

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

setSensor

public void setSensor(ITSensor sensor)
Sets the value of field 'sensor'. The field 'sensor' has the following description:
Parameters:
sensor - the value of field 'sensor'.

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)
Sets the value of field 'timestamp'. The field 'timestamp' has the following description:
Parameters:
timestamp - the value of field 'timestamp'.

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


Copyright © 2005, Oracle. All rights reserved.