org.ow2.carol.cmi.ha
Class ActiveExecutionObject

java.lang.Object
  extended by 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)

Constructor Summary
ActiveExecutionObject(RequestId reqId, java.util.Vector<BeanInfo> beans, java.lang.Object response)
           
 
Method Summary
 java.util.Vector<BeanInfo> getBeans()
           
 java.util.Vector<EntityBeanReference> getEntityBeans()
           
 RequestId getReqId()
           
 java.lang.Object getResponse()
           
 void setBeans(java.util.Vector<BeanInfo> beans)
           
 void setEntityBeans(java.util.Vector<EntityBeanReference> beans)
           
 void setReqId(RequestId reqId)
           
 void setResponse(java.lang.Object response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveExecutionObject

public ActiveExecutionObject(RequestId reqId,
                             java.util.Vector<BeanInfo> beans,
                             java.lang.Object response)
Parameters:
reqId -
beans -
response -
Method Detail

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.