|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.statemachine.ext.apploaders.bean.Process
public class Process
| Field Summary | |
|---|---|
static String |
MULTIPLE
|
static String |
SINGLE
|
| Constructor Summary | |
|---|---|
Process()
Constructor for Process. |
|
| Method Summary | |
|---|---|
void |
addDataPacketDefinition(IDataPacketDefinition definition)
This method adds a DataPacketDefinition to this Process. |
static Vector |
addMultipleDPRequestData(boolean removeFirstDP,
Vector requestDPs,
Inputs inputs)
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
addPropertyChangeListener(String name,
PropertyChangeListener listener)
|
static Vector |
addSingleDPRequestData(Vector requestDPs,
Inputs inputs)
|
String |
getBeanName()
This method returns the name of the EJB that implements this process. |
Iterator |
getDataPacketDefinitions()
This method returns an Iterator over all the IDataPacketDefinitions required to call this process. |
String |
getDataPacketName()
This method returns the DataPacket name that is required to call this process. |
Vector |
getDataPackets(Inputs inputs,
IInputRequirements inputRequirements)
This method attempts to construct the DataPackets required to call this process. |
String |
getDescriptiveName()
Returns the descriptiveName. |
String |
getMethodName()
This method returns the name of the method on the EJB that impements this process. |
String |
getRequestId()
This method returns the DataPacket requestId for the EJB that implements this process. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
removePropertyChangeListener(String name,
PropertyChangeListener listener)
|
void |
setBeanName(String beanName)
Sets the beanName. |
void |
setDataPacketName(String dataPacketName)
Sets the dataPacketName. |
void |
setDescriptiveName(String descriptiveName)
Sets the descriptiveName. |
void |
setMethodName(String methodName)
Sets the methodName. |
void |
setRequestId(String requestId)
Sets the requestId. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SINGLE
public static final String MULTIPLE
| Constructor Detail |
|---|
public Process()
| Method Detail |
|---|
public String getBeanName()
IProcess
getBeanName in interface IProcessIProcess.getBeanName()public String getMethodName()
IProcess
getMethodName in interface IProcessIProcess.getMethodName()public String getDataPacketName()
IProcess
getDataPacketName in interface IProcessIProcess.getDataPacketName()public String getRequestId()
IProcess
getRequestId in interface IProcessIProcess.getRequestId()public Iterator getDataPacketDefinitions()
IProcess
getDataPacketDefinitions in interface IProcessIProcess.getDataPacketDefinitions()
public Vector getDataPackets(Inputs inputs,
IInputRequirements inputRequirements)
IProcess
The InputDefinition.getRequirement method is called to determine
where to get the values for the DataPacket, according to the
following rules:
getDataPackets in interface IProcessIProcess.getDataPackets(Inputs, IInputRequirements)
public static Vector addSingleDPRequestData(Vector requestDPs,
Inputs inputs)
public static Vector addMultipleDPRequestData(boolean removeFirstDP,
Vector requestDPs,
Inputs inputs)
public void setBeanName(String beanName)
beanName - The beanName to setpublic void setDataPacketName(String dataPacketName)
dataPacketName - The dataPacketName to setpublic void setMethodName(String methodName)
methodName - The methodName to setpublic void setRequestId(String requestId)
requestId - The requestId to setpublic void addDataPacketDefinition(IDataPacketDefinition definition)
definition - dataPacketDefinition The DataPacketDefinition to add.public String getDescriptiveName()
getDescriptiveName in interface IProcesspublic void setDescriptiveName(String descriptiveName)
descriptiveName - The descriptiveName to setpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String name,
PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String name,
PropertyChangeListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||