public abstract class LoggerHandlerRemove extends AbstractRemoveStepHandler
| Modifier and Type | Field and Description |
|---|---|
static LoggerHandlerRemove |
ASYNC |
static LoggerHandlerRemove |
CONSOLE |
static LoggerHandlerRemove |
CUSTOM |
static LoggerHandlerRemove |
FILE |
static LoggerHandlerRemove |
PERIODIC_ROTATING_FILE |
static LoggerHandlerRemove |
SIZE_ROTATING_FILE |
| Constructor and Description |
|---|
LoggerHandlerRemove() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected abstract void |
recoverService(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> controllers) |
protected void |
recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
removeAdditionalServices(OperationContext context,
String name)
Removes any additional services.
|
execute, performRemove, requireNoChildResources, requiresRuntimepublic static final LoggerHandlerRemove ASYNC
public static final LoggerHandlerRemove CONSOLE
public static final LoggerHandlerRemove CUSTOM
public static final LoggerHandlerRemove FILE
public static final LoggerHandlerRemove PERIODIC_ROTATING_FILE
public static final LoggerHandlerRemove SIZE_ROTATING_FILE
protected final void performRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws OperationFailedException
performRuntime in class AbstractRemoveStepHandlerOperationFailedExceptionprotected final void recoverServices(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws OperationFailedException
recoverServices in class AbstractRemoveStepHandlerOperationFailedExceptionprotected abstract void recoverService(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> controllers) throws OperationFailedException
OperationFailedExceptionprotected void removeAdditionalServices(OperationContext context, String name)
context - the operation context.name - the handler nameCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.