org.ow2.orchestra.pvm.internal.svc
Class AsyncCommandService

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.svc.AsyncCommandService
All Implemented Interfaces:
CommandService

public class AsyncCommandService
extends Object
implements CommandService

Author:
Tom Baeyens

Field Summary
protected  boolean propagateUserId
           
 
Constructor Summary
AsyncCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 void setPropagateUserId(boolean propagateUserId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propagateUserId

protected boolean propagateUserId
Constructor Detail

AsyncCommandService

public AsyncCommandService()
Method Detail

execute

public <T> T execute(Command<T> command)
Specified by:
execute in interface CommandService

setPropagateUserId

public void setPropagateUserId(boolean propagateUserId)


Copyright © 2011 OW2 Consortium. All Rights Reserved.