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


com.oracle.bpel.sensor.schemas
Interface ITAdapterData

All Superinterfaces:
ITActivityData, java.io.Serializable
All Known Subinterfaces:
ITProcessAdapterData

public interface ITAdapterData
extends java.io.Serializable, ITActivityData

Interface ITAdapterData.


Method Summary
 java.lang.String getAdapterType()
          Returns the value of field 'adapterType'.
 java.lang.String getDirection()
          Returns the value of field 'direction'.
 java.lang.String getEndpoint()
          Returns the value of field 'endpoint'.
 java.lang.String getMessageSize()
          Returns the value of field 'messageSize'.
 java.lang.String getPriority()
          Returns the value of field 'priority'.
 void setAdapterType(java.lang.String adapterType)
          Sets the value of field 'adapterType'.
 void setDirection(java.lang.String direction)
          Sets the value of field 'direction'.
 void setEndpoint(java.lang.String endpoint)
          Sets the value of field 'endpoint'.
 void setMessageSize(java.lang.String messageSize)
          Sets the value of field 'messageSize'.
 void setPriority(java.lang.String priority)
          Sets the value of field 'priority'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITActivityData
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPoint

 

Method Detail

getAdapterType

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

getDirection

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

getEndpoint

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

getMessageSize

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

getPriority

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

setAdapterType

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

setDirection

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

setEndpoint

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

setMessageSize

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

setPriority

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

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


Copyright © 2005, Oracle. All rights reserved.