org.ow2.carol.cmi.ha
Class ActiveExecutionObject
java.lang.Object
org.ow2.carol.cmi.ha.ActiveExecutionObject
public class ActiveExecutionObject
- extends java.lang.Object
This class implements the data associated with an execution.
- Author:
- Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveExecutionObject
public ActiveExecutionObject(RequestId reqId,
java.util.Vector<BeanInfo> beans,
java.lang.Object response)
- Parameters:
reqId - beans - response -
getBeans
public java.util.Vector<BeanInfo> getBeans()
- Returns:
- Returns the beans.
setBeans
public void setBeans(java.util.Vector<BeanInfo> beans)
- Parameters:
beans - The beans to set.
getEntityBeans
public java.util.Vector<EntityBeanReference> getEntityBeans()
- Returns:
- Returns the beans.
setEntityBeans
public void setEntityBeans(java.util.Vector<EntityBeanReference> beans)
- Parameters:
beans - The beans to set.
getReqId
public RequestId getReqId()
- Returns:
- Returns the reqId.
setReqId
public void setReqId(RequestId reqId)
- Parameters:
reqId - The reqId to set.
getResponse
public java.lang.Object getResponse()
- Returns:
- Returns the response.
setResponse
public void setResponse(java.lang.Object response)
- Parameters:
response - The response to set.
Copyright © 2007 OW2 Consortium. All Rights Reserved.