|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.campaign.action.ActionDef
Definition of an Action object. This can be used to create an Action through the ActionServer so that the Action implementation classes will be reloaded by hot-deploying them along with the ActionServer EJB.
Constructor Summary | |
ActionDef()
|
Method Summary | |
Action |
createAction()
Create and return the Action implementation defined in the actionType field; initialized with the parameters in actionParams. |
java.util.Map |
getActionParams()
Get the parameters for the Action. |
protected ActionService |
getActionService()
Get the nearest java:comp/env/ejb/ActionService. |
java.lang.String |
getActionType()
Get the type of Action to create. |
void |
setActionParams(java.util.Map map)
Set the parameters for the Action. |
void |
setActionType(java.lang.String s)
Set the type of Action to create. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ActionDef()
Method Detail |
public Action createAction() throws ActionException
This will attempt to use the nearest ejb-ref mapped to java:comp/env/ejb/ActionService.
protected ActionService getActionService() throws javax.ejb.CreateException, java.rmi.RemoteException
public void setActionParams(java.util.Map map)
public java.util.Map getActionParams()
public void setActionType(java.lang.String s)
public java.lang.String getActionType()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |