public class RemoteAsyncInvocationCancelStatusService extends Object implements org.jboss.msc.service.Service<RemoteAsyncInvocationCancelStatusService>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
RemoteAsyncInvocationCancelStatusService() |
Modifier and Type | Method and Description |
---|---|
CancellationFlag |
asyncInvocationDone(short invocationId) |
CancellationFlag |
getCancelStatus(short invocationId) |
RemoteAsyncInvocationCancelStatusService |
getValue() |
void |
registerAsyncInvocation(short invocationId,
CancellationFlag cancellationFlag) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public RemoteAsyncInvocationCancelStatusService()
public void registerAsyncInvocation(short invocationId, CancellationFlag cancellationFlag)
public CancellationFlag asyncInvocationDone(short invocationId)
public CancellationFlag getCancelStatus(short invocationId)
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<RemoteAsyncInvocationCancelStatusService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<RemoteAsyncInvocationCancelStatusService>
public RemoteAsyncInvocationCancelStatusService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<RemoteAsyncInvocationCancelStatusService>
IllegalStateException
IllegalArgumentException
Copyright © 2013 JBoss by Red Hat. All rights reserved.