Modifier and Type | Class and Description |
---|---|
class |
BindingImpl |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
BindingImpl.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
protected BindingImpl |
BindingFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Method and Description |
---|---|
void |
StoreConfigurationChangeListener.attributeSet(ConfiguredObject object,
String attributeName,
Object oldAttributeValue,
Object newAttributeValue) |
void |
StoreConfigurationChangeListener.bulkChangeEnd(ConfiguredObject<?> object) |
void |
StoreConfigurationChangeListener.bulkChangeStart(ConfiguredObject<?> object) |
void |
StoreConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
StoreConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
StoreConfigurationChangeListener.childRemoved(ConfiguredObject object,
ConfiguredObject child) |
void |
StoreConfigurationChangeListener.childRemoved(ConfiguredObject object,
ConfiguredObject child) |
void |
ManagementModeStoreHandler.onDelete(ConfiguredObject<?> parent) |
void |
ManagementModeStoreHandler.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
StoreConfigurationChangeListener.stateChanged(ConfiguredObject object,
State oldState,
State newState) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExchangeImpl<T extends ExchangeImpl<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExchange<T extends AbstractExchange<T>> |
class |
DirectExchange |
class |
FanoutExchange |
class |
HeadersExchange
An exchange that binds queues based on a set of required headers and header values
and routes messages to these queues by matching the headers of the message against
those with which the queues were bound.
|
class |
TopicExchange |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
AbstractExchange.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected HeadersExchange |
HeadersExchangeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected TopicExchange |
TopicExchangeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected DirectExchange |
DirectExchangeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected FanoutExchange |
FanoutExchangeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Interface and Description |
---|---|
interface |
JMXManagementPlugin<X extends JMXManagementPlugin<X>> |
Modifier and Type | Class and Description |
---|---|
class |
JMXManagementPluginImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected JMXManagementPluginImpl |
JMXManagementPluginImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
ManagedObject |
MBeanProvider.createMBean(ConfiguredObject<?> child,
ManagedObjectRegistry registry)
Creates a mbean for this child.
|
boolean |
MBeanProvider.isChildManageableByMBean(ConfiguredObject<?> child)
Tests whether a
child can be managed by the mbean
provided by this provider. |
protected void |
JMXManagementPluginImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualHostMBean.attributeSet(ConfiguredObject object,
String attributeName,
Object oldAttributeValue,
Object newAttributeValue) |
void |
VirtualHostMBean.bulkChangeEnd(ConfiguredObject<?> object) |
void |
VirtualHostMBean.bulkChangeStart(ConfiguredObject<?> object) |
void |
VirtualHostMBean.childAdded(ConfiguredObject object,
ConfiguredObject child) |
void |
VirtualHostMBean.childAdded(ConfiguredObject object,
ConfiguredObject child) |
void |
VirtualHostMBean.childRemoved(ConfiguredObject object,
ConfiguredObject child) |
void |
VirtualHostMBean.childRemoved(ConfiguredObject object,
ConfiguredObject child) |
void |
VirtualHostMBean.stateChanged(ConfiguredObject object,
State oldState,
State newState) |
Modifier and Type | Interface and Description |
---|---|
interface |
BrokerConsoleLogger<X extends BrokerConsoleLogger<X>> |
interface |
BrokerFileLogger<X extends BrokerFileLogger<X>> |
interface |
BrokerLogbackSocketLogger<X extends BrokerLogbackSocketLogger<X>> |
interface |
BrokerMemoryLogger<X extends BrokerMemoryLogger<X>> |
interface |
BrokerNameAndLevelLogInclusionRule<X extends BrokerNameAndLevelLogInclusionRule<X>> |
interface |
BrokerSyslogLogger<X extends BrokerSyslogLogger<X>> |
interface |
VirtualHostFileLogger<X extends VirtualHostFileLogger<X>> |
interface |
VirtualHostNameAndLevelLogInclusionRule<X extends VirtualHostNameAndLevelLogInclusionRule<X>> |
interface |
VirtualHostSyslogLogger<X extends VirtualHostSyslogLogger<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBrokerLogger<X extends AbstractBrokerLogger<X>> |
class |
AbstractLogger<X extends AbstractLogger<X>> |
class |
AbstractNameAndLevelLogInclusionRule<X extends AbstractNameAndLevelLogInclusionRule<X>> |
class |
AbstractVirtualHostLogger<X extends AbstractVirtualHostLogger<X>> |
class |
BrokerConsoleLoggerImpl |
class |
BrokerFileLoggerImpl |
class |
BrokerLogbackSocketLoggerImpl |
class |
BrokerMemoryLoggerImpl |
class |
BrokerNameAndLevelLogInclusionRuleImpl |
class |
BrokerSyslogLoggerImpl |
class |
VirtualHostFileLoggerImpl |
class |
VirtualHostNameAndLevelLogInclusionRuleImpl |
class |
VirtualHostSyslogLoggerImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractLogger.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractLogger.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected BrokerSyslogLoggerImpl |
BrokerSyslogLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerNameAndLevelLogInclusionRuleImpl |
BrokerNameAndLevelLogInclusionRuleImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerMemoryLoggerImpl |
BrokerMemoryLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected VirtualHostSyslogLoggerImpl |
VirtualHostSyslogLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerLogbackSocketLoggerImpl |
BrokerLogbackSocketLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected VirtualHostFileLoggerImpl |
VirtualHostFileLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected VirtualHostNameAndLevelLogInclusionRuleImpl |
VirtualHostNameAndLevelLogInclusionRuleImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerConsoleLoggerImpl |
BrokerConsoleLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerFileLoggerImpl |
BrokerFileLoggerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
BrokerFileLoggerImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
BrokerNameAndLevelLogInclusionRuleImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
BrokerMemoryLoggerImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
VirtualHostNameAndLevelLogInclusionRuleImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
VirtualHostFileLoggerImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Constructor and Description |
---|
AbstractLogger(Map<String,Object> attributes,
ConfiguredObject<?> parent) |
Constructor and Description |
---|
AbstractNameAndLevelLogInclusionRule(Map<Class<? extends ConfiguredObject>,ConfiguredObject<?>> parents,
Map<String,Object> attributes) |
AbstractNameAndLevelLogInclusionRule(Map<Class<? extends ConfiguredObject>,ConfiguredObject<?>> parents,
Map<String,Object> attributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageSourceConsumer<X extends MessageSourceConsumer<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguredObject<X extends ConfiguredObject<X>> |
class |
AbstractSystemConfig<X extends SystemConfig<X>> |
class |
JsonSystemConfigImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractConfiguredObject.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected <C extends ConfiguredObject<?>> |
AbstractConfiguredObject.authoriseCreateChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.create(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.create(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.createAsync(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.createAsync(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.createChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfiguredObject.createChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.createChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfiguredObject.createChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject<C>> |
ConfiguredObject.findConfiguredObject(Class<C> clazz,
String name) |
<Y extends ConfiguredObject<Y>> |
AbstractConfiguredObject.findConfiguredObject(Class<Y> clazz,
String name) |
<C extends ConfiguredObject> |
Model.getAncestor(Class<C> ancestorClass,
Class<? extends ConfiguredObject> category,
ConfiguredObject<?> object) |
<C extends ConfiguredObject> |
Model.getAncestor(Class<C> ancestorClass,
ConfiguredObject<?> object) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.getAttainedChildById(Class<C> childClass,
UUID id) |
<C extends ConfiguredObject> |
ConfiguredObject.getAttainedChildById(Class<C> childClass,
UUID id) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.getAttainedChildByName(Class<C> childClass,
String name) |
<C extends ConfiguredObject> |
ConfiguredObject.getAttainedChildByName(Class<C> childClass,
String name) |
<X extends ConfiguredObject> |
ConfiguredObjectTypeRegistry.getAttributeNames(Class<X> clazz) |
protected <X extends ConfiguredObject> |
ConfiguredObjectTypeRegistry.getAttributes(Class<X> clazz) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.getChildById(Class<C> clazz,
UUID id) |
<C extends ConfiguredObject> |
ConfiguredObject.getChildById(Class<C> clazz,
UUID id) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.getChildByName(Class<C> clazz,
String name) |
<C extends ConfiguredObject> |
ConfiguredObject.getChildByName(Class<C> clazz,
String name) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.getChildren(Class<C> clazz) |
<C extends ConfiguredObject> |
ConfiguredObject.getChildren(Class<C> clazz)
Return children of the ConfiguredObject of the given class
|
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.getConfiguredObjectTypeFactory(Class<X> categoryClass,
Map<String,Object> attributes) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.getConfiguredObjectTypeFactory(Class<X> categoryClass,
Map<String,Object> attributes) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.getConfiguredObjectTypeFactory(String category,
String type) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.getConfiguredObjectTypeFactory(String category,
String type) |
<C extends ConfiguredObject<?>> |
AbstractConfiguredObjectTypeFactory.getParent(Class<C> parentClass,
ConfiguredObject<?>... parents) |
<T extends ConfiguredObject> |
AbstractConfiguredObject.getParent(Class<T> clazz) |
<T extends ConfiguredObject> |
ConfiguredObject.getParent(Class<T> clazz)
Get the parent of the given type for this object
|
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
protected abstract <X extends ConfiguredObject<X>> |
AbstractUnresolvedObject.resolved(ConfiguredObjectDependency<X> dependency,
X value) |
Modifier and Type | Method and Description |
---|---|
ConfiguredObject<?> |
AbstractConfiguredObject.DuplicateNameException.getExisting() |
ConfiguredObject<?>[] |
AbstractUnresolvedObject.getParents() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractConfiguredObject.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
void |
ConfigurationChangeListener.attributeSet(ConfiguredObject<?> object,
String attributeName,
Object oldAttributeValue,
Object newAttributeValue) |
void |
NoopConfigurationChangeListener.attributeSet(ConfiguredObject<?> object,
String attributeName,
Object oldAttributeValue,
Object newAttributeValue) |
protected void |
AbstractConfiguredObject.authoriseCreate(ConfiguredObject<?> object) |
protected <C extends ConfiguredObject<?>> |
AbstractConfiguredObject.authoriseCreateChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected void |
AbstractConfiguredObject.authoriseDelete(ConfiguredObject<?> object) |
protected void |
AbstractConfiguredObject.authoriseSetAttributes(ConfiguredObject<?> proxyForValidation,
Set<String> modifiedAttributes) |
void |
ConfigurationChangeListener.bulkChangeEnd(ConfiguredObject<?> object)
Inform the listener that the changes announced by bulkChangeStart are complete.
|
void |
NoopConfigurationChangeListener.bulkChangeEnd(ConfiguredObject<?> object) |
void |
ConfigurationChangeListener.bulkChangeStart(ConfiguredObject<?> object)
Inform the listener that several attributes of an object are about to change.
|
void |
NoopConfigurationChangeListener.bulkChangeStart(ConfiguredObject<?> object) |
protected void |
AbstractConfiguredObject.childAdded(ConfiguredObject<?> child) |
void |
ConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
ConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
NoopConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
NoopConfigurationChangeListener.childAdded(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
protected void |
AbstractConfiguredObject.childRemoved(ConfiguredObject<?> child) |
void |
ConfigurationChangeListener.childRemoved(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
ConfigurationChangeListener.childRemoved(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
NoopConfigurationChangeListener.childRemoved(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
void |
NoopConfigurationChangeListener.childRemoved(ConfiguredObject<?> object,
ConfiguredObject<?> child) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.create(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.create(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
X |
AbstractConfiguredObjectTypeFactory.create(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.createAsync(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.createAsync(Class<X> clazz,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
com.google.common.util.concurrent.ListenableFuture<X> |
AbstractConfiguredObjectTypeFactory.createAsync(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.createChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfiguredObject.createChild(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
AbstractConfiguredObject.createChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfiguredObject.createChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected abstract X |
AbstractConfiguredObjectTypeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
<C extends ConfiguredObject> |
Model.getAncestor(Class<C> ancestorClass,
Class<? extends ConfiguredObject> category,
ConfiguredObject<?> object) |
<C extends ConfiguredObject> |
Model.getAncestor(Class<C> ancestorClass,
ConfiguredObject<?> object) |
<C extends ConfiguredObject<?>> |
AbstractConfiguredObjectTypeFactory.getParent(Class<C> parentClass,
ConfiguredObject<?>... parents) |
protected static Map<Class<? extends ConfiguredObject>,ConfiguredObject<?>> |
AbstractConfiguredObject.parentsMap(ConfiguredObject<?>... parents) |
UnresolvedConfiguredObject<X> |
AbstractConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactoryImpl.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
<X extends ConfiguredObject<X>> |
ConfiguredObjectFactory.recover(ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
void |
ConfigurationChangeListener.stateChanged(ConfiguredObject<?> object,
State oldState,
State newState)
Inform the listener that the passed object has changed state
|
void |
NoopConfigurationChangeListener.stateChanged(ConfiguredObject<?> object,
State oldState,
State newState) |
protected void |
AbstractConfiguredObject.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Constructor and Description |
---|
AbstractUnresolvedObject(Class<C> clazz,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
AncestorAttributeResolver(ConfiguredObject<?> object) |
OwnAttributeResolver(ConfiguredObject<?> object) |
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedGroupProvider<X extends FileBasedGroupProvider<X>> |
interface |
FileSystemPreferencesProvider<X extends FileSystemPreferencesProvider<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginAdapter<X extends Plugin<X>> |
class |
BrokerAdapter |
class |
FileBasedGroupProviderImpl |
class |
FileSystemPreferencesProviderImpl |
class |
SessionAdapter |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
FileBasedGroupProviderImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
BrokerAdapter.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
FileSystemPreferencesProviderImpl.getChildren(Class<C> clazz) |
<C extends ConfiguredObject> |
AbstractPluginAdapter.getChildren(Class<C> clazz) |
<C extends ConfiguredObject> |
SessionAdapter.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
FileBasedGroupProviderImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
BrokerAdapter.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected FileBasedGroupProviderImpl |
FileBasedGroupProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BrokerAdapter |
BrokerAdapterFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected FileSystemPreferencesProviderImpl |
FileSystemPreferencesProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
FileSystemPreferencesProviderImpl.validateChange(ConfiguredObject<?> updatedObject,
Set<String> changedAttributes) |
protected void |
FileBasedGroupProviderImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
BrokerAdapter.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
AmqpPort<X extends AmqpPort<X>> |
interface |
ClientAuthCapablePort<X extends PortWithAuthProvider<X>> |
interface |
HttpPort<X extends HttpPort<X>> |
interface |
JmxPort<X extends JmxPort<X>> |
interface |
PortWithAuthProvider<X extends PortWithAuthProvider<X>> |
interface |
RmiPort<X extends RmiPort<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientAuthCapablePortWithAuthProvider<X extends AbstractClientAuthCapablePortWithAuthProvider<X>> |
class |
AbstractPort<X extends AbstractPort<X>> |
class |
AbstractPortWithAuthProvider<X extends AbstractPortWithAuthProvider<X>> |
class |
AmqpPortImpl |
class |
HttpPortImpl |
class |
JmxPortImpl |
class |
RmiPortImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
X |
PortFactory.create(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
com.google.common.util.concurrent.ListenableFuture<X> |
PortFactory.createAsync(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected RmiPortImpl |
RmiPortImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected JmxPortImpl |
JmxPortImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected AmqpPortImpl |
AmqpPortImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected HttpPortImpl |
HttpPortImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
UnresolvedConfiguredObject<X> |
PortFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
protected void |
AmqpPortImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
AbstractPortWithAuthProvider.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
AbstractClientAuthCapablePortWithAuthProvider.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
AbstractPort.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
HttpPortImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfiguredObjectTypeFactory<X extends ConfiguredObject<X>> |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistration.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
X |
ConfiguredObjectTypeFactory.create(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
com.google.common.util.concurrent.ListenableFuture<X> |
ConfiguredObjectTypeFactory.createAsync(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
ConfigurationSecretEncrypter |
ConfigurationSecretEncrypterFactory.createEncrypter(ConfiguredObject<?> object) |
UnresolvedConfiguredObject<X> |
ConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Class and Description |
---|---|
class |
AMQPConnection_0_10 |
Modifier and Type | Class and Description |
---|---|
class |
AMQPConnection_0_8 |
Modifier and Type | Class and Description |
---|---|
class |
AMQPConnection_1_0 |
Modifier and Type | Interface and Description |
---|---|
interface |
AMQQueue<X extends AMQQueue<X>> |
interface |
LastValueQueue<X extends LastValueQueue<X>> |
interface |
PriorityQueue<X extends PriorityQueue<X>> |
interface |
QueueConsumer<X extends QueueConsumer<X>> |
interface |
SortedQueue<X extends SortedQueue<X>> |
interface |
StandardQueue<X extends StandardQueue<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<X extends AbstractQueue<X>> |
class |
LastValueQueueImpl |
class |
OutOfOrderQueue<X extends OutOfOrderQueue<X>> |
class |
PriorityQueueImpl |
class |
SortedQueueImpl |
class |
StandardQueueImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractQueue.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
AbstractQueue.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractQueue.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
X |
QueueFactory.create(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
com.google.common.util.concurrent.ListenableFuture<X> |
QueueFactory.createAsync(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected PriorityQueueImpl |
PriorityQueueImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected StandardQueueImpl |
StandardQueueImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected LastValueQueueImpl |
LastValueQueueImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected SortedQueueImpl |
SortedQueueImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
UnresolvedConfiguredObject<X> |
QueueFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
protected void |
AbstractQueue.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
AutoGeneratedSelfSignedKeyStore<X extends AutoGeneratedSelfSignedKeyStore<X>> |
interface |
FileKeyStore<X extends FileKeyStore<X>> |
interface |
FileTrustStore<X extends FileTrustStore<X>> |
interface |
ManagedPeerCertificateTrustStore<X extends ManagedPeerCertificateTrustStore<X>> |
interface |
NonJavaKeyStore<X extends NonJavaKeyStore<X>> |
interface |
NonJavaTrustStore<X extends NonJavaTrustStore<X>> |
interface |
SiteSpecificTrustStore<X extends SiteSpecificTrustStore<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AutoGeneratedSelfSignedKeyStoreImpl |
class |
FileKeyStoreImpl |
class |
FileTrustStoreImpl |
class |
ManagedPeerCertificateTrustStoreImpl |
class |
NonJavaKeyStoreImpl |
class |
NonJavaTrustStoreImpl |
class |
SiteSpecificTrustStoreImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.authorise(Operation operation,
ConfiguredObject<?> configuredObject) |
void |
SecurityManager.authoriseCreate(ConfiguredObject<?> object) |
void |
SecurityManager.authoriseDelete(ConfiguredObject<?> configuredObject) |
void |
SecurityManager.authoriseLogsAccess(ConfiguredObject configuredObject) |
void |
SecurityManager.authoriseUpdate(ConfiguredObject<?> configuredObject) |
protected NonJavaKeyStoreImpl |
NonJavaKeyStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected FileTrustStoreImpl |
FileTrustStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected NonJavaTrustStoreImpl |
NonJavaTrustStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected SiteSpecificTrustStoreImpl |
SiteSpecificTrustStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected AutoGeneratedSelfSignedKeyStoreImpl |
AutoGeneratedSelfSignedKeyStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected FileKeyStoreImpl |
FileKeyStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected ManagedPeerCertificateTrustStoreImpl |
ManagedPeerCertificateTrustStoreImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
ManagedPeerCertificateTrustStoreImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
FileTrustStoreImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
NonJavaTrustStoreImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
NonJavaKeyStoreImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
FileKeyStoreImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Constructor and Description |
---|
SecurityManager(ConfiguredObject<?> aclProvidersParent,
boolean managementMode) |
Modifier and Type | Interface and Description |
---|---|
interface |
ACLFileAccessControlProvider<X extends ACLFileAccessControlProvider<X>> |
Modifier and Type | Class and Description |
---|---|
class |
ACLFileAccessControlProviderImpl |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
ACLFileAccessControlProviderImpl.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected ACLFileAccessControlProviderImpl |
ACLFileAccessControlProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalAuthenticationManager<T extends ExternalAuthenticationManager<T>> |
interface |
SimpleLDAPAuthenticationManager<X extends SimpleLDAPAuthenticationManager<X>> |
interface |
UsernamePasswordAuthenticationProvider<X extends UsernamePasswordAuthenticationProvider<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationManager<T extends AbstractAuthenticationManager<T>> |
class |
AbstractScramAuthenticationManager<X extends AbstractScramAuthenticationManager<X>> |
class |
AnonymousAuthenticationManager |
class |
Base64MD5PasswordDatabaseAuthenticationManager |
class |
ConfigModelPasswordManagingAuthenticationProvider<X extends ConfigModelPasswordManagingAuthenticationProvider<X>> |
class |
ExternalAuthenticationManagerImpl |
class |
KerberosAuthenticationManager |
class |
MD5AuthenticationProvider |
class |
PlainAuthenticationProvider |
class |
PlainPasswordDatabaseAuthenticationManager |
class |
PrincipalDatabaseAuthenticationManager<T extends PrincipalDatabaseAuthenticationManager<T>> |
class |
ScramSHA1AuthenticationManager |
class |
ScramSHA256AuthenticationManager |
class |
SimpleAuthenticationManager |
class |
SimpleLDAPAuthenticationManagerImpl |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
AbstractAuthenticationManager.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfigModelPasswordManagingAuthenticationProvider.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
PrincipalDatabaseAuthenticationManager.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
AbstractAuthenticationManager.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
ConfigModelPasswordManagingAuthenticationProvider.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
PrincipalDatabaseAuthenticationManager.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected ScramSHA1AuthenticationManager |
ScramSHA1AuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected ExternalAuthenticationManagerImpl |
ExternalAuthenticationManagerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected PlainAuthenticationProvider |
PlainAuthenticationProviderFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected Base64MD5PasswordDatabaseAuthenticationManager |
Base64MD5PasswordDatabaseAuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected PlainPasswordDatabaseAuthenticationManager |
PlainPasswordDatabaseAuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected org.apache.qpid.server.security.auth.manager.ManagedUser |
ManagedUserFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected MD5AuthenticationProvider |
MD5AuthenticationProviderFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected ScramSHA256AuthenticationManager |
ScramSHA256AuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected AnonymousAuthenticationManager |
AnonymousAuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected SimpleLDAPAuthenticationManagerImpl |
SimpleLDAPAuthenticationManagerImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected KerberosAuthenticationManager |
KerberosAuthenticationManagerFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
PrincipalDatabaseAuthenticationManager.validateChange(ConfiguredObject<?> updatedObject,
Set<String> changedAttributes) |
protected void |
SimpleLDAPAuthenticationManagerImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
OAuth2AuthenticationProvider<T extends OAuth2AuthenticationProvider<T>> |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2AuthenticationProviderImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected OAuth2AuthenticationProviderImpl |
OAuth2AuthenticationProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
OAuth2AuthenticationProviderImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Method and Description |
---|---|
ConfigurationSecretEncrypter |
AESKeyFileEncrypterFactory.createEncrypter(ConfiguredObject<?> object) |
Modifier and Type | Class and Description |
---|---|
class |
GroupImpl |
class |
GroupMemberImpl |
class |
GroupProviderImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
GroupProviderImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected <C extends ConfiguredObject> |
GroupImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
GroupProviderImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected <C extends ConfiguredObject> |
GroupImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected GroupProviderImpl |
GroupProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected GroupMemberImpl |
GroupMemberImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected GroupImpl |
GroupImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudFoundryDashboardManagementGroupProvider<X extends CloudFoundryDashboardManagementGroupProvider<X>> |
Modifier and Type | Class and Description |
---|---|
class |
CloudFoundryDashboardManagementGroupProviderImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected CloudFoundryDashboardManagementGroupProviderImpl |
CloudFoundryDashboardManagementGroupProviderImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
CloudFoundryDashboardManagementGroupProviderImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfiguredObjectDependency<C extends ConfiguredObject<C>> |
interface |
ConfiguredObjectIdDependency<C extends ConfiguredObject<C>> |
interface |
ConfiguredObjectNameDependency<C extends ConfiguredObject<C>> |
class |
ResolvedObject<C extends ConfiguredObject<C>> |
interface |
UnresolvedConfiguredObject<X extends ConfiguredObject<X>> |
Modifier and Type | Class and Description |
---|---|
class |
MemorySystemConfigImpl |
Modifier and Type | Method and Description |
---|---|
static <T extends ConfiguredObject<T>> |
ResolvedObject.newInstance(T object) |
Modifier and Type | Method and Description |
---|---|
ConfiguredObject<?>[] |
ResolvedObject.getParents() |
ConfiguredObject<?>[] |
UnresolvedConfiguredObject.getParents() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJDBCMessageStore.initMessageStore(ConfiguredObject<?> parent) |
void |
AbstractJDBCMessageStore.onDelete(ConfiguredObject<?> parent) |
void |
MessageStore.onDelete(ConfiguredObject<?> parent) |
void |
JsonFileConfigStore.onDelete(ConfiguredObject<?> parent) |
void |
NullMessageStore.onDelete(ConfiguredObject<?> parent) |
void |
AbstractJDBCConfigurationStore.onDelete(ConfiguredObject<?> parent) |
void |
DurableConfigurationStore.onDelete(ConfiguredObject<?> parent)
Deletes the configuration store from its underlying storage.
|
void |
MemoryMessageStore.onDelete(ConfiguredObject<?> parent) |
void |
AbstractMemoryStore.onDelete(ConfiguredObject<?> parent) |
void |
JsonFileConfigStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
NullMessageStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
DurableConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords)
Initializes and opens the configuration store.
|
void |
AbstractMemoryStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
MessageStore.openMessageStore(ConfiguredObject<?> parent)
Initializes and opens the message store.
|
void |
NullMessageStore.openMessageStore(ConfiguredObject<?> parent) |
void |
MemoryMessageStore.openMessageStore(ConfiguredObject<?> parent) |
Collection<ConfiguredObjectRecord> |
ConfiguredObjectRecordConverter.readFromJson(Class<? extends ConfiguredObject> rootClass,
ConfiguredObject<?> parent,
Reader reader) |
protected void |
AbstractJDBCMessageStore.upgrade(ConfiguredObject<?> parent) |
protected void |
AbstractJDBCConfigurationStore.upgradeIfNecessary(ConfiguredObject<?> parent) |
Modifier and Type | Method and Description |
---|---|
Collection<ConfiguredObjectRecord> |
ConfiguredObjectRecordConverter.readFromJson(Class<? extends ConfiguredObject> rootClass,
ConfiguredObject<?> parent,
Reader reader) |
Constructor and Description |
---|
GenericRecoverer(ConfiguredObject<?> root) |
Constructor and Description |
---|
AbstractMemoryStore(Class<? extends ConfiguredObject> rootClass) |
JsonFileConfigStore(Class<? extends ConfiguredObject> rootClass) |
MemoryConfigurationStore(Class<? extends ConfiguredObject> rootClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
BDBEnvironmentContainer<X extends ConfiguredObject<X>> |
Modifier and Type | Interface and Description |
---|---|
interface |
BDBEnvironmentContainer<X extends ConfiguredObject<X>> |
interface |
BDBSystemConfig<X extends BDBSystemConfig<X>> |
Modifier and Type | Class and Description |
---|---|
class |
BDBSystemConfigImpl |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredObject<?> |
BDBMessageStore.getParent() |
protected abstract ConfiguredObject<?> |
AbstractBDBMessageStore.getParent() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
EnvironmentFacade |
StandardEnvironmentFacadeFactory.createEnvironmentFacade(ConfiguredObject<?> parent) |
EnvironmentFacade |
EnvironmentFacadeFactory.createEnvironmentFacade(ConfiguredObject<?> parent) |
static com.sleepycat.je.CacheMode |
BDBUtils.getCacheMode(ConfiguredObject<?> object) |
static <T> T |
BDBUtils.getContextValue(ConfiguredObject<?> parent,
Class<T> paremeterClass,
String parameterName,
T defaultValue) |
static Map<String,String> |
BDBUtils.getEnvironmentConfigurationParameters(ConfiguredObject<?> object) |
static Map<String,String> |
BDBUtils.getReplicatedEnvironmentConfigurationParameters(ConfiguredObject<?> object) |
void |
BDBMessageStore.onDelete(ConfiguredObject<?> parent) |
void |
BDBConfigurationStore.onDelete(ConfiguredObject<?> parent) |
void |
BDBConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
BDBMessageStore.openMessageStore(ConfiguredObject<?> parent) |
void |
BDBCacheSizeSetter.stateChanged(ConfiguredObject<?> configuredObject,
State oldState,
State newState) |
void |
EnvironmentFacade.updateMutableConfig(ConfiguredObject<?> object) |
void |
StandardEnvironmentFacade.updateMutableConfig(ConfiguredObject<?> object) |
static void |
EnvironmentUtils.updateMutableConfig(com.sleepycat.je.Environment environment,
Set<String> paramsSetByDefault,
boolean includeHA,
ConfiguredObject<?> object) |
void |
EnvironmentFacade.upgradeIfNecessary(ConfiguredObject<?> parent) |
void |
StandardEnvironmentFacade.upgradeIfNecessary(ConfiguredObject<?> parent) |
Constructor and Description |
---|
BDBConfigurationStore(Class<? extends ConfiguredObject> rootClass) |
BDBConfigurationStore(EnvironmentFacadeFactory environmentFacadeFactory,
Class<? extends ConfiguredObject> rootClass) |
Modifier and Type | Method and Description |
---|---|
ManagedObject |
BDBHAMessageStoreManagerMBeanProvider.createMBean(ConfiguredObject child,
ManagedObjectRegistry registry) |
boolean |
BDBHAMessageStoreManagerMBeanProvider.isChildManageableByMBean(ConfiguredObject child) |
Modifier and Type | Method and Description |
---|---|
EnvironmentFacade |
ReplicatedEnvironmentFacadeFactory.createEnvironmentFacade(ConfiguredObject<?> parent) |
void |
ReplicatedEnvironmentFacade.updateMutableConfig(ConfiguredObject<?> object) |
void |
ReplicatedEnvironmentFacade.upgradeIfNecessary(ConfiguredObject<?> parent) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeFrom4To5.performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent) |
void |
UpgradeFrom7To8.performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent) |
void |
UpgradeFrom5To6.performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent)
Upgrades from a v5 database to a v6 database
v6 is the first "new style" schema where we don't version every table,
and the upgrade is re-runnable
Change in this version:
Message content is moved from the database messageContentDb_v5 to
MESSAGE_CONTENT.
|
void |
UpgradeFrom6To7.performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent) |
void |
StoreUpgrade.performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent) |
Constructor and Description |
---|
Upgrader(com.sleepycat.je.Environment environment,
ConfiguredObject<?> parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
DerbySystemConfig<X extends DerbySystemConfig<X>> |
Modifier and Type | Class and Description |
---|---|
class |
DerbySystemConfigImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractDerbyMessageStore.doOpen(ConfiguredObject<?> parent) |
protected void |
DerbyMessageStore.doOpen(ConfiguredObject<?> parent) |
void |
DerbyMessageStore.onDelete(ConfiguredObject parent) |
void |
DerbyConfigurationStore.onDelete(ConfiguredObject<?> parent) |
void |
DerbyConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
AbstractDerbyMessageStore.openMessageStore(ConfiguredObject<?> parent) |
Constructor and Description |
---|
DerbyConfigurationStore(Class<? extends ConfiguredObject> rootClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCSystemConfig<X extends JDBCSystemConfig<X>> |
Modifier and Type | Class and Description |
---|---|
class |
JDBCSystemConfigImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
GenericAbstractJDBCMessageStore.doOpen(ConfiguredObject<?> parent) |
protected void |
GenericJDBCMessageStore.doOpen(ConfiguredObject<?> parent) |
static JDBCDetails |
JDBCDetails.getDetailsForJdbcUrl(String jdbcUrl,
ConfiguredObject<?> object) |
void |
GenericJDBCConfigurationStore.openConfigurationStore(ConfiguredObject<?> parent,
boolean overwrite,
ConfiguredObjectRecord... initialRecords) |
void |
GenericAbstractJDBCMessageStore.openMessageStore(ConfiguredObject<?> parent) |
Constructor and Description |
---|
GenericJDBCConfigurationStore(Class<? extends ConfiguredObject> rootClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
AMQPConnection<C extends AMQPConnection<C>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAMQPConnection<C extends AbstractAMQPConnection<C>> |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
AbstractAMQPConnection.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
<C extends ConfiguredObject> |
AbstractAMQPConnection.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Interface and Description |
---|---|
interface |
NonStandardVirtualHost<X extends NonStandardVirtualHost<X,Q,E>,Q extends Queue<?>,E extends Exchange<?>> |
interface |
ProvidedStoreVirtualHost<X extends ProvidedStoreVirtualHost<X>> |
interface |
VirtualHostImpl<X extends VirtualHostImpl<X,Q,E>,Q extends AMQQueue<?>,E extends ExchangeImpl<?>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVirtualHost<X extends AbstractVirtualHost<X>> |
class |
ProvidedStoreVirtualHostImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractVirtualHost.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
<C extends ConfiguredObject> |
AbstractVirtualHost.getChildren(Class<C> clazz) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractVirtualHost.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected ProvidedStoreVirtualHostImpl |
ProvidedStoreVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
AbstractVirtualHost.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
BDBHAReplicaVirtualHost<X extends BDBHAReplicaVirtualHost<X>>
Object that represents the VirtualHost whilst the VirtualHostNode is in the replica role.
|
interface |
BDBHAVirtualHost<X extends BDBHAVirtualHost<X>> |
interface |
BDBVirtualHost<X extends BDBVirtualHost<X>> |
Modifier and Type | Class and Description |
---|---|
class |
BDBHAReplicaVirtualHostImpl
Object that represents the VirtualHost whilst the VirtualHostNode is in the replica role.
|
class |
BDBHAVirtualHostImpl |
class |
BDBVirtualHostImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
BDBHAReplicaVirtualHostImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
BDBHAReplicaVirtualHostImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected BDBVirtualHostImpl |
BDBVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BDBHAVirtualHostImpl |
BDBHAVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BDBHAReplicaVirtualHostImpl |
BDBHAReplicaVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
BDBHAReplicaVirtualHostImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
BDBHAVirtualHostImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
DerbyVirtualHost<X extends DerbyVirtualHost<X>> |
Modifier and Type | Class and Description |
---|---|
class |
DerbyVirtualHostImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected DerbyVirtualHostImpl |
DerbyVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCVirtualHost<X extends JDBCVirtualHost<X>> |
Modifier and Type | Class and Description |
---|---|
class |
JDBCVirtualHostImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected JDBCVirtualHostImpl |
JDBCVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryVirtualHost |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected MemoryVirtualHost |
MemoryVirtualHostFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVirtualHostAliasImpl |
class |
HostNameAliasImpl |
class |
PatternMatchingAliasImpl |
class |
VirtualHostNameAliasImpl |
Modifier and Type | Method and Description |
---|---|
protected DefaultVirtualHostAliasImpl |
DefaultVirtualHostAliasImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected VirtualHostNameAliasImpl |
VirtualHostNameAliasImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected PatternMatchingAliasImpl |
PatternMatchingAliasImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected HostNameAliasImpl |
HostNameAliasImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
PatternMatchingAliasImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonVirtualHostNode<X extends JsonVirtualHostNode<X>> |
interface |
RedirectingVirtualHost<X extends RedirectingVirtualHost<X>> |
interface |
RedirectingVirtualHostNode<X extends RedirectingVirtualHostNode<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStandardVirtualHostNode<X extends AbstractStandardVirtualHostNode<X>> |
class |
AbstractVirtualHostNode<X extends AbstractVirtualHostNode<X>> |
class |
JsonVirtualHostNodeImpl |
class |
RedirectingVirtualHostNodeImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractStandardVirtualHostNode.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
AbstractStandardVirtualHostNode.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected org.apache.qpid.server.virtualhostnode.RedirectingVirtualHostImpl |
RedirectingVirtualHostImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected RedirectingVirtualHostNodeImpl |
RedirectingVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected JsonVirtualHostNodeImpl |
JsonVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
AbstractVirtualHostNode.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
RedirectingVirtualHostNodeImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
BDBHARemoteReplicationNode<X extends BDBHARemoteReplicationNode<X>> |
interface |
BDBHAVirtualHostNode<X extends BDBHAVirtualHostNode<X>> |
interface |
BDBVirtualHostNode<X extends BDBVirtualHostNode<X>> |
Modifier and Type | Class and Description |
---|---|
class |
BDBHARemoteReplicationNodeImpl |
class |
BDBHAVirtualHostNodeImpl |
class |
BDBVirtualHostNodeImpl |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
BDBHAVirtualHostNodeImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ConfiguredObject> |
BDBHAVirtualHostNodeImpl.addChildAsync(Class<C> childClass,
Map<String,Object> attributes,
ConfiguredObject... otherParents) |
protected BDBVirtualHostNodeImpl |
BDBVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected BDBHAVirtualHostNodeImpl |
BDBHAVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
protected void |
BDBHAVirtualHostNodeImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
protected void |
BDBHARemoteReplicationNodeImpl.validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
DerbyVirtualHostNode<X extends DerbyVirtualHostNode<X>> |
Modifier and Type | Class and Description |
---|---|
class |
DerbyVirtualHostNodeImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected DerbyVirtualHostNodeImpl |
DerbyVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCVirtualHostNode<X extends JDBCVirtualHostNode<X>> |
Modifier and Type | Class and Description |
---|---|
class |
JDBCVirtualHostNodeImpl |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected JDBCVirtualHostNodeImpl |
JDBCVirtualHostNodeImplFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryVirtualHostNode |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ConfiguredObject>> |
ConfiguredObjectRegistrationImpl.getConfiguredObjectClasses() |
Modifier and Type | Method and Description |
---|---|
protected MemoryVirtualHostNode |
MemoryVirtualHostNodeFactory.createInstance(Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.