org.kie.commons.cluster
public abstract class LockExecuteNotifyAsyncReleaseTemplate<V> extends Object
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() |
void |
sendMessage(ClusterService clusterService) |
public LockExecuteNotifyAsyncReleaseTemplate()
public void sendMessage(ClusterService clusterService)
public V execute(ClusterService clusterService, RunnableFuture<V> task)
public abstract MessageType getMessageType()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.