Interface BrokerLogbackSocketLogger<X extends BrokerLogbackSocketLogger<X>>
-
- All Superinterfaces:
BrokerLogger<X>,ConfiguredObject<X>,ContextProvider,PermissionedObject,TaskExecutorProvider
- All Known Implementing Classes:
BrokerLogbackSocketLoggerImpl
public interface BrokerLogbackSocketLogger<X extends BrokerLogbackSocketLogger<X>> extends BrokerLogger<X>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PROPERTIESstatic StringINCLUDE_CALLER_DATAstatic StringMAPPED_DIAGNOSTIC_CONTEXTstatic StringPORTstatic StringRECONNECTION_DELAYstatic StringREMOTE_HOSTstatic StringTYPE-
Fields inherited from interface org.apache.qpid.server.model.ConfiguredObject
AWAIT_ATTAINMENT_TIMEOUT, CONTEXT, CREATED_BY, CREATED_TIME, DEFAULT_AWAIT_ATTAINMENT_TIMEOUT, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getContextProperties()booleangetIncludeCallerData()Map<String,String>getMappedDiagnosticContext()intgetPort()longgetReconnectionDelay()StringgetRemoteHost()-
Methods inherited from interface org.apache.qpid.server.model.BrokerLogger
getErrorCount, getWarnCount, isVirtualHostLogEventExcluded, resetStatistics, stopLogging
-
Methods inherited from interface org.apache.qpid.server.model.ConfiguredObject
addChangeListener, asObjectRecord, authorise, authorise, authorise, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getStatistics, getType, getTypeClass, getUserPreferences, hasEncrypter, isDurable, managesChildStorage, newToken, open, openAsync, removeChangeListener, removeContextVariable, setAttributes, setAttributesAsync, setContextVariable, setUserPreferences
-
Methods inherited from interface org.apache.qpid.server.model.ContextProvider
getContextKeys, getContextValue, getContextValue
-
Methods inherited from interface org.apache.qpid.server.model.TaskExecutorProvider
getTaskExecutor
-
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
PORT
static final String PORT
- See Also:
- Constant Field Values
-
REMOTE_HOST
static final String REMOTE_HOST
- See Also:
- Constant Field Values
-
RECONNECTION_DELAY
static final String RECONNECTION_DELAY
- See Also:
- Constant Field Values
-
INCLUDE_CALLER_DATA
static final String INCLUDE_CALLER_DATA
- See Also:
- Constant Field Values
-
MAPPED_DIAGNOSTIC_CONTEXT
static final String MAPPED_DIAGNOSTIC_CONTEXT
- See Also:
- Constant Field Values
-
CONTEXT_PROPERTIES
static final String CONTEXT_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPort
int getPort()
-
getRemoteHost
String getRemoteHost()
-
getReconnectionDelay
long getReconnectionDelay()
-
getIncludeCallerData
boolean getIncludeCallerData()
-
-