public final class ServiceVerificationHandler extends org.jboss.msc.service.AbstractServiceListener<Object> implements org.jboss.msc.service.ServiceListener<Object>, OperationStepHandler
OperationStepHandler
, recording a failure desription
if the service has a problme starting.Constructor and Description |
---|
ServiceVerificationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
Execute this step.
|
void |
listenerAdded(org.jboss.msc.service.ServiceController<?> controller) |
dependencyFailed, dependencyFailureCleared, immediateDependencyAvailable, immediateDependencyUnavailable, serviceRemoveRequestCleared, serviceRemoveRequested, transition, transitiveDependencyAvailable, transitiveDependencyUnavailable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dependencyFailed, dependencyFailureCleared, immediateDependencyAvailable, immediateDependencyUnavailable, serviceRemoveRequestCleared, serviceRemoveRequested, transition, transitiveDependencyAvailable, transitiveDependencyUnavailable
public void listenerAdded(org.jboss.msc.service.ServiceController<?> controller)
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation)
OperationStepHandler
context.getFailureDescription()
must be called, before calling one of the
context.completeStep variants
,
or an OperationFailedException
must be thrown.
If the operation succeeded, context.getResult()
should
be called and the result populated with the outcome, after which one of the
context.completeStep variants
must be called.
When this method is invoked the thread context classloader
will
be set to be the defining class loader of the class that implements this interface.
execute
in interface OperationStepHandler
context
- the operation contextoperation
- the operation being executedCopyright © 2014 JBoss by Red Hat. All rights reserved.