public class ProcessEngineFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.Bundle |
bundle |
protected ProcessEngineImpl |
processEngine |
protected ProcessEngineConfiguration |
processEngineConfiguration |
Constructor and Description |
---|
ProcessEngineFactory() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
org.osgi.framework.Bundle |
getBundle() |
ProcessEngine |
getObject() |
ProcessEngineConfiguration |
getProcessEngineConfiguration() |
void |
init() |
void |
setBundle(org.osgi.framework.Bundle bundle) |
void |
setProcessEngineConfiguration(ProcessEngineConfiguration processEngineConfiguration) |
protected ProcessEngineConfiguration processEngineConfiguration
protected org.osgi.framework.Bundle bundle
protected ProcessEngineImpl processEngine
public ProcessEngine getObject() throws Exception
Exception
public ProcessEngineConfiguration getProcessEngineConfiguration()
public void setProcessEngineConfiguration(ProcessEngineConfiguration processEngineConfiguration)
public org.osgi.framework.Bundle getBundle()
public void setBundle(org.osgi.framework.Bundle bundle)
Copyright © 2015. All rights reserved.