|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easyviper.core.impl.engine.EngineImpl
public class EngineImpl
| Field Summary | |
|---|---|
protected com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment |
externalEnvironment
|
| Constructor Summary | |
|---|---|
EngineImpl()
Creates a new instance of PetalsServer |
|
| Method Summary | |
|---|---|
void |
accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> internalMessage,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
|
void |
create()
Create the scope behaviour |
com.ebmwebsourcing.easyviper.core.api.engine.Process |
createNewEmptyProcessInstance(javax.xml.namespace.QName uniqueProcessName)
|
void |
deleteProcess(com.ebmwebsourcing.easyviper.core.api.engine.Process process)
|
void |
destroy()
Destroy the NodeImpl behaviour |
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.engine.registry.ProcessInstanceRegistry |
getProcessInstanceRegistry()
|
com.ebmwebsourcing.easyviper.core.api.engine.thread.service.ServiceManager |
getServiceManager()
|
void |
init(org.objectweb.fractal.api.Component fractalNode)
|
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> |
sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> request,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
|
void |
sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
|
void |
setInternalMessageType(java.lang.Class clazz)
|
void |
setLog(java.util.logging.Logger logger)
|
void |
setName(java.lang.String name)
|
void |
start()
Start the NodeImpl behaviour |
void |
stop()
Stop the NodeImpl behaviour |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment externalEnvironment
| Constructor Detail |
|---|
public EngineImpl()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
PetalsServer
PvmException
com.ebmwebsourcing.easyviper.core.api.CoreException| Method Detail |
|---|
public org.objectweb.fractal.api.Component getComponent()
getComponent in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent
public void create()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
create in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public void init(org.objectweb.fractal.api.Component fractalNode)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
init in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public void start()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
start in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public void stop()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
stop in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public void destroy()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
destroy in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public java.lang.String getName()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
getName in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public void setName(java.lang.String name)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
setName in interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponentcom.ebmwebsourcing.easyviper.core.api.CoreException
public com.ebmwebsourcing.easyviper.core.api.engine.Process createNewEmptyProcessInstance(javax.xml.namespace.QName uniqueProcessName)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
createNewEmptyProcessInstance in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreException
public void accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> internalMessage,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
accept in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreException
public void flushMessagesInRegistry()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
flushMessagesInRegistry in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreExceptionpublic void setInternalMessageType(java.lang.Class clazz)
setInternalMessageType in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginepublic java.lang.Class getInternalMessageType()
getInternalMessageType in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
public void sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
sendTo in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreException
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> request,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
sendSyncTo in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreExceptionpublic com.ebmwebsourcing.easyviper.core.api.engine.registry.ProcessInstanceRegistry getProcessInstanceRegistry()
getProcessInstanceRegistry in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginepublic void setLog(java.util.logging.Logger logger)
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.Element
public void deleteProcess(com.ebmwebsourcing.easyviper.core.api.engine.Process process)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
deleteProcess in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreException
public com.ebmwebsourcing.easyviper.core.api.Core getCore()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
getCore in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginecom.ebmwebsourcing.easyviper.core.api.CoreExceptionpublic com.ebmwebsourcing.easyviper.core.api.engine.thread.service.ServiceManager getServiceManager()
getServiceManager in interface com.ebmwebsourcing.easyviper.core.api.engine.Enginepublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface com.ebmwebsourcing.easyviper.core.api.engine.Engine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||