public interface Session<X extends Session<X>> extends ConfiguredObject<X>
Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_ID |
static String |
PRODUCER_FLOW_BLOCKED |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
Modifier and Type | Method and Description |
---|---|
int |
getChannelId() |
long |
getConsumerCount() |
Collection<Consumer> |
getConsumers() |
long |
getLocalTransactionBegins() |
int |
getLocalTransactionOpen() |
long |
getLocalTransactionRollbacks() |
Collection<Publisher> |
getPublishers() |
long |
getTransactionStartTime()
Return the time the current transaction started.
|
long |
getTransactionUpdateTime()
Return the time of the last activity on the current transaction.
|
long |
getUnacknowledgedMessages() |
boolean |
isProducerFlowBlocked() |
addChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsync
static final String CHANNEL_ID
static final String PRODUCER_FLOW_BLOCKED
int getChannelId()
boolean isProducerFlowBlocked()
Collection<Consumer> getConsumers()
Collection<Publisher> getPublishers()
long getConsumerCount()
long getLocalTransactionBegins()
int getLocalTransactionOpen()
long getLocalTransactionRollbacks()
long getUnacknowledgedMessages()
long getTransactionStartTime()
long getTransactionUpdateTime()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.