Class ListIndexOperation
java.lang.Object
org.bedework.subsystem.extension.calendar.indexing.ListIndexOperation
- All Implemented Interfaces:
org.bedework.util.logging.Logged,org.jboss.as.controller.OperationStepHandler
public class ListIndexOperation
extends Object
implements org.bedework.util.logging.Logged, org.jboss.as.controller.OperationStepHandler
User: mike Date: 7/5/22 Time: 15:06
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.OperationDefinitionstatic final String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Field Details
-
OPERATION_NAME
- See Also:
-
DEFINITION
public static final org.jboss.as.controller.OperationDefinition DEFINITION
-
-
Constructor Details
-
ListIndexOperation
public ListIndexOperation()
-
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-