Modifier and Type | Class and Description |
---|---|
static class |
AutoWireEscalationCauseRouteWorkSource.AutoWireEscalationCauseRouteTask
Task for the routing the Escalation cause. |
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkTypeImpl.getWorkFactory() |
Modifier and Type | Method and Description |
---|---|
void |
WorkTypeImpl.setWorkFactory(WorkFactory<W> workFactory) |
Modifier and Type | Method and Description |
---|---|
void |
WorkTypeBuilder.setWorkFactory(WorkFactory<W> workFactory)
Specifies the
WorkFactory to create the Work . |
Modifier and Type | Method and Description |
---|---|
static <W extends Work> |
WorkLoaderUtil.createWorkTypeBuilder(WorkFactory<W> workFactory)
Creates the
WorkTypeBuilder to create the expected
WorkType . |
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkType.getWorkFactory()
Obtains the
WorkFactory to create the Work instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
NameAwareWorkFactory<W extends Work>
Name aware
WorkFactory . |
interface |
OfficeAwareWorkFactory<W extends Work>
Office aware WorkFactory . |
Modifier and Type | Method and Description |
---|---|
<W extends Work> |
OfficeBuilder.addWork(String workName,
WorkFactory<W> workFactory)
|
Modifier and Type | Method and Description |
---|---|
<W extends Work> |
ManagedObjectSourceContextImpl.addWork(String workName,
WorkFactory<W> workFactory) |
<W extends Work> |
ManagedObjectSourceContextImpl.getRecycleWork(WorkFactory<W> workFactory) |
Modifier and Type | Method and Description |
---|---|
<W extends Work> |
OfficeBuilderImpl.addWork(String workName,
WorkFactory<W> workFactory) |
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkBuilderImpl.getWorkFactory() |
Constructor and Description |
---|
WorkBuilderImpl(String workName,
WorkFactory<W> workFactory)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkMetaDataImpl.getWorkFactory() |
Constructor and Description |
---|
WorkMetaDataImpl(String workName,
WorkFactory<W> workFactory,
ManagedObjectMetaData<?>[] moMetaData,
AdministratorMetaData<?,?>[] adminMetaData,
FlowMetaData<W> initialFlowMetaData,
TaskMetaData<W,?,?>[] taskMetaData)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkConfiguration.getWorkFactory()
Obtains the
WorkFactory to create the Work . |
Modifier and Type | Method and Description |
---|---|
WorkFactory<W> |
WorkMetaData.getWorkFactory()
Obtain the
WorkFactory . |
Modifier and Type | Method and Description |
---|---|
<W extends Work> |
ManagedObjectSourceContext.addWork(String workName,
WorkFactory<W> workFactory)
|
<W extends Work> |
ManagedObjectSourceContext.getRecycleWork(WorkFactory<W> workFactory)
Invoking this method during the
ManagedObjectSource.init(ManagedObjectSourceContext) will create
recycle functionality for the ManagedObject to be returned to a
ManagedObjectPool . |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveWorkBuilder
Reflective
Work meta-data. |
Modifier and Type | Method and Description |
---|---|
<W extends Work> |
AbstractOfficeConstructTestCase.constructWork(String workName,
WorkFactory<W> workFactory)
Facade method to register a
Work . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingleTask<W extends Work,D extends Enum<D>,F extends Enum<F>>
Provides an abstract
Task . |
Modifier and Type | Class and Description |
---|---|
class |
RecycleJdbcTask
Recycles the
JdbcManagedObject . |
Modifier and Type | Class and Description |
---|---|
class |
OnMessageTask
Handles obtaining the
Message . |
class |
RecycleJmsServerTask
Recycles the
JmsServerManagedObject . |
Modifier and Type | Class and Description |
---|---|
class |
JndiWorkFactory
WorkFactory for a JNDI Object. |
Modifier and Type | Class and Description |
---|---|
class |
CloseEntityManagerTask
Task to close the EntityManager . |
Modifier and Type | Method and Description |
---|---|
protected WorkFactory<ClassWork> |
SectionClassWorkSource.createWorkFactory(Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
ServletContainerResourceSectionSource.ServletContainerResourceTask
Task to link to Servlet container resource. |
Modifier and Type | Class and Description |
---|---|
static class |
ServletBridgeManagedObjectSource.CompleteAsyncContextTask
Task to complete the AsyncContext . |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletTask
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRouteTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpResponseSendTask
Task to trigger sending the HttpResponse . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionManagerImpl
Manages the
EstablishedConnection instances for the
ServerSocketAccepter instances across the available
SocketListener instances. |
class |
ServerSocketAccepter
Accepts
Connection instances. |
class |
SocketListener
Listens to
Socket instances. |
Modifier and Type | Class and Description |
---|---|
class |
SslTaskWork
Task to execute the SSL tasks. |
Modifier and Type | Class and Description |
---|---|
class |
CleanupTask
Cleans up the
ServerTcpConnection . |
Modifier and Type | Class and Description |
---|---|
class |
HttpUrlContinuationTask
HTTP URL continuation
Task . |
Modifier and Type | Class and Description |
---|---|
class |
HttpParametersLoaderWorkSource.HttpParametersLoaderTask
Task to load the HttpRequest parameters onto a dependency
Object. |
Modifier and Type | Class and Description |
---|---|
class |
HttpFileWriterTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileFactoryTask<F extends Enum<F>>
|
static class |
HttpFileWorkSource.SendHttpFileTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRouteTask
Task for routing HttpRequest instances and ensuring
appropriately secure ServerHttpConnection for servicing the
HttpRequest . |
Modifier and Type | Class and Description |
---|---|
class |
HttpSecurityWork
|
Modifier and Type | Class and Description |
---|---|
class |
HttpTemplateTask
Task to write the HttpTemplateSection . |
class |
HttpTemplateWork
HTTP template
Work . |
Modifier and Type | Class and Description |
---|---|
static class |
HttpTemplateArrayIteratorWorkSource.HttpTemplateArrayIteratorTask
Task implementation. |
class |
HttpTemplateInitialTask
Initial
Task to ensure appropriate conditions for rendering the
HttpTemplate . |
Modifier and Type | Class and Description |
---|---|
class |
ClassWorkFactory
WorkFactory for the ClassWork . |
Modifier and Type | Method and Description |
---|---|
protected WorkFactory<ClassWork> |
ClassWorkSource.createWorkFactory(Class<?> clazz)
Allows overriding the creation of the
TaskFactory . |
Copyright © 2005–2016. All rights reserved.