Class DomainContainerCommandObserver
- java.lang.Object
-
- org.wildfly.arquillian.domain.container.controller.command.DomainContainerCommandObserver
-
public class DomainContainerCommandObserver extends Object
- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Constructor Description DomainContainerCommandObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckServerStatus(GetServerStatusCommand event)voidserverGroupLifecycle(ServerGroupLifecycleCommand event)voidserverLifecycle(ServerLifecycleCommand event)
-
-
-
Method Detail
-
serverGroupLifecycle
public void serverGroupLifecycle(@Observes ServerGroupLifecycleCommand event)
-
serverLifecycle
public void serverLifecycle(@Observes ServerLifecycleCommand event)
-
checkServerStatus
public void checkServerStatus(@Observes GetServerStatusCommand event)
-
-