Package org.jboss.as.jacorb
Class MigrateOperation
- java.lang.Object
-
- org.jboss.as.jacorb.MigrateOperation
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class MigrateOperation extends Object implements org.jboss.as.controller.OperationStepHandler
Operation to migrate from the legacy JacORB subsystem to new IIOP-OpenJDK subsystem.- Author:
- Tomasz Adamski
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIBE_MIGRATIONstatic StringMIGRATEstatic StringMIGRATION_ERRORstatic org.jboss.as.controller.SimpleMapAttributeDefinitionMIGRATION_ERROR_ATTRstatic StringMIGRATION_OPERATIONSstatic StringMIGRATION_WARNINGSstatic org.jboss.as.controller.StringListAttributeDefinitionMIGRATION_WARNINGS_ATTR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
MIGRATE
public static final String MIGRATE
- See Also:
- Constant Field Values
-
DESCRIBE_MIGRATION
public static final String DESCRIBE_MIGRATION
- See Also:
- Constant Field Values
-
MIGRATION_OPERATIONS
public static final String MIGRATION_OPERATIONS
- See Also:
- Constant Field Values
-
MIGRATION_WARNINGS
public static final String MIGRATION_WARNINGS
- See Also:
- Constant Field Values
-
MIGRATION_ERROR
public static final String MIGRATION_ERROR
- See Also:
- Constant Field Values
-
MIGRATION_WARNINGS_ATTR
public static final org.jboss.as.controller.StringListAttributeDefinition MIGRATION_WARNINGS_ATTR
-
MIGRATION_ERROR_ATTR
public static final org.jboss.as.controller.SimpleMapAttributeDefinition MIGRATION_ERROR_ATTR
-
-
Method Detail
-
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
-
-