|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.ActivityWorker
public class ActivityWorker
| Constructor Summary | |
|---|---|
ActivityWorker(AmazonSimpleWorkflow service,
java.lang.String domain,
java.lang.String taskListToPoll)
|
|
| Method Summary | |
|---|---|
java.util.List<ActivityType> |
addActivitiesImplementation(java.lang.Object activitiesImplementation)
|
java.util.List<ActivityType> |
addActivitiesImplementation(java.lang.Object activitiesImplementation,
DataConverter converter)
|
java.util.List<ActivityType> |
addActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations)
|
java.util.List<ActivityType> |
addActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations,
DataConverter dataConverter)
|
boolean |
awaitTermination(long timeout,
java.util.concurrent.TimeUnit unit)
|
java.lang.Iterable<java.lang.Object> |
getActivitiesImplementations()
|
ActivityImplementation |
getActivityImplementation(ActivityType activityType)
|
java.lang.Iterable<ActivityType> |
getActivityTypesToRegister()
|
DataConverter |
getDataConverter()
|
java.lang.String |
getDomain()
|
long |
getDomainRetentionPeriodInDays()
|
java.lang.String |
getIdentity()
|
int |
getMaximumPollRateIntervalMilliseconds()
|
double |
getMaximumPollRatePerSecond()
|
double |
getPollBackoffCoefficient()
|
long |
getPollBackoffInitialInterval()
|
long |
getPollBackoffMaximumInterval()
|
int |
getPollThreadCount()
|
AmazonSimpleWorkflow |
getService()
|
int |
getTaskExecutorThreadPoolSize()
|
java.lang.String |
getTaskListToPoll()
Task list name that given worker polls for tasks. |
java.lang.Thread.UncaughtExceptionHandler |
getUncaughtExceptionHandler()
|
boolean |
isDisableServiceShutdownOnStop()
|
boolean |
isDisableTypeRegistrationOnStart()
|
boolean |
isRegisterDomain()
|
boolean |
isRunning()
|
void |
registerTypesToPoll()
Try to register every type (activity or workflow depending on worker) that are configured with the worker. |
void |
resumePolling()
Allow new poll requests. |
void |
setActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations)
|
void |
setDataConverter(DataConverter dataConverter)
|
void |
setDisableServiceShutdownOnStop(boolean disableServiceShutdownOnStop)
When set to false (which is default) at the beginning of the worker shutdown AmazonSimpleWorkflow.shutdown() is called. |
void |
setDisableTypeRegistrationOnStart(boolean disableTypeRegistrationOnStart)
When set to true disables types registration on start even if SkipTypeRegistration is not specified. |
void |
setDomainRetentionPeriodInDays(long days)
Value of DomainRetentionPeriodInDays parameter passed to AmazonSimpleWorkflow.registerDomain(com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest) call. |
void |
setIdentity(java.lang.String identity)
Set the identity that worker specifies in the poll requests. |
void |
setMaximumPollRateIntervalMilliseconds(int maximumPollRateIntervalMilliseconds)
The sliding window interval used to measure the poll rate. |
void |
setMaximumPollRatePerSecond(double maximumPollRatePerSecond)
Maximum number of poll request to the task list per second allowed. |
void |
setPollBackoffCoefficient(double backoffCoefficient)
|
void |
setPollBackoffInitialInterval(long backoffInitialInterval)
Failed poll requests are retried after an interval defined by an exponential backoff algorithm. |
void |
setPollBackoffMaximumInterval(long backoffMaximumInterval)
|
void |
setPollThreadCount(int threadCount)
Defines how many concurrent threads are used by the given worker to poll the specified task list. |
void |
setRegisterDomain(boolean registerDomain)
Should domain be registered on startup. |
void |
setTaskExecutorThreadPoolSize(int taskExecutorThreadPoolSize)
|
void |
setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
Handler notified about poll request and other unexpected failures. |
void |
shutdown()
|
boolean |
shutdownAndAwaitTermination(long timeout,
java.util.concurrent.TimeUnit unit)
|
void |
shutdownNow()
|
void |
start()
|
void |
suspendPolling()
Do not make new poll requests. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityWorker(AmazonSimpleWorkflow service,
java.lang.String domain,
java.lang.String taskListToPoll)
| Method Detail |
|---|
public void setActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.SecurityException,
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.SecurityException
java.lang.NoSuchMethodExceptionpublic java.lang.Iterable<java.lang.Object> getActivitiesImplementations()
public java.util.List<ActivityType> addActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.SecurityException,
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.SecurityException
java.lang.NoSuchMethodException
public java.util.List<ActivityType> addActivitiesImplementations(java.lang.Iterable<java.lang.Object> activitiesImplementations,
DataConverter dataConverter)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.SecurityException,
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.SecurityException
java.lang.NoSuchMethodException
public java.util.List<ActivityType> addActivitiesImplementation(java.lang.Object activitiesImplementation)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.SecurityException,
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.SecurityException
java.lang.NoSuchMethodException
public java.util.List<ActivityType> addActivitiesImplementation(java.lang.Object activitiesImplementation,
DataConverter converter)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.SecurityException,
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.SecurityException
java.lang.NoSuchMethodExceptionpublic java.lang.Iterable<ActivityType> getActivityTypesToRegister()
public ActivityImplementation getActivityImplementation(ActivityType activityType)
public DataConverter getDataConverter()
public void setDataConverter(DataConverter dataConverter)
public int getTaskExecutorThreadPoolSize()
public void setTaskExecutorThreadPoolSize(int taskExecutorThreadPoolSize)
public boolean shutdownAndAwaitTermination(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
shutdownAndAwaitTermination in interface WorkerLifecyclejava.lang.InterruptedExceptionpublic void shutdownNow()
shutdownNow in interface WorkerLifecyclepublic AmazonSimpleWorkflow getService()
getService in interface WorkerBasepublic java.lang.String getDomain()
getDomain in interface WorkerBasepublic boolean isRegisterDomain()
isRegisterDomain in interface WorkerBase
public boolean awaitTermination(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
awaitTermination in interface WorkerLifecyclejava.lang.InterruptedExceptionpublic void setRegisterDomain(boolean registerDomain)
WorkerBasefalse.
When enabled #setDomainRetentionPeriodInDays(Long) property is
required.
setRegisterDomain in interface WorkerBasepublic long getDomainRetentionPeriodInDays()
getDomainRetentionPeriodInDays in interface WorkerBasepublic void setDomainRetentionPeriodInDays(long days)
WorkerBaseAmazonSimpleWorkflow.registerDomain(com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest) call. Required when
WorkerBase.isRegisterDomain() is true.
setDomainRetentionPeriodInDays in interface WorkerBasepublic java.lang.String getTaskListToPoll()
WorkerBase
getTaskListToPoll in interface WorkerBasepublic double getMaximumPollRatePerSecond()
getMaximumPollRatePerSecond in interface WorkerBasepublic void setMaximumPollRatePerSecond(double maximumPollRatePerSecond)
WorkerBase
setMaximumPollRatePerSecond in interface WorkerBaseWorkerBase.setMaximumPollRateIntervalMilliseconds(int)public int getMaximumPollRateIntervalMilliseconds()
getMaximumPollRateIntervalMilliseconds in interface WorkerBasepublic void setMaximumPollRateIntervalMilliseconds(int maximumPollRateIntervalMilliseconds)
WorkerBase
setMaximumPollRateIntervalMilliseconds in interface WorkerBaseWorkerBase.setMaximumPollRatePerSecond(double)public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler()
getUncaughtExceptionHandler in interface WorkerBasepublic void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
WorkerBase
setUncaughtExceptionHandler in interface WorkerBasepublic java.lang.String getIdentity()
getIdentity in interface WorkerBasepublic void setIdentity(java.lang.String identity)
WorkerBase
setIdentity in interface WorkerBaseidentity - maximum size is 256 characters.public long getPollBackoffInitialInterval()
getPollBackoffInitialInterval in interface WorkerBasepublic void setPollBackoffInitialInterval(long backoffInitialInterval)
WorkerBase
setPollBackoffInitialInterval in interface WorkerBasebackoffInitialInterval - the interval between failure and the first retry. Default is
100.public long getPollBackoffMaximumInterval()
getPollBackoffMaximumInterval in interface WorkerBasepublic void setPollBackoffMaximumInterval(long backoffMaximumInterval)
setPollBackoffMaximumInterval in interface WorkerBasebackoffMaximumInterval - maximum interval between poll request retries. Default is
60000 (one minute).WorkerBase.setPollBackoffInitialInterval(long)public boolean isDisableServiceShutdownOnStop()
isDisableServiceShutdownOnStop in interface WorkerBasepublic void setDisableServiceShutdownOnStop(boolean disableServiceShutdownOnStop)
WorkerBaseAmazonSimpleWorkflow.shutdown() is called. It causes all
outstanding long poll request to disconnect. But also causes all future
request (for example activity completions) to SWF fail.
setDisableServiceShutdownOnStop in interface WorkerBasepublic double getPollBackoffCoefficient()
getPollBackoffCoefficient in interface WorkerBasepublic void setPollBackoffCoefficient(double backoffCoefficient)
setPollBackoffCoefficient in interface WorkerBasebackoffCoefficient - coefficient that defines how fast retry interval grows in case
of poll request failures. Default is 2.0.WorkerBase.setPollBackoffInitialInterval(long)public int getPollThreadCount()
getPollThreadCount in interface WorkerBasepublic void setPollThreadCount(int threadCount)
WorkerBaseActivityWorker two separate threads pools are used. One for
polling and another one for executing activities. The size of the
activity execution thread pool is defined through
setTaskExecutorThreadPoolSize(int).
setPollThreadCount in interface WorkerBasepublic void setDisableTypeRegistrationOnStart(boolean disableTypeRegistrationOnStart)
WorkerBaseSkipTypeRegistration is not specified. Types still can be
registered by calling WorkerBase.registerTypesToPoll().
setDisableTypeRegistrationOnStart in interface WorkerBasepublic boolean isDisableTypeRegistrationOnStart()
isDisableTypeRegistrationOnStart in interface WorkerBasepublic void registerTypesToPoll()
WorkerBase
registerTypesToPoll in interface WorkerBaseWorkerBase.setDisableTypeRegistrationOnStart(boolean)public void start()
start in interface WorkerLifecyclepublic void shutdown()
shutdown in interface WorkerLifecyclepublic boolean isRunning()
isRunning in interface WorkerBasepublic void suspendPolling()
Suspendable
suspendPolling in interface Suspendablepublic void resumePolling()
Suspendable
resumePolling in interface Suspendablepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||