Uses of Class
com.ebmwebsourcing.easyviper.core.api.CoreException

Packages that use CoreException
com.ebmwebsourcing.easyviper.core.api   
com.ebmwebsourcing.easyviper.core.api.engine   
com.ebmwebsourcing.easyviper.core.api.engine.behaviour   
com.ebmwebsourcing.easyviper.core.api.engine.expression   
com.ebmwebsourcing.easyviper.core.api.engine.fault   
com.ebmwebsourcing.easyviper.core.api.engine.handler   
com.ebmwebsourcing.easyviper.core.api.engine.registry   
com.ebmwebsourcing.easyviper.core.api.engine.thread.service   
com.ebmwebsourcing.easyviper.core.api.env   
com.ebmwebsourcing.easyviper.core.api.factory   
com.ebmwebsourcing.easyviper.core.api.model   
com.ebmwebsourcing.easyviper.core.api.model.compiler   
com.ebmwebsourcing.easyviper.core.api.model.compiler.validation   
com.ebmwebsourcing.easyviper.core.api.model.registry.definition   
com.ebmwebsourcing.easyviper.core.api.soa.correlation   
com.ebmwebsourcing.easyviper.core.api.soa.message   
com.ebmwebsourcing.easyviper.core.fractal   
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api
 

Methods in com.ebmwebsourcing.easyviper.core.api that throw CoreException
 Engine Core.createEngine(ConfigurationEngine conf, java.lang.Class internalMessageType)
           
 ExternalEnvironment Core.createExternalEnvironment(java.lang.String name)
           
 Model Core.createModel(java.lang.String name, java.lang.Class<? extends Model> modelClass)
           
 Engine Core.getEngine()
           
 ExternalEnvironment Core.getExternalEnvironment()
           
 Model Core.getModel()
           
 void Core.setMessageFactory(MessageFactory<ExternalMessage<?>,InternalMessage<?>> messageFactory)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that throw CoreException
 void Engine.accept(InternalMessage<?> internalMessage, ExternalContext context)
           
 void Execution.addExecution(Execution execution)
           
 void FractalComponent.create()
           
 Execution Scope.createExecution(java.lang.String execName)
           
 Process Engine.createNewEmptyProcessInstance(javax.xml.namespace.QName uniqueProcessName, ProcessDefinition processDefinition)
           
 Node Scope.createNode(java.lang.String nodeName, Behaviour behaviour)
           
 Execution Process.createParentExecution()
           
 Transition Scope.createTransition(java.lang.String transitionName, Event event)
           
 void Scope.deleteExecution(Execution execution)
           
 void Engine.deleteProcess(Process process)
           
 void FractalComponent.destroy()
           
 void Execution.end()
           
 void Scope.end(boolean clean)
           
 void ExecutableElement.execute()
           
<B extends Behaviour>
java.util.List<B>
Scope.findBehaviours(java.lang.Class<B> behaviourClass)
           
 java.util.List<CorrelationGroup> Scope.findCorrelationGroups(java.lang.String name)
           
 Endpoint Scope.findEndpoint(java.lang.Object key)
           
 Variable Scope.findVariable(javax.xml.namespace.QName name)
           
 void Engine.flushMessagesInRegistry()
           
 java.util.List<Node> Scope.getAllNodes()
           
 java.util.List<Scope> Scope.getAllScopes()
           
 java.util.List<Transition> Scope.getAllTransitions()
           
 Core Engine.getCore()
           
 Engine Process.getEngine()
           
 Node Scope.getInitialNode()
           
 java.lang.String FractalComponent.getName()
           
 java.util.List<ExecutableElement> ExecutableElement.getNextSelectedExecutableElements()
           
 Node Scope.getNodeByName(java.lang.String name)
           
 Execution Scope.getParentExecution()
           
 Scope Scope.getParentScope()
           
 Scope Execution.getParentScope()
           
 Process Scope.getProcess()
           
 java.util.Map<java.lang.String,Execution> Process.getSuspendedExecutions()
           
 Transition Scope.getTransitionByName(java.lang.String name)
           
 void FractalComponent.init(org.objectweb.fractal.api.Component component)
           
 void Scope.linked(Node parentNode, Node childrenNode)
           
 void Scope.linked(Node sourceNode, Transition transition, Node targetNode)
           
 void Scope.linkedExecutableElement2Execution(ExecutableElement source, Execution exe)
           
 void Scope.linkedExecution2ExecutableElement(Execution exe, ExecutableElement target)
           
 void Scope.linkedNode2Transition(Node targetNode, Transition transition)
           
 void Scope.linkedNodeAndActivity(Node node, Behaviour behaviour)
           
 void Scope.linkedTransition2Node(Transition transition, Node sourceNode)
           
 void Scope.linkInitialNodeAndExecution()
           
 void Execution.next()
           
 void Execution.removeChildExecution(Execution execution)
           
 void Execution.removeChildExecutions()
           
 boolean Scope.removeNode(Node node)
           
 void Process.run()
           
 void Execution.run()
           
 void Execution.runSlowly(long time)
           
 void Execution.runStepByStep()
           
 java.util.List<ExecutableElement> ExecutableElement.selectDefaultNextTarget()
           
 InternalMessage<?> Engine.sendSyncTo(InternalMessage<?> request, Endpoint endpoint, ExternalContext context)
           
 void Engine.sendTo(InternalMessage<?> message, Endpoint endpoint, ExternalContext context)
           
 void Scope.setInitialNode(Node initial)
           
 void FractalComponent.setName(java.lang.String name)
           
 void Scope.setVariable(Variable v)
           
 void Execution.signal()
           
 void Execution.signal(Execution childExecution)
           
 void FractalComponent.start()
           
 void FractalComponent.stop()
           
 void Scope.stopAllExecutions()
           
 void Scope.unlinkedNodeAndActivity(Node node, Behaviour behaviour)
           
 void Scope.unlinkedNodeAndExecution(Node targetNode, Execution execution)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.behaviour
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour that throw CoreException
 boolean ReceiverBehaviour.accept(InternalMessage<?> message, ExternalContext context)
           
 void AssignBehaviour.affect()
          Affect all expressions to variables
 void AbstractBehaviourImpl.create()
          Create the AbstractBehaviourImpl behaviour
 void AbstractBehaviourImpl.destroy()
          Destroy the AbstractBehaviourImpl behaviour
 void AbstractBehaviourImpl.execute()
           
 void Behaviour.execute()
           
abstract  void AbstractBehaviourImpl.executeActivity()
           
 java.util.Map<java.lang.String,java.lang.Object> Behaviour.getInitializationContext()
           
 java.lang.String AbstractBehaviourImpl.getName()
           
 javax.xml.namespace.QName AbstractBehaviourImpl.getQName()
           
 javax.xml.namespace.QName Behaviour.getQName()
           
 void AbstractBehaviourImpl.init(org.objectweb.fractal.api.Component fractalNode)
           
 InternalMessage<?> SenderBehaviour.sendSyncTo(InternalMessage<?> request, Endpoint endpoint, ExternalContext context)
           
 void SenderBehaviour.sendTo(InternalMessage<?> message, Endpoint endpoint, ExternalContext context)
           
 void Behaviour.setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> context)
           
 void AbstractBehaviourImpl.setName(java.lang.String name)
           
 void AbstractBehaviourImpl.setQName(javax.xml.namespace.QName name)
           
 void Behaviour.setQName(javax.xml.namespace.QName name)
           
 void AbstractBehaviourImpl.start()
          Start the AbstractBehaviourImpl behaviour
 void AbstractBehaviourImpl.stop()
          Stop the AbstractBehaviourImpl behaviour
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.expression
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.expression that throw CoreException
 Expression AssignementExpression.Assigner.affect(Scope scope, Expression left, Expression right)
           
 E Expression.evaluate(Scope scope)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.fault
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.fault with type parameters of type CoreException
<Ex extends CoreException>
Ex
FaultHandler.getModelExceptionFromGenericException(Scope scope, java.lang.Exception e)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.fault that throw CoreException
<Ex extends CoreException>
Ex
FaultHandler.getModelExceptionFromGenericException(Scope scope, java.lang.Exception e)
           
 boolean FaultHandler.match(Scope scope, Fault f, java.lang.Exception e, Scope faultScope)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.handler
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.handler that throw CoreException
 void TerminationHandler.end(Scope scope)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.registry
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.registry that throw CoreException
 Process ProcessInstanceRegistry.removeProcessInstance(Process process, boolean forceUninstall)
           
 void ProcessInstanceRegistry.storeProcessInstance(ProcessKey key, Process process)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.engine.thread.service
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.thread.service that throw CoreException
 void ServiceManager.activateService(java.lang.Class<? extends Service> serviceClass)
           
 void ServiceManager.addService(java.lang.Class<? extends Service> serviceClass)
           
 void AutoFlushMessageService.flushMessagesInRegistry()
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.env
 

Methods in com.ebmwebsourcing.easyviper.core.api.env with parameters of type CoreException
 void Sender.sendTo(CoreException e, ExternalContext context)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.env that throw CoreException
 void Receiver.accept(ExternalMessage message, ExternalContext context)
           
 Receiver ExternalEnvironment.addReceiver(java.lang.Class<? extends Receiver> receiverClass, MessageConverter messageConverter)
           
 Sender ExternalEnvironment.addSender(java.lang.Class<? extends Sender> senderClass, MessageConverter messageConverter)
           
 ExternalEnvironment Receiver.getExternalEnvironment()
           
 ExternalEnvironment Sender.getExternalEnvironment()
           
 java.util.List<Receiver> ExternalEnvironment.getReceivers()
           
 java.util.List<Sender> ExternalEnvironment.getSenders()
           
 InternalMessage<?> Sender.sendSyncTo(InternalMessage<?> message, Endpoint endpoint, ExternalContext context)
           
 void Sender.sendTo(CoreException e, ExternalContext context)
           
 void Sender.sendTo(InternalMessage<?> message, Endpoint endpoint, ExternalContext context)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.factory
 

Methods in com.ebmwebsourcing.easyviper.core.api.factory that throw CoreException
 Core Factory.createCore(ConfigurationEngine configuration, MessageConverter converter, int numberOfReceivers, java.lang.Class<? extends Receiver> receiverClass, int numberOfSenders, java.lang.Class<? extends Sender> senderClass, java.util.logging.Logger logger)
           
protected  Core AbstractFactoryImpl.createCore(java.lang.String name, ConfigurationEngine configuration, java.lang.Class<? extends Core> coreClass)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.model
 

Methods in com.ebmwebsourcing.easyviper.core.api.model that throw CoreException
 Compiler Model.createCompiler(java.lang.String name, java.lang.Class<? extends AbstractCompiler> compilerClass)
           
 ProcessDefinitionRegistry<? extends ProcessDefinition> Model.createRegistry(java.lang.String name, java.lang.Class<? extends AbstractProcessDefinitionRegistry> registryClass)
           
 Compiler Model.getCompiler()
           
 Core Model.getCore()
           
 ProcessDefinitionRegistry<? extends ProcessDefinition> Model.getRegistry()
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.model.compiler
 

Methods in com.ebmwebsourcing.easyviper.core.api.model.compiler that throw CoreException
abstract  Process AbstractCompiler.compile(Def def)
           
 Process Compiler.compile(Def def)
           
 void AbstractCompiler.create()
          Create the scope behaviour
 void AbstractCompiler.destroy()
          Destroy the NodeImpl behaviour
 Model AbstractCompiler.getModel()
           
 java.lang.String AbstractCompiler.getName()
           
 void AbstractCompiler.init(org.objectweb.fractal.api.Component fractalNode)
           
 void AbstractCompiler.setName(java.lang.String name)
           
 void AbstractCompiler.start()
          Start the NodeImpl behaviour
 void AbstractCompiler.stop()
          Stop the NodeImpl behaviour
abstract  Def AbstractCompiler.validate(java.net.URI uri)
           
 Def Compiler.validate(java.net.URI uri)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.model.compiler.validation
 

Classes in com.ebmwebsourcing.easyviper.core.api.model.compiler.validation with type parameters of type CoreException
 interface Error<E extends CoreException>
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.model.registry.definition
 

Methods in com.ebmwebsourcing.easyviper.core.api.model.registry.definition that throw CoreException
 void AbstractProcessDefinitionRegistry.create()
          Create the scope behaviour
abstract  java.util.List<ProcessKey> AbstractProcessDefinitionRegistry.createKeys(ProcessDefinition processDefinition)
           
 java.util.List<ProcessKey> ProcessDefinitionRegistry.createKeys(ProcessDefinition processDefinition)
           
 void AbstractProcessDefinitionRegistry.destroy()
          Destroy the NodeImpl behaviour
 Model AbstractProcessDefinitionRegistry.getModel()
           
 java.lang.String AbstractProcessDefinitionRegistry.getName()
           
 void AbstractProcessDefinitionRegistry.init(org.objectweb.fractal.api.Component fractalNode)
           
 Def ProcessDefinitionRegistry.removeProcessDefinition(ProcessKey name, boolean forceUninstall)
           
 void AbstractProcessDefinitionRegistry.setName(java.lang.String name)
           
 void AbstractProcessDefinitionRegistry.start()
          Start the NodeImpl behaviour
 void AbstractProcessDefinitionRegistry.stop()
          Stop the NodeImpl behaviour
 ProcessDefinition AbstractProcessDefinitionRegistry.storeProcessDefinition(java.net.URI uri, ProcessContextDefinition context)
           
 ProcessDefinition ProcessDefinitionRegistry.storeProcessDefinition(java.net.URI bpeluri, ProcessContextDefinition context)
           
 void AbstractProcessDefinitionRegistry.unStoreProcessDefinition(java.net.URI uri, boolean forceUninstall)
           
 void ProcessDefinitionRegistry.unStoreProcessDefinition(java.net.URI uri, boolean forceUninstall)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.soa.correlation
 

Methods in com.ebmwebsourcing.easyviper.core.api.soa.correlation that throw CoreException
 boolean CorrelationMatcher.match(Scope scope, javax.xml.namespace.QName variableName, InternalMessage<?> message)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.api.soa.message
 

Methods in com.ebmwebsourcing.easyviper.core.api.soa.message that throw CoreException
 InternalMessage<?> MessageAdapter.adapt(InternalMessage<?> message)
           
 E MessageFactory.createExternalMessage()
           
 E MessageConverter.createExternalMessageFromInternalMessage(I internalMessage)
           
 I MessageFactory.createInternalMessage()
           
 I MessageConverter.createInternalMessageFromExternalMessage(E externalMessage)
           
 boolean MessageMatcher.match(Variable var, InternalMessage<?> message)
           
 

Uses of CoreException in com.ebmwebsourcing.easyviper.core.fractal
 

Methods in com.ebmwebsourcing.easyviper.core.fractal that throw CoreException
 void FractalHelper.addBindings(org.objectweb.fractal.api.Component component, java.util.List<Binding> listOfBindings)
          Add a component in a composite component.
 void FractalHelper.addComponent(org.objectweb.fractal.api.Component newComponent, org.objectweb.fractal.api.Component parentComponent, java.util.List<Binding> listOfBindings)
          Add a component in a composite component.
 void FractalHelper.changeName(org.objectweb.fractal.api.Component comp, java.lang.String name)
          Change the name of the component
 void FractalHelper.createExplorer(org.objectweb.fractal.api.Component component, java.lang.String fractalName, java.lang.String fractalDefinition)
          Create an explorer for the specified component (the component requires an explicit interface named fcAppl of type org.objectweb.fractal.api.Component).
 org.objectweb.fractal.api.Component FractalHelper.createExplorer(java.lang.String fractalName, java.lang.String fractalDefinition)
          Create an explorer for the specified component (the component requires an explicit interface named fcAppl of type org.objectweb.fractal.api.Component).
 org.objectweb.fractal.api.Component FractalHelper.createNewComponent(java.lang.String name, java.util.Map<java.lang.Object,java.lang.Object> ctxt)
          Create a new component.
 void FractalHelper.deleteAllClientBindingsOfComponent(org.objectweb.fractal.api.Component component)
          Delete all client binding of component.
 void FractalHelper.deleteBindings(org.objectweb.fractal.api.Component component, java.util.List<Binding> listOfBindings)
          Delete a component in a composite component.
 void FractalHelper.deleteComponent(org.objectweb.fractal.api.Component oldComponent)
          Delete a component in a composite component.
 void FractalHelper.deleteComponent(org.objectweb.fractal.api.Component oldComponent, org.objectweb.fractal.api.Component parentComponent, java.util.List<Binding> listOfBindings)
          Delete a component in a composite component.
 void FractalHelper.deleteLinkWithAnItfClientOfComponent(org.objectweb.fractal.api.Component component, java.lang.String itfCLient)
          Delete all client binding of component.
 org.objectweb.fractal.adl.Factory FractalHelper.getFactory()
          Get the factory to manage components.
static FractalHelper FractalHelper.getFractalHelper()
          Get a FractalHelper instance.
 org.objectweb.fractal.api.control.LifeCycleController FractalHelper.getLifeCycleControllerByName(org.objectweb.fractal.api.Component parent, java.lang.String name)
          A utility function allowing to get a component LifeCycleController from a content controller.
 java.util.List<java.lang.String> FractalHelper.getListOfBinds(org.objectweb.fractal.api.Component component)
           
 org.objectweb.fractal.api.Component FractalHelper.getParent(org.objectweb.fractal.api.Component childrenComponent)
           
 boolean FractalHelper.isAlreadyBind(org.objectweb.fractal.api.Component component, java.lang.String clientItfName, org.objectweb.fractal.api.Interface itf)
           
 boolean FractalHelper.isBinded(org.objectweb.fractal.api.Component component, java.lang.String clientItfName)
           
 boolean FractalHelper.startComponent(org.objectweb.fractal.api.Component component)
          A utility function to start the given fractal component.
 void FractalHelper.stopAllSubComponents(org.objectweb.fractal.api.Component composite)
          A utility function to stop the given fractal composite.
 boolean FractalHelper.stopComponent(org.objectweb.fractal.api.Component component)
          A utility function to stop the given fractal component.
 



Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.