public abstract class ExecutorOperationSupport<T extends ExecutorServiceProvider>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Integer |
CALLBACKS |
static java.lang.Integer |
EVENTS |
static java.lang.Integer |
MESSAGES_INCOMING |
static java.lang.Integer |
MESSAGES_OUTGOING |
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutorOperationSupport(java.lang.String queueName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncomingTask(ConnectionAwareTask r) |
void |
addOutgoingTask(ConnectionAwareTask r) |
void |
addTask(java.lang.Integer queue,
ConnectionAwareTask r) |
void |
cleanupOperations(ConnectionAwareTask doCleanup) |
abstract T |
getContext() |
public static final java.lang.Integer MESSAGES_INCOMING
public static final java.lang.Integer MESSAGES_OUTGOING
public static final java.lang.Integer EVENTS
public static final java.lang.Integer CALLBACKS
protected ExecutorOperationSupport(java.lang.String queueName)
public abstract T getContext()
public void addOutgoingTask(ConnectionAwareTask r)
public void addIncomingTask(ConnectionAwareTask r)
public void addTask(java.lang.Integer queue,
ConnectionAwareTask r)
public void cleanupOperations(ConnectionAwareTask doCleanup)
Copyright © 2022. All rights reserved.