Package org.jboss.as.server.services.net
Class SpecifiedInterfaceResolveHandler
java.lang.Object
org.jboss.as.server.services.net.SpecifiedInterfaceResolveHandler
- All Implemented Interfaces:
OperationStepHandler
Handler that resolves an interface criteria to actual IP addresses in order to allow clients to check the validity
of the configuration.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleOperationDefinitionstatic final SpecifiedInterfaceResolveHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
DEFINITION
-
INSTANCE
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-