Class IncrementEJBUpes.Data

java.lang.Object
  |
  +--IncrementEJBUpes.Data
Enclosing class:
IncrementEJBUpes

private class IncrementEJBUpes.Data
extends java.lang.Object

Subclass to hold the parsed data


Field Summary
 java.lang.String actImplCorrelID
          Correlation ID needed to correlate the XML request with the XML response
 java.lang.String activityName
          Name of the workflow activity
 java.lang.String command
          Command to be executed by this XML message
 java.lang.String counterValue
          Value of the EJB increment counter
 java.lang.String instanceName
          Name of the workflow process instance
 
Constructor Summary
(package private) IncrementEJBUpes.Data()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

activityName

public java.lang.String activityName
Name of the workflow activity

actImplCorrelID

public java.lang.String actImplCorrelID
Correlation ID needed to correlate the XML request with the XML response

command

public java.lang.String command
Command to be executed by this XML message

counterValue

public java.lang.String counterValue
Value of the EJB increment counter

instanceName

public java.lang.String instanceName
Name of the workflow process instance
Constructor Detail

IncrementEJBUpes.Data

IncrementEJBUpes.Data()