Modifier and Type | Class and Description |
---|---|
class |
TaskExecutorImpl |
Modifier and Type | Method and Description |
---|---|
TaskExecutor |
TaskExecutor.Factory.newInstance() |
TaskExecutor |
TaskExecutor.Factory.newInstance(String name,
TaskExecutor.PrincipalAccessor principalAccessor) |
Modifier and Type | Method and Description |
---|---|
TaskExecutor |
AbstractConfiguredObject.getChildExecutor() |
TaskExecutor |
ConfiguredObject.getChildExecutor() |
TaskExecutor |
AbstractConfiguredObject.getTaskExecutor() |
TaskExecutor |
ConfiguredObject.getTaskExecutor() |
Modifier and Type | Method and Description |
---|---|
JsonSystemConfigImpl |
JsonSystemConfigImplFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Constructor and Description |
---|
AbstractConfiguredObject(Map<Class<? extends ConfiguredObject>,ConfiguredObject<?>> parents,
Map<String,Object> attributes,
TaskExecutor taskExecutor) |
AbstractConfiguredObject(Map<Class<? extends ConfiguredObject>,ConfiguredObject<?>> parents,
Map<String,Object> attributes,
TaskExecutor taskExecutor,
Model model) |
AbstractSystemConfig(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
JsonSystemConfigImpl(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
X |
SystemConfigFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
MemorySystemConfigImpl |
MemorySystemConfigImplFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Constructor and Description |
---|
MemorySystemConfigImpl(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
BDBSystemConfigImpl |
BDBSystemConfigImplFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Constructor and Description |
---|
BDBSystemConfigImpl(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
DerbySystemConfigImpl |
DerbySystemConfigImplFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Constructor and Description |
---|
DerbySystemConfigImpl(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
JDBCSystemConfigImpl |
JDBCSystemConfigImplFactory.newInstance(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Constructor and Description |
---|
JDBCSystemConfigImpl(TaskExecutor taskExecutor,
EventLogger eventLogger,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
TaskExecutor |
AbstractAMQPConnection.getChildExecutor() |
Modifier and Type | Method and Description |
---|---|
TaskExecutor |
AbstractVirtualHostNode.getChildExecutor() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.