org.jboss.portal.workflow.service
Interface JbpmThreadServiceMBean

All Known Implementing Classes:
JbpmThreadService

public interface JbpmThreadServiceMBean

Version:
$Revision$
Author:
Thomas Heute

Method Summary
 int getPriority()
           
 int getSchedulerInterval()
           
 WorkflowService getWorkflowService()
           
 void setPriority(int priority)
           
 void setSchedulerInterval(int schedulerInterval)
           
 void setWorkflowService(WorkflowService workflowService)
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

getWorkflowService

WorkflowService getWorkflowService()

setWorkflowService

void setWorkflowService(WorkflowService workflowService)

getSchedulerInterval

int getSchedulerInterval()

setSchedulerInterval

void setSchedulerInterval(int schedulerInterval)

getPriority

int getPriority()

setPriority

void setPriority(int priority)