org.jgroups.util
Class DirectExecutor

java.lang.Object
  extended by org.jgroups.util.DirectExecutor
All Implemented Interfaces:
java.util.concurrent.Executor

public class DirectExecutor
extends java.lang.Object
implements java.util.concurrent.Executor

Author:
Bela Ban

Constructor Summary
DirectExecutor()
           
 
Method Summary
 void execute(java.lang.Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectExecutor

public DirectExecutor()
Method Detail

execute

public void execute(java.lang.Runnable command)
Specified by:
execute in interface java.util.concurrent.Executor


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.