| com.sun.jbi.binding.jms.framework.Command
Command | public interface Command (Code) | | This interface encapsulates a service request. Clients create concrete
implementations of this interface and notify the WorkManager to execute the
command in a free thread.
author: Sun Microsystems, Inc. |
Method Summary | |
void | execute() This method will contain the code to be executed. |
execute | void execute()(Code) | | This method will contain the code to be executed. WorkManager will
invoke this method in a free thread.
|
|
|