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


com.oracle.bpel.sensor.schemas
Interface ITNotificationData

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

public interface ITNotificationData
extends java.io.Serializable, ITActivityData

Interface ITNotificationData.


Method Summary
 void addMessageID(java.lang.String vMessageID)
          Method addMessageID
 void clearMessageID()
          Method clearMessageID
 java.lang.String getDeliveryChannel()
          Returns the value of field 'deliveryChannel'.
 java.lang.String getFromAddress()
          Returns the value of field 'fromAddress'.
 java.util.List getMessageID()
          Method getMessageID
 java.lang.String getMessageID(int index)
          Method getMessageID
 int getMessageIDCount()
          Method getMessageIDCount
 java.lang.String getToAddress()
          Returns the value of field 'toAddress'.
 java.lang.String removeMessageID(int index)
          Method removeMessageID
 void setDeliveryChannel(java.lang.String deliveryChannel)
          Sets the value of field 'deliveryChannel'.
 void setFromAddress(java.lang.String fromAddress)
          Sets the value of field 'fromAddress'.
 void setMessageID(int index, java.lang.String vMessageID)
          Method setMessageID
 void setMessageID(java.util.List messageIDList)
          Method setMessageIDSets the value of 'messageID' by copying the given ArrayList.
 void setToAddress(java.lang.String toAddress)
          Sets the value of field 'toAddress'.

 

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

 

Method Detail

addMessageID

public void addMessageID(java.lang.String vMessageID)
                  throws java.lang.IndexOutOfBoundsException
Method addMessageID
Parameters:
vMessageID -
Throws:
java.lang.IndexOutOfBoundsException

clearMessageID

public void clearMessageID()
Method clearMessageID

getDeliveryChannel

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

getFromAddress

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

getMessageID

public java.lang.String getMessageID(int index)
                              throws java.lang.IndexOutOfBoundsException
Method getMessageID
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getMessageID

public java.util.List getMessageID()
Method getMessageID

getMessageIDCount

public int getMessageIDCount()
Method getMessageIDCount

getToAddress

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

removeMessageID

public java.lang.String removeMessageID(int index)
                                 throws java.lang.IndexOutOfBoundsException
Method removeMessageID
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setDeliveryChannel

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

setFromAddress

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

setMessageID

public void setMessageID(int index,
                         java.lang.String vMessageID)
                  throws java.lang.IndexOutOfBoundsException
Method setMessageID
Parameters:
index -
vMessageID -
Throws:
java.lang.IndexOutOfBoundsException

setMessageID

public void setMessageID(java.util.List messageIDList)
Method setMessageIDSets the value of 'messageID' by copying the given ArrayList.
Parameters:
messageIDList - the Vector to copy.

setToAddress

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

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


Copyright © 2005, Oracle. All rights reserved.