ariba.util.core
Interface Executor

All Known Implementing Classes:
ThreadPool

public interface Executor

Copy of the java.util.concurrent.Executor which is part of Java 5.0


Method Summary
 void execute(java.lang.Runnable command)
          Executes the given command at some time in the future.
 

Method Detail

execute

void execute(java.lang.Runnable command)
Executes the given command at some time in the future. The command may execute in a new thread, in a pooled thread, or in the calling thread, at the discretion of the Executor implementation.

Parameters:
command - the runnable task
Throws:
RejectedExecutionException - if this task cannot be accepted for execution.
java.lang.NullPointerException - if command is null


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.