Interface ActiveMQReloadRequiredHandlers
public interface ActiveMQReloadRequiredHandlers
Requires a reload only if the
ActiveMQServerService service is up and running.- Author:
- Jeff Mesnil (c) 2012 Red Hat, inc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic final classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic 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 Details
-
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
-