com.ebmwebsourcing.easybpel.model.bpel.impl.registry
Class BPELMemoryRegistryImpl
java.lang.Object
com.ebmwebsourcing.easyviper.core.api.model.registry.definition.AbstractProcessDefinitionRegistry<BPELProcess>
com.ebmwebsourcing.easybpel.model.bpel.impl.registry.BPELMemoryRegistryImpl
- All Implemented Interfaces:
- BPELRegistry, com.ebmwebsourcing.easyviper.core.api.engine.Element, com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent, com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>, java.io.Serializable, org.objectweb.fractal.api.control.BindingController, org.objectweb.fractal.api.control.LifeCycleController
public class BPELMemoryRegistryImpl
- extends com.ebmwebsourcing.easyviper.core.api.model.registry.definition.AbstractProcessDefinitionRegistry<BPELProcess>
- implements BPELRegistry
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
STARTED, STOPPED |
| Methods inherited from class com.ebmwebsourcing.easyviper.core.api.model.registry.definition.AbstractProcessDefinitionRegistry |
bindFc, create, createFc, destroy, destroyFc, finalize, getComponent, getFcState, getModel, getName, init, listFc, listFc, lookupFc, setName, start, startFc, stop, stopFc, unbindFc |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent |
create, destroy, getComponent, getName, init, setName, start, stop |
BPELMemoryRegistryImpl
public BPELMemoryRegistryImpl()
getProcessDefinition
public BPELProcess getProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey name)
- Specified by:
getProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>
getAllProcessDefinitions
public java.util.List<BPELProcess> getAllProcessDefinitions()
- Specified by:
getAllProcessDefinitions in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>
removeProcessDefinition
public BPELProcess removeProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey name,
boolean forceUninstall)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
removeProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
storeProcessDefinition
public void storeProcessDefinition(java.net.URI uri,
com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessContextDefinition context)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
storeProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
unStoreProcessDefinition
public void unStoreProcessDefinition(java.net.URI uri,
boolean forceUninstall)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
unStoreProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<BPELProcess>
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
setLog
public void setLog(java.util.logging.Logger logger)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Element
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.