Modifier and Type | Class and Description |
---|---|
class |
ManagedObjectSourceContextImpl<F extends Enum<F>>
Implementation of the
ManagedObjectSourceContext . |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectSource.init(ManagedObjectSourceContext<F> context)
Called only once after the
ManagedObjectSource is instantiated. |
Modifier and Type | Method and Description |
---|---|
ManagedObjectSourceContext<F> |
AbstractAsyncManagedObjectSource.MetaDataContext.getManagedObjectSourceContext()
Obtains the
ManagedObjectSourceContext . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAsyncManagedObjectSource.init(ManagedObjectSourceContext<F> context) |
Modifier and Type | Method and Description |
---|---|
void |
MockManagedObjectSource.init(ManagedObjectSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSingleTask.registerAsRecycleTask(ManagedObjectSourceContext context,
String teamName)
Registers this
Task to recycle the ManagedObject . |
ManagedObjectTaskBuilder<D,F> |
AbstractSingleTask.registerTask(String workName,
String taskName,
String teamName,
ManagedObjectSourceContext<F> context)
Registers this
Task with the input
ManagedObjectSourceContext . |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolDataSource |
ConnectionPoolDataSourceFactory.createConnectionPoolDataSource(ManagedObjectSourceContext<?> context)
Creates the
ConnectionPoolDataSourceFactory . |
protected ConnectionPoolDataSource |
JdbcManagedObjectSource.getConnectionPoolDataSource(ManagedObjectSourceContext<?> context)
Obtains the
ConnectionPoolDataSource from the input properties. |
Modifier and Type | Method and Description |
---|---|
static JmsAdminObjectFactory |
JmsUtil.getJmsAdminObjectFactory(ManagedObjectSourceContext<?> context)
Obtains the
JmsAdminObjectFactory to create the JMS administered
objects. |
void |
JmsAdminObjectFactory.init(ManagedObjectSourceContext<?> context)
Enable configuration of JMS objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMqJmsAdminObjectFactory.init(ManagedObjectSourceContext<?> context) |
void |
VmJmsAdminObjectFactory.init(ManagedObjectSourceContext<?> context) |
Modifier and Type | Method and Description |
---|---|
protected Properties |
JndiDirContextManagedObjectSource.getProperties(ManagedObjectSourceContext<None> context)
Obtains the
Properties for the InitialDirContext . |
Modifier and Type | Method and Description |
---|---|
protected Properties |
JndiLdapManagedObjectSource.getProperties(ManagedObjectSourceContext<None> context) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
OfficeServletContextManagedObjectSource.loadMappings(String prefix,
ManagedObjectSourceContext<None> context,
Map<String,String> mappings)
Extracts the mapping from the
ManagedObjectSourceContext . |
Modifier and Type | Method and Description |
---|---|
void |
HttpSecurityManagedObjectAdapterSource.init(ManagedObjectSourceContext<Indexed> context) |
Copyright © 2005–2016. All rights reserved.