Package | Description |
---|---|
org.apache.qpid.server.model | |
org.apache.qpid.server.model.port | |
org.apache.qpid.server.plugin | |
org.apache.qpid.server.queue |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredObjectFactoryImpl |
Modifier and Type | Method and Description |
---|---|
ConfiguredObjectFactory |
AbstractConfiguredObject.getObjectFactory() |
ConfiguredObjectFactory |
BrokerModel.getObjectFactory() |
ConfiguredObjectFactory |
ConfiguredObject.getObjectFactory() |
abstract ConfiguredObjectFactory |
Model.getObjectFactory() |
Modifier and Type | Method and Description |
---|---|
X |
AbstractConfiguredObjectTypeFactory.create(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
com.google.common.util.concurrent.ListenableFuture<X> |
AbstractConfiguredObjectTypeFactory.createAsync(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
ConfiguredObject<?>... parents) |
UnresolvedConfiguredObject<X> |
AbstractConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Constructor and Description |
---|
ConfiguredObjectTypeRegistry(Iterable<ConfiguredObjectRegistration> configuredObjectRegistrations,
Iterable<ConfiguredObjectAttributeInjector> attributeInjectors,
Collection<Class<? extends ConfiguredObject>> categoriesRestriction,
ConfiguredObjectFactory objectFactory) |
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) |
ConfiguredObjectTypeFactory<X> |
PortFactory.getPortFactory(ConfiguredObjectFactory factory,
Map<String,Object> attributes,
Broker<?> broker) |
UnresolvedConfiguredObject<X> |
PortFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
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) |
UnresolvedConfiguredObject<X> |
ConfiguredObjectTypeFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Modifier and Type | Method and Description |
---|---|
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) |
UnresolvedConfiguredObject<X> |
QueueFactory.recover(ConfiguredObjectFactory factory,
ConfiguredObjectRecord record,
ConfiguredObject<?>... parents) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.