public abstract class LockExecuteNotifyAsyncReleaseTemplate<V> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TIMEOUT |
| Constructor and Description |
|---|
LockExecuteNotifyAsyncReleaseTemplate() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,String> |
buildContent() |
V |
execute(ClusterService clusterService,
RunnableFuture<V> task) |
abstract MessageType |
getMessageType() |
abstract String |
getServiceId() |
void |
sendMessage(ClusterService clusterService) |
public LockExecuteNotifyAsyncReleaseTemplate()
public void sendMessage(ClusterService clusterService)
public V execute(ClusterService clusterService, RunnableFuture<V> task)
public abstract MessageType getMessageType()
public abstract String getServiceId()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.