* @throws CannotChangeRequesterException if modification is not allowed.
* @ejb.interface-method view-type="remote"
*/
public void setRequester(WfRequester requester)
throws CannotChangeRequesterException {
throw new CannotChangeRequesterException();
}