Uses of Interface
org.jboss.arquillian.container.test.spi.command.Command

Packages that use Command
org.jboss.arquillian.container.test.impl.client   
org.jboss.arquillian.container.test.impl.client.container.command   
org.jboss.arquillian.container.test.impl.client.deployment.command   
org.jboss.arquillian.container.test.spi.command   
org.jboss.arquillian.protocol.jmx   
org.jboss.arquillian.protocol.servlet.runner   
 

Uses of Command in org.jboss.arquillian.container.test.impl.client
 

Methods in org.jboss.arquillian.container.test.impl.client with parameters of type Command
<T> T
LocalCommandService.execute(Command<T> command)
           
 

Uses of Command in org.jboss.arquillian.container.test.impl.client.container.command
 

Classes in org.jboss.arquillian.container.test.impl.client.container.command that implement Command
 class ContainerStartedCommand
          StartContainerCommand
 class KillContainerCommand
          KillContainerCommand
 class StartContainerCommand
          StartContainerCommand
 class StopContainerCommand
          StartContainerCommand
 

Method parameters in org.jboss.arquillian.container.test.impl.client.container.command with type arguments of type Command
 void ContainerCommandObserver.onException(EventContext<Command> event)
           
 

Uses of Command in org.jboss.arquillian.container.test.impl.client.deployment.command
 

Classes in org.jboss.arquillian.container.test.impl.client.deployment.command that implement Command
 class AbstractCommand<T>
          AbstractCommand
 class DeployDeploymentCommand
          DeployDeployment
 class GetDeploymentCommand
           
 class UnDeployDeploymentCommand
          DeployDeployment
 

Method parameters in org.jboss.arquillian.container.test.impl.client.deployment.command with type arguments of type Command
 void DeploymentCommandObserver.onException(EventContext<Command> event)
           
 

Uses of Command in org.jboss.arquillian.container.test.spi.command
 

Methods in org.jboss.arquillian.container.test.spi.command with parameters of type Command
<T> T
CommandService.execute(Command<T> command)
           
 void CommandCallback.fired(Command<?> event)
           
 

Uses of Command in org.jboss.arquillian.protocol.jmx
 

Methods in org.jboss.arquillian.protocol.jmx that return Command
 Command<?> JMXTestRunner.receive()
           
 Command<?> JMXTestRunnerMBean.receive()
          Receive Command results
 

Methods in org.jboss.arquillian.protocol.jmx with parameters of type Command
<T> T
JMXCommandService.execute(Command<T> command)
           
 void JMXTestRunner.send(Command<?> command)
           
 void JMXTestRunnerMBean.send(Command<?> command)
          Broadcast Command commands to any listeners
 

Uses of Command in org.jboss.arquillian.protocol.servlet.runner
 

Methods in org.jboss.arquillian.protocol.servlet.runner with parameters of type Command
<T> T
ServletCommandService.execute(Command<T> command)
           
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.