public interface Connection<X extends Connection<X>> extends ConfiguredObject<X>
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID |
static String |
CLIENT_VERSION |
static long |
DEFAULT_MAX_UNCOMMITTED_IN_MEMORY_SIZE |
static String |
INCOMING |
static String |
LOCAL_ADDRESS |
static String |
MAX_UNCOMMITTED_IN_MEMORY_SIZE |
static String |
PORT |
static String |
PRINCIPAL |
static String |
PROPERTIES |
static String |
REMOTE_ADDRESS |
static String |
REMOTE_PROCESS_NAME |
static String |
REMOTE_PROCESS_PID |
static String |
SESSION_COUNT_LIMIT |
static String |
STATE |
static String |
TRANSPORT |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, TYPE
Modifier and Type | Method and Description |
---|---|
long |
getBytesIn() |
long |
getBytesOut() |
String |
getClientId() |
String |
getClientVersion() |
long |
getLastIoTime() |
String |
getLocalAddress() |
long |
getMessagesIn() |
long |
getMessagesOut() |
Port<?> |
getPort() |
String |
getPrincipal() |
Protocol |
getProtocol() |
String |
getRemoteAddress() |
String |
getRemoteProcessName() |
String |
getRemoteProcessPid() |
int |
getSessionCount() |
long |
getSessionCountLimit() |
Collection<Session> |
getSessions() |
Transport |
getTransport() |
String |
getTransportInfo() |
AMQPConnection<?> |
getUnderlyingConnection() |
VirtualHost |
getVirtualHost() |
boolean |
isIncoming() |
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 STATE
static final String CLIENT_ID
static final String CLIENT_VERSION
static final String INCOMING
static final String LOCAL_ADDRESS
static final String PRINCIPAL
static final String PROPERTIES
static final String REMOTE_ADDRESS
static final String REMOTE_PROCESS_NAME
static final String REMOTE_PROCESS_PID
static final String SESSION_COUNT_LIMIT
static final String TRANSPORT
static final String PORT
static final String MAX_UNCOMMITTED_IN_MEMORY_SIZE
static final long DEFAULT_MAX_UNCOMMITTED_IN_MEMORY_SIZE
String getClientId()
String getClientVersion()
boolean isIncoming()
String getLocalAddress()
String getPrincipal()
String getRemoteAddress()
String getRemoteProcessName()
String getRemoteProcessPid()
long getSessionCountLimit()
Transport getTransport()
String getTransportInfo()
Protocol getProtocol()
VirtualHost getVirtualHost()
Port<?> getPort()
long getBytesIn()
long getBytesOut()
long getMessagesIn()
long getMessagesOut()
long getLastIoTime()
int getSessionCount()
Collection<Session> getSessions()
AMQPConnection<?> getUnderlyingConnection()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.