|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.workflow.service.JbpmThreadService
public class JbpmThreadService
Constructor Summary | |
---|---|
JbpmThreadService()
|
Method Summary | |
---|---|
int |
getPriority()
|
int |
getSchedulerInterval()
|
WorkflowService |
getWorkflowService()
|
void |
setPriority(int priority)
|
void |
setSchedulerInterval(int schedulerInterval)
|
void |
setWorkflowService(WorkflowService workflowService)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JbpmThreadService()
Method Detail |
---|
public void start()
start
in interface JbpmThreadServiceMBean
public void stop()
stop
in interface JbpmThreadServiceMBean
public int getSchedulerInterval()
getSchedulerInterval
in interface JbpmThreadServiceMBean
public void setSchedulerInterval(int schedulerInterval)
setSchedulerInterval
in interface JbpmThreadServiceMBean
public int getPriority()
getPriority
in interface JbpmThreadServiceMBean
public void setPriority(int priority)
setPriority
in interface JbpmThreadServiceMBean
public WorkflowService getWorkflowService()
getWorkflowService
in interface JbpmThreadServiceMBean
public void setWorkflowService(WorkflowService workflowService)
setWorkflowService
in interface JbpmThreadServiceMBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |