A C D E F G H I K M P R S T U W _

A

aChangeListener - Variable in class com.ibm.workflow.upes.UPES
 
addChangeListener(ChangeListener) - Method in class com.ibm.workflow.upes.UPES
Add a javax.swing.event.ChangeListener.
AddChild(ContainerElement) - Method in class com.ibm.workflow.upes.ContainerElement
AddChild is the method to add a sub container element to the given element.
AsXMLString() - Method in class com.ibm.workflow.upes.Container
The method AsXMLString returns an XML representation of the container.
AsXMLString(String, boolean) - Method in class com.ibm.workflow.upes.ContainerElement
AsXMLString returns an XML representation of the given container element, taking the indention in consideration.

C

com.ibm.workflow.upes - package com.ibm.workflow.upes
 
commit() - Method in class com.ibm.workflow.upes.MQHandler
Commit the transaction
Container - class com.ibm.workflow.upes.Container.
The Container class is a simple representation of MQSeries Workflow container.
Container(Element) - Constructor for class com.ibm.workflow.upes.Container
Constructor, which processes a Element and sets the internal datastructure accordingly.
ContainerElement - class com.ibm.workflow.upes.ContainerElement.
The ContainerElement class is a simple representation of MQSeries Workflow container elements.
ContainerElement(String) - Constructor for class com.ibm.workflow.upes.ContainerElement
Constructor which set the name of the container element.

D

DeRegisterUPESListener(UPESListener) - Method in class com.ibm.workflow.upes.UPES
With DeRegisterUPESListener a already registered UPESListener can be deregistered.
DllOptions - Variable in class com.ibm.workflow.upes.ImplementationData
 
DOMUtils - class com.ibm.workflow.upes.DOMUtils.
Some utility functions in order to simplify coding.
DOMUtils() - Constructor for class com.ibm.workflow.upes.DOMUtils
 

E

ExeOptions - Variable in class com.ibm.workflow.upes.ImplementationData
 
ExternalOptions - Variable in class com.ibm.workflow.upes.ImplementationData
 
ExtractMainData(Element) - Method in class com.ibm.workflow.upes.InvokeProgramData
ExtractMainData extracts the main invoke program data like implementation data program name etc.

F

fireStateChanged(ChangeEvent) - Method in class com.ibm.workflow.upes.UPES
Method to support listener events.
FromXMLBool(String) - Static method in class com.ibm.workflow.upes.WfXMLValueConverter
 

G

GenerateXMLResponse() - Method in class com.ibm.workflow.upes.InvokeProgramResponseData
GenerateXMLResponse generates the XML response message out of the given data members.
get_log() - Method in class com.ibm.workflow.upes.UPES
Insert the method's description here.
getChildCharacterData(Element) - Static method in class com.ibm.workflow.upes.DOMUtils
Concat all the text and cdata node children of this elem and return the resulting text.
GetChildNamed(String) - Method in class com.ibm.workflow.upes.ContainerElement
GetChildNamed returns the first sub container element which has the given name.
GetChildren() - Method in class com.ibm.workflow.upes.ContainerElement
GetChildren getter of _Children, the vector of sub container elements.
getElementByTagName(Element, String) - Static method in class com.ibm.workflow.upes.DOMUtils
Return the first child element with a given name of the given element.
getFirstChildElement(Element) - Static method in class com.ibm.workflow.upes.DOMUtils
Return the first child element of the given element.
getInputQMgrName() - Method in class com.ibm.workflow.upes.UPES
 
getInputQName() - Method in class com.ibm.workflow.upes.UPES
 
GetMemberMap() - Method in class com.ibm.workflow.upes.Container
Getter GetMemberMap returns the Hashtable which contains key/value pairs for every container element! This hashtable must not be used to change container values! To change container values you have to use GetRootElement
getMessage(String, String) - Method in class com.ibm.workflow.upes.MQHandler
Get a message from an input queue.
getMessageNoWait(String, String) - Method in class com.ibm.workflow.upes.MQHandler
Get a message from an input queue.
getName() - Method in interface com.ibm.workflow.upes.UPESListener
Just a name to distinguish different listeners
GetName() - Method in class com.ibm.workflow.upes.ContainerElement
GetValue getter of _Value.
getNextSiblingElement(Element) - Static method in class com.ibm.workflow.upes.DOMUtils
Return the next sibling element of the given element.
getQueue4Get(String, String) - Method in class com.ibm.workflow.upes.MQHandler
Get a queue handle for a MQSeries GET operation
getQueue4Put(String, String) - Method in class com.ibm.workflow.upes.MQHandler
Get a queue handle for a MQSeries PUT operation
GetRootElement() - Method in class com.ibm.workflow.upes.Container
Getter GetRootElement returns the root of container elements which build up the container.
getThreadID() - Static method in class com.ibm.workflow.upes.UPES
 
GetUserData() - Method in class com.ibm.workflow.upes.ContainerElement
 
GetValue() - Method in class com.ibm.workflow.upes.ContainerElement
GetValue getter of _Value.

H

helpMessage() - Static method in class com.ibm.workflow.upes.UPES
 

I

ImplementationData - class com.ibm.workflow.upes.ImplementationData.
The ImplementationData class represents the implementation data sections from the XML InvokeProgram message of the MQSeries Workflow XML interface, as a Java class.
ImplementationData(Element) - Constructor for class com.ibm.workflow.upes.ImplementationData
ImplementationData the constructor of the class, which parses the given root element of the DOM tree which represents the implementation data.
InvokeProgramData - class com.ibm.workflow.upes.InvokeProgramData.
The InvokeProgramData class represents the InvokeProgram XML message from MQSeries Workflow as a Java class.
InvokeProgramData(Element, String, String) - Constructor for class com.ibm.workflow.upes.InvokeProgramData
InvokeProgramData the constructor of the class, which parses the given root element of the DOM tree which represents the message.
InvokeProgramResponseData - class com.ibm.workflow.upes.InvokeProgramResponseData.
The InvokeProgramResponseData class represents the InvokeProgramResponse XML message from MQSeries Workflow as a Java class.
InvokeProgramResponseData(String, String, Container) - Constructor for class com.ibm.workflow.upes.InvokeProgramResponseData
InvokeProgramResponseData constructor for the 'good' case (i.e.
InvokeProgramResponseData(String, String, String) - Constructor for class com.ibm.workflow.upes.InvokeProgramResponseData
InvokeProgramResponseData constructor for the 'bad' case (i.e.
IsActive() - Method in interface com.ibm.workflow.upes.UPESListener
The method IsActive signals the caller whether the listener is ready to accept messages or not.
IsResponsibleFor(InvokeProgramData) - Method in interface com.ibm.workflow.upes.UPESListener
The method IsResponsible signals the caller whether the listener is responsible for a given message or not.

K

KindOfOptions - Variable in class com.ibm.workflow.upes.ImplementationData
 

M

MQHandler - class com.ibm.workflow.upes.MQHandler.
The MQHandler encapsulates the MQSeries API to what is needed by the WFMessageAdapter.
MQHandler(String) - Constructor for class com.ibm.workflow.upes.MQHandler
Opens a new queue manager object and keeps its handle.

P

ProcessIncommingXMLMessage(MQHandler, String, String, String) - Method in class com.ibm.workflow.upes.UPES
 
ProcessMessage(UPES, MQHandler, InvokeProgramData) - Method in interface com.ibm.workflow.upes.UPESListener
ProcessMessage will be called when the listener has claimed the responsibility for a message.
putMessage(MQMessage, String, String) - Method in class com.ibm.workflow.upes.MQHandler
Put a message into an output queue.

R

RegisterUPESListener(UPESListener) - Method in class com.ibm.workflow.upes.UPES
With RegisterUPESListener an UPESListener can be registered.
removeChangeListener(ChangeListener) - Method in class com.ibm.workflow.upes.UPES
Remove a javax.swing.event.ChangeListener.
RemoveChild(ContainerElement) - Method in class com.ibm.workflow.upes.ContainerElement
RemoveChild is the method to delete a container element from the given elements' children.
RemovePreDefinedDataMembers() - Method in class com.ibm.workflow.upes.Container
 
rollback() - Method in class com.ibm.workflow.upes.MQHandler
Rollback the transaction
run() - Method in class com.ibm.workflow.upes.UPES
run is the actual polling and processing loop for the UPES.

S

SendMessage(MQHandler, InvokeProgramResponseData, String, String) - Method in class com.ibm.workflow.upes.UPES
With SendMessage the caller can send a invoke program response message to an arbitrary queue.
set_log(String) - Method in class com.ibm.workflow.upes.UPES
Insert the method's description here.
setInputQMgrName(String) - Method in class com.ibm.workflow.upes.UPES
 
setInputQName(String) - Method in class com.ibm.workflow.upes.UPES
 
SetValue(String) - Method in class com.ibm.workflow.upes.ContainerElement
SetValue setter of _Value.

T

trace(String) - Static method in class com.ibm.workflow.upes.Tracer
 
Tracer - class com.ibm.workflow.upes.Tracer.
 
Tracer() - Constructor for class com.ibm.workflow.upes.Tracer
 
transformMessage(MQMessage) - Method in class com.ibm.workflow.upes.MQHandler
Transforms the payload of a MQSeries message into a JAVA string.
Traverse(String, Node) - Method in class com.ibm.workflow.upes.Container
The method Traverse traverses a given Node recursively.

U

UPES - class com.ibm.workflow.upes.UPES.
The UPES class represents an user defined program execution server.
UPES(String, String) - Constructor for class com.ibm.workflow.upes.UPES
UPES constructor which sets the queue name and queue manager name to which the UPES has to listen for incoming messages.
UPESListener - interface com.ibm.workflow.upes.UPESListener.
The UPESListener is an interface which should be implemented by applications containing the actual UPES functionality.

W

WaitForMessages(int) - Method in class com.ibm.workflow.upes.UPES
WaitForMessages opens a thread, which processes incoming messages
WfXMLValueConverter - class com.ibm.workflow.upes.WfXMLValueConverter.
The WfXMLValueConverter class is convertion class.
WfXMLValueConverter() - Constructor for class com.ibm.workflow.upes.WfXMLValueConverter
 

_

_ActImplCorrelID - Variable in class com.ibm.workflow.upes.InvokeProgramResponseData
 
_ActImplCorrelID - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_AutomaticClose - Variable in class com.ibm.workflow.upes.ImplementationData
 
_BackwardMappingFormat - Variable in class com.ibm.workflow.upes.ImplementationData
 
_BackwardMappingParameters - Variable in class com.ibm.workflow.upes.ImplementationData
 
_Children - Variable in class com.ibm.workflow.upes.ContainerElement
_Children is the Vector containing the sub container elements of the given container element.
_CodePage - Variable in class com.ibm.workflow.upes.ImplementationData
 
_DllV2Compatible - Variable in class com.ibm.workflow.upes.ImplementationData
 
_EntryPointName - Variable in class com.ibm.workflow.upes.ImplementationData
 
_Environment - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ExceptionMessageText - Variable in class com.ibm.workflow.upes.InvokeProgramResponseData
 
_ExecutableName - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ExecutableType - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ExecuteFenced - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ForwardMappingFormat - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ForwardMappingParameters - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ImplData - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_InheritEnvironment - Variable in class com.ibm.workflow.upes.ImplementationData
 
_InputQMgrName - Variable in class com.ibm.workflow.upes.UPES
_InputQMgrName name of the queue manager to which the UPES listens.
_InputQName - Variable in class com.ibm.workflow.upes.UPES
_InputQName name of the queue to which the UPES listens.
_InvocationType - Variable in class com.ibm.workflow.upes.ImplementationData
 
_IsLocalUser - Variable in class com.ibm.workflow.upes.ImplementationData
 
_IsMappingRoutineCall - Variable in class com.ibm.workflow.upes.ImplementationData
 
_IsSecurityRoutineCall - Variable in class com.ibm.workflow.upes.ImplementationData
 
_KeepLoaded - Variable in class com.ibm.workflow.upes.ImplementationData
 
_Listeners - Variable in class com.ibm.workflow.upes.UPES
_Listeners contain all registered UPESListeners
_localQueueManager - Variable in class com.ibm.workflow.upes.MQHandler
The handle of the local queue manager
_log - Variable in class com.ibm.workflow.upes.UPES
 
_MappingType - Variable in class com.ibm.workflow.upes.ImplementationData
 
_memberMap - Variable in class com.ibm.workflow.upes.Container
_memberMap is a Hashtable which contains key-value pairs for every container element.
_Name - Variable in class com.ibm.workflow.upes.ContainerElement
_Name is the Name of the container element.
_PathAndFileName - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ProcTemplID - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_ProgramInputData - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_ProgramName - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_ProgramOutputData - Variable in class com.ibm.workflow.upes.InvokeProgramResponseData
 
_ProgramOutputDataDefaults - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_ProgramParameters - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_ProgramRC - Variable in class com.ibm.workflow.upes.InvokeProgramResponseData
 
_queues4Get - Variable in class com.ibm.workflow.upes.MQHandler
List of queue handles the WFMessageAdapter get messages from
_queues4Put - Variable in class com.ibm.workflow.upes.MQHandler
List of queue handles the WFMessageAdapter put messages to
_ResponseQueueManagerName - Variable in class com.ibm.workflow.upes.InvokeProgramData
_ResponseQueueManagerName is the queue manager name of the queue to which a response may be sent.
_ResponseQueueName - Variable in class com.ibm.workflow.upes.InvokeProgramData
_ResponseQueueName is the queue name of the queue to which a response may be sent.
_ResponseRequired - Variable in class com.ibm.workflow.upes.InvokeProgramData
_ResponseRequired contains whether a response is required.
_rootElement - Variable in class com.ibm.workflow.upes.Container
_rootElement is the root of container elements which build up the container.
_RunInXTerm - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ServiceName - Variable in class com.ibm.workflow.upes.ImplementationData
 
_ServiceType - Variable in class com.ibm.workflow.upes.ImplementationData
 
_Starter - Variable in class com.ibm.workflow.upes.InvokeProgramData
 
_StartInForeGround - Variable in class com.ibm.workflow.upes.ImplementationData
 
_threadCount - Static variable in class com.ibm.workflow.upes.UPES
 
_TimeoutInterval - Variable in class com.ibm.workflow.upes.ImplementationData
 
_TimeoutPeriod - Variable in class com.ibm.workflow.upes.ImplementationData
 
_UserContext - Variable in class com.ibm.workflow.upes.InvokeProgramData
_UserContext contains the user context given with the message header.
_Value - Variable in class com.ibm.workflow.upes.ContainerElement
_Value is the string representation of the container elements value.
_WindowStyle - Variable in class com.ibm.workflow.upes.ImplementationData
 
_WorkingDirectoryName - Variable in class com.ibm.workflow.upes.ImplementationData
 

A C D E F G H I K M P R S T U W _