Modifier and Type | Class and Description |
---|---|
static class |
AutoWireEscalationCauseRouteWorkSource.AutoWireEscalationCauseRouteTask
Task for the routing the Escalation cause. |
Modifier and Type | Method and Description |
---|---|
Task<W,D,F> |
TaskFactory.createTask(W work)
Creates the
Task . |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveWorkBuilder.ReflectiveTaskBuilder
Reflective
Task meta-data. |
Modifier and Type | Method and Description |
---|---|
Task<ReflectiveWorkBuilder,Indexed,Indexed> |
ReflectiveWorkBuilder.ReflectiveTaskBuilder.createTask(ReflectiveWorkBuilder work) |
Modifier and Type | Method and Description |
---|---|
<W extends Work,D extends Enum<D>,F extends Enum<F>> |
AbstractOfficeConstructTestCase.constructTask(String taskName,
Task<W,D,F> task,
String teamName,
String nextTaskName,
Class<?> nextTaskArgumentType)
Facade method to register a
Task . |
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 | Method and Description |
---|---|
Task<W,D,F> |
AbstractSingleTask.createTask(W work) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectSourceStandAlone.registerInvokeProcessTask(Enum<?> processKey,
Task<?,?,?> task,
TaskContext<?,?,?> taskContext)
Registers the initial
Task for the invoked ProcessState . |
void |
ManagedObjectSourceStandAlone.registerInvokeProcessTask(int processIndex,
Task<?,?,?> task,
TaskContext<?,?,?> taskContext)
Registers the initial
Task for the invoked ProcessState . |
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 | Method and Description |
---|---|
Task<JndiWork,Indexed,None> |
JndiObjectTaskFactory.createTask(JndiWork work) |
Task<JndiWork,Indexed,None> |
JndiFacadeTaskFactory.createTask(JndiWork work) |
Modifier and Type | Class and Description |
---|---|
class |
CloseEntityManagerTask
Task to close the EntityManager . |
Modifier and Type | Class and Description |
---|---|
static class |
SectionClassWorkSource.SectionTaskFactory
TaskFactory for overriding ClassWorkSource behaviour. |
Modifier and Type | Method and Description |
---|---|
Task<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.SectionTaskFactory.createTask(ClassWork work) |
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 |
CompleteApplicationHttpAuthenticateTask
Task and TaskFactory for completing authentication with
application specific credentials. |
class |
HttpChallengeTask
Task and TaskFactory to challenge the client. |
class |
ManagedObjectHttpAuthenticateTask
|
class |
ManagedObjectHttpLogoutTask
Task and TaskFactory to log out. |
class |
StartApplicationHttpAuthenticateTask
Task and TaskFactory for triggering authentication with
application specific credentials. |
Modifier and Type | Method and Description |
---|---|
Task<HttpSecurityWork,StartApplicationHttpAuthenticateTask.Dependencies,StartApplicationHttpAuthenticateTask.Flows> |
StartApplicationHttpAuthenticateTask.createTask(HttpSecurityWork work) |
Task<HttpSecurityWork,Indexed,None> |
ManagedObjectHttpLogoutTask.createTask(HttpSecurityWork work) |
Task<HttpSecurityWork,Indexed,None> |
ManagedObjectHttpAuthenticateTask.createTask(HttpSecurityWork work) |
Task<HttpSecurityWork,Indexed,Indexed> |
HttpChallengeTask.createTask(HttpSecurityWork work) |
Task<HttpSecurityWork,CompleteApplicationHttpAuthenticateTask.Dependencies,CompleteApplicationHttpAuthenticateTask.Flows> |
CompleteApplicationHttpAuthenticateTask.createTask(HttpSecurityWork work) |
Modifier and Type | Class and Description |
---|---|
class |
HttpTemplateTask
Task to write the HttpTemplateSection . |
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 |
ClassTask
|
Copyright © 2005–2016. All rights reserved.