Interface ActiveMQReloadRequiredHandlers
-
public interface ActiveMQReloadRequiredHandlersRequires a reload only if theActiveMQServerServiceservice is up and running.- Author:
- Jeff Mesnil (c) 2012 Red Hat, inc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActiveMQReloadRequiredHandlers.AddStepHandlerstatic classActiveMQReloadRequiredHandlers.RemoveStepHandlerstatic classActiveMQReloadRequiredHandlers.WriteAttributeHandler
-
Method Summary
Static Methods Modifier and Type Method Description static booleanisServiceInstalled(org.jboss.as.controller.OperationContext context)Returns true if aServiceControllerfor this service has beeninstalledin MSC under theservice name appropriate to the given operation.
-
-
-
Method Detail
-
isServiceInstalled
static boolean isServiceInstalled(org.jboss.as.controller.OperationContext context)
Returns true if aServiceControllerfor this service has beeninstalledin MSC under theservice name appropriate to the given operation.- Parameters:
context- the operation context- Returns:
trueif aServiceControlleris installed
-
-