org.jboss.portal.workflow.service
Class WorkflowServiceImpl

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.workflow.service.WorkflowServiceImpl
All Implemented Interfaces:
WorkflowService

public class WorkflowServiceImpl
extends AbstractJBossService
implements WorkflowService

Author:
sohil.shah@jboss.com

Constructor Summary
WorkflowServiceImpl()
           
 
Method Summary
 JbpmConfiguration getJbpmConfiguration()
           
 java.lang.String getJbpmConfigurationXml()
           
 void setJbpmConfigurationXml(java.lang.String jbpmConfigurationXml)
           
 void startService()
           
 void stopService()
           
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowServiceImpl

public WorkflowServiceImpl()
Method Detail

startService

public void startService()

stopService

public void stopService()

getJbpmConfigurationXml

public java.lang.String getJbpmConfigurationXml()
Returns:

setJbpmConfigurationXml

public void setJbpmConfigurationXml(java.lang.String jbpmConfigurationXml)
Parameters:
jbpmConfigurationXml -

getJbpmConfiguration

public JbpmConfiguration getJbpmConfiguration()
Specified by:
getJbpmConfiguration in interface WorkflowService
Returns: