com.ebmwebsourcing.easyviper.core.api.engine
Class EngineFcSR
java.lang.Object
org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Engine>
com.ebmwebsourcing.easyviper.core.api.engine.EngineFcSR
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.Engine, java.io.Serializable, org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easyviper.core.api.engine.Engine>
public class EngineFcSR
- extends org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Engine>
- implements com.ebmwebsourcing.easyviper.core.api.engine.Engine
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl |
callbackID, service |
|
Constructor Summary |
EngineFcSR(java.lang.Class<com.ebmwebsourcing.easyviper.core.api.engine.Engine> businessInterface,
com.ebmwebsourcing.easyviper.core.api.engine.Engine service)
|
|
Method Summary |
void |
accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg1)
|
com.ebmwebsourcing.easyviper.core.api.engine.Process |
createNewEmptyProcessInstance(javax.xml.namespace.QName arg0,
com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition arg1)
|
void |
createSCAComponent()
|
void |
deleteProcess(com.ebmwebsourcing.easyviper.core.api.engine.Process arg0)
|
void |
destroySCAComponent()
|
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint |
findEndpointFromMessage(com.ebmwebsourcing.easyviper.core.api.soa.message.Message<?> arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Process arg1)
|
com.ebmwebsourcing.easyviper.core.api.engine.Process |
findProcessFromName(java.lang.String arg0)
|
void |
flushMessagesInRegistry()
|
java.lang.ClassLoader |
getClassLoader()
|
org.objectweb.fractal.api.Component |
getComponent()
|
com.ebmwebsourcing.easyviper.core.api.Core |
getCore()
|
java.lang.Class |
getInternalMessageType()
|
java.lang.String |
getName()
|
com.ebmwebsourcing.easyviper.core.api.tools.PoolOfProcessForkers |
getPoolOfProcessForkers()
|
com.ebmwebsourcing.easyviper.core.api.engine.registry.ProcessInstanceRegistry |
getProcessInstanceRegistry()
|
com.ebmwebsourcing.easyviper.core.api.engine.Engine |
getService()
|
com.ebmwebsourcing.easyviper.core.api.engine.thread.service.ServiceManager |
getServiceManager()
|
void |
onTimerFinish(com.ebmwebsourcing.easyviper.core.api.engine.time.TimerFinishedEvent arg0)
|
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> |
sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
java.util.Map<com.ebmwebsourcing.easyviper.core.api.soa.Endpoint,java.util.Map<java.lang.String,com.ebmwebsourcing.easyviper.core.api.env.ExternalContext>> arg2)
|
void |
sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
java.util.Map<com.ebmwebsourcing.easyviper.core.api.soa.Endpoint,java.util.Map<java.lang.String,com.ebmwebsourcing.easyviper.core.api.env.ExternalContext>> arg2)
|
void |
setInternalMessageType(java.lang.Class arg0)
|
void |
setLog(java.util.logging.Logger arg0)
|
void |
setName(java.lang.String arg0)
|
void |
startSCAComponent()
|
void |
stopSCAComponent()
|
| 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 |
EngineFcSR
public EngineFcSR(java.lang.Class<com.ebmwebsourcing.easyviper.core.api.engine.Engine> businessInterface,
com.ebmwebsourcing.easyviper.core.api.engine.Engine service)
getService
public com.ebmwebsourcing.easyviper.core.api.engine.Engine getService()
- Specified by:
getService in interface org.oasisopen.sca.ServiceReference<com.ebmwebsourcing.easyviper.core.api.engine.Engine>- Overrides:
getService in class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<com.ebmwebsourcing.easyviper.core.api.engine.Engine>
getName
public java.lang.String getName()
- Specified by:
getName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
accept
public void accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
accept in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getInternalMessageType
public java.lang.Class getInternalMessageType()
- Specified by:
getInternalMessageType in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
getPoolOfProcessForkers
public com.ebmwebsourcing.easyviper.core.api.tools.PoolOfProcessForkers getPoolOfProcessForkers()
- Specified by:
getPoolOfProcessForkers in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
setLog
public void setLog(java.util.logging.Logger arg0)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
flushMessagesInRegistry
public void flushMessagesInRegistry()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
flushMessagesInRegistry in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
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
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
getServiceManager
public com.ebmwebsourcing.easyviper.core.api.engine.thread.service.ServiceManager getServiceManager()
- Specified by:
getServiceManager in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
setName
public void setName(java.lang.String arg0)
- Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createNewEmptyProcessInstance
public com.ebmwebsourcing.easyviper.core.api.engine.Process createNewEmptyProcessInstance(javax.xml.namespace.QName arg0,
com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition arg1)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createNewEmptyProcessInstance in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
sendTo
public void sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
java.util.Map<com.ebmwebsourcing.easyviper.core.api.soa.Endpoint,java.util.Map<java.lang.String,com.ebmwebsourcing.easyviper.core.api.env.ExternalContext>> arg2)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
sendTo in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getProcessInstanceRegistry
public com.ebmwebsourcing.easyviper.core.api.engine.registry.ProcessInstanceRegistry getProcessInstanceRegistry()
- Specified by:
getProcessInstanceRegistry in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
findEndpointFromMessage
public com.ebmwebsourcing.easyviper.core.api.soa.Endpoint findEndpointFromMessage(com.ebmwebsourcing.easyviper.core.api.soa.message.Message<?> arg0,
com.ebmwebsourcing.easyviper.core.api.engine.Process arg1)
- Specified by:
findEndpointFromMessage in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
onTimerFinish
public void onTimerFinish(com.ebmwebsourcing.easyviper.core.api.engine.time.TimerFinishedEvent arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
onTimerFinish in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
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
findProcessFromName
public com.ebmwebsourcing.easyviper.core.api.engine.Process findProcessFromName(java.lang.String arg0)
- Specified by:
findProcessFromName in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
setInternalMessageType
public void setInternalMessageType(java.lang.Class arg0)
- Specified by:
setInternalMessageType in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
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
getComponent
public org.objectweb.fractal.api.Component getComponent()
- Specified by:
getComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
getCore
public com.ebmwebsourcing.easyviper.core.api.Core getCore()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getCore in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
sendSyncTo
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
java.util.Map<com.ebmwebsourcing.easyviper.core.api.soa.Endpoint,java.util.Map<java.lang.String,com.ebmwebsourcing.easyviper.core.api.env.ExternalContext>> arg2)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
sendSyncTo in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
deleteProcess
public void deleteProcess(com.ebmwebsourcing.easyviper.core.api.engine.Process arg0)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
deleteProcess in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
Copyright © 2012 Petals Link. All Rights Reserved.