104105106107108109110111112113114
public synchronized WorkItem schedule( Work work, WorkListener listener ) throws WorkException, IllegalArgumentException { WorkEvent event; if ( work == null ) { throw new IllegalArgumentException( MSG.getMessage( Keys.NULL_WORK ) ); }