Interface JDBCVirtualHostLogger<X extends JDBCVirtualHostLogger<X>>
-
- All Superinterfaces:
org.apache.qpid.server.model.ConfiguredObject<X>,org.apache.qpid.server.model.ContextProvider,org.apache.qpid.server.store.jdbc.JDBCSettings,org.apache.qpid.server.model.PermissionedObject,org.apache.qpid.server.store.Settings,org.apache.qpid.server.model.TaskExecutorProvider,org.apache.qpid.server.model.VirtualHostLogger<X>
- All Known Implementing Classes:
JDBCVirtualHostLoggerImpl
public interface JDBCVirtualHostLogger<X extends JDBCVirtualHostLogger<X>> extends org.apache.qpid.server.model.VirtualHostLogger<X>, org.apache.qpid.server.store.jdbc.JDBCSettings
-
-
Field Summary
-
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, TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnectionPoolType()java.lang.StringgetConnectionUrl()java.lang.StringgetPassword()java.lang.StringgetTableNamePrefix()java.lang.StringgetUsername()-
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
-
-
-
-
Method Detail
-
getConnectionUrl
java.lang.String getConnectionUrl()
- Specified by:
getConnectionUrlin interfaceorg.apache.qpid.server.store.jdbc.JDBCSettings
-
getConnectionPoolType
java.lang.String getConnectionPoolType()
- Specified by:
getConnectionPoolTypein interfaceorg.apache.qpid.server.store.jdbc.JDBCSettings
-
getUsername
java.lang.String getUsername()
- Specified by:
getUsernamein interfaceorg.apache.qpid.server.store.jdbc.JDBCSettings
-
getPassword
java.lang.String getPassword()
- Specified by:
getPasswordin interfaceorg.apache.qpid.server.store.jdbc.JDBCSettings
-
getTableNamePrefix
java.lang.String getTableNamePrefix()
- Specified by:
getTableNamePrefixin interfaceorg.apache.qpid.server.store.jdbc.JDBCSettings
-
-