com.ebmwebsourcing.easybpel.model.bpel.api.registry
Class BPELRegistryFcSR

java.lang.Object
  extended by org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry>
      extended by com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistryFcSR
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry, com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>, java.io.Serializable, org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry>

public class BPELRegistryFcSR
extends org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry>
implements com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
callbackID, service
 
Constructor Summary
BPELRegistryFcSR(java.lang.Class<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry> businessInterface, com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry service)
           
 
Method Summary
 java.util.List<com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey> createKeys(com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition arg0)
           
 void createSCAComponent()
           
 void destroySCAComponent()
           
 com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey findProcessKey(javax.xml.namespace.QName arg0)
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess> getAllProcessDefinitions()
           
 org.objectweb.fractal.api.Component getComponent()
           
 java.lang.String getName()
           
 com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess getProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey arg0)
           
 com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry getService()
           
 com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysis getStaticAnalysis()
           
 com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysisPrinter getStaticAnalysisPrinter()
           
<D extends com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition>
boolean
isCreateInstance(D arg0, com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg1)
           
 com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess removeProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey arg0, boolean arg1)
           
 void setLog(java.util.logging.Logger arg0)
           
 void setName(java.lang.String arg0)
           
 void setStaticAnalysis(com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysis arg0)
           
 void setStaticAnalysisPrinter(com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysisPrinter arg0)
           
 void startSCAComponent()
           
 void stopSCAComponent()
           
 com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition storeProcessDefinition(java.net.URI arg0, com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessContextDefinition arg1)
           
 void unStoreProcessDefinition(java.net.URI arg0, boolean arg1)
           
 
Methods inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
_getCallback, _getCallbackID, _getConversation, _getConversationID, _getDelegate, _isConversational, _peekConversation, _popConversation, _pushConversation, _setCallback, _setCallbackID, _setConversationID, getBusinessInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPELRegistryFcSR

public BPELRegistryFcSR(java.lang.Class<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry> businessInterface,
                        com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry service)
Method Detail

getService

public com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry getService()
Specified by:
getService in interface org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry>
Overrides:
getService in class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easybpel.model.bpel.api.registry.BPELRegistry>

destroySCAComponent

public void destroySCAComponent()
                         throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
destroySCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

stopSCAComponent

public void stopSCAComponent()
                      throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
stopSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

getStaticAnalysis

public com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysis getStaticAnalysis()
Specified by:
getStaticAnalysis in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

setStaticAnalysis

public void setStaticAnalysis(com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysis arg0)
Specified by:
setStaticAnalysis in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

setLog

public void setLog(java.util.logging.Logger arg0)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

getStaticAnalysisPrinter

public com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysisPrinter getStaticAnalysisPrinter()
Specified by:
getStaticAnalysisPrinter in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

createSCAComponent

public void createSCAComponent()
                        throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
createSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

setName

public void setName(java.lang.String arg0)
Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

startSCAComponent

public void startSCAComponent()
                       throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
startSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

getProcessDefinition

public com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess getProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey arg0)
Specified by:
getProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

removeProcessDefinition

public com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess removeProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey arg0,
                                                                                      boolean arg1)
                                                                               throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
removeProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

findProcessKey

public com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey findProcessKey(javax.xml.namespace.QName arg0)
Specified by:
findProcessKey in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

getAllProcessDefinitions

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess> getAllProcessDefinitions()
Specified by:
getAllProcessDefinitions in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

createKeys

public java.util.List<com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey> createKeys(com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition arg0)
                                                                                           throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
createKeys in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getComponent

public org.objectweb.fractal.api.Component getComponent()
Specified by:
getComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

isCreateInstance

public <D extends com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition> boolean isCreateInstance(D arg0,
                                                                                                                              com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg1)
                         throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
isCreateInstance in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

storeProcessDefinition

public com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition storeProcessDefinition(java.net.URI arg0,
                                                                                                                com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessContextDefinition arg1)
                                                                                                         throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
storeProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

setStaticAnalysisPrinter

public void setStaticAnalysisPrinter(com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.StaticAnalysisPrinter arg0)
Specified by:
setStaticAnalysisPrinter in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>

unStoreProcessDefinition

public void unStoreProcessDefinition(java.net.URI arg0,
                                     boolean arg1)
                              throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
unStoreProcessDefinition in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinitionRegistry<com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2012 Petals Link. All Rights Reserved.