Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.client
Class LocalCommandService

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.LocalCommandService
All Implemented Interfaces:
CommandService

public class LocalCommandService
extends Object
implements CommandService

LocalCommandService

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
LocalCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCommandService

public LocalCommandService()
Method Detail

execute

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

Arquillian Container Test Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.