Package org.jboss.as.server.operations
Class CleanObsoleteContentHandler
java.lang.Object
org.jboss.as.server.operations.CleanObsoleteContentHandler
- All Implemented Interfaces:
OperationStepHandler
Handler to clean obsolete contents from the content repository.
- Author:
- Emmanuel Hugonnet (c) 2014 Red Hat, inc.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CleanObsoleteContentHandlercreateOperation(ContentRepository contentRepository) voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
DEFINITION
-
-
Method Details
-
createOperation
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-