javax.portlet.Portlet
).
@param request Represents the request sent to a portlet to handle an action.
@param response Represents the response provide by a portlet in handling an action.
@throws PortletException
@throws IOException
condition()
method returns true
, and the entity changes state from WaitingForEvent to Computing, that is, when this trigger
causes an entity to resume. Method action()
only is invoked once when the state change occurs but the executive may call method condition()
repeatedly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|