Serialized Form


Package com.ebmwebsourcing.easyviper.core.impl

Class com.ebmwebsourcing.easyviper.core.impl.CoreImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

engineComponent

org.objectweb.fractal.api.Component engineComponent

modelComponent

org.objectweb.fractal.api.Component modelComponent

externalEnvironmentComponent

org.objectweb.fractal.api.Component externalEnvironmentComponent

messageFactory

com.ebmwebsourcing.easyviper.core.api.soa.message.MessageFactory<E extends com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?>,I extends com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>> messageFactory

component

org.objectweb.fractal.api.Component component
The Fractal scope composite component-


Package com.ebmwebsourcing.easyviper.core.impl.engine

Class com.ebmwebsourcing.easyviper.core.impl.engine.EngineImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

component

org.objectweb.fractal.api.Component component

log

java.util.logging.Logger log

externalEnvironment

com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment externalEnvironment

model

com.ebmwebsourcing.easyviper.core.api.model.Model model

processInstanceRegistry

com.ebmwebsourcing.easyviper.core.api.engine.registry.ProcessInstanceRegistry processInstanceRegistry

internalMessageType

java.lang.Class<T> internalMessageType

serviceManager

com.ebmwebsourcing.easyviper.core.api.engine.thread.service.ServiceManager serviceManager

Class com.ebmwebsourcing.easyviper.core.impl.engine.ExecutableElementImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nextSelectedExecElmts

java.util.List<E> nextSelectedExecElmts

Class com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

stepByStep

boolean stepByStep
variable for debugging


currentState

com.ebmwebsourcing.easyviper.core.api.engine.Execution.State currentState
Execution#STATE_ACTIVE, Execution#STATE_CANCELLED, Execution#STATE_ENDED, Execution#STATE_INACTIVE, Execution#STATE_SUSPENDED or any other state defined by a specific processDefinition language.


currentTarget

com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement currentTarget

group

java.lang.ThreadGroup group

parent

com.ebmwebsourcing.easyviper.core.api.engine.Execution parent

childExecutions

java.util.Map<K,V> childExecutions
are concurrent childExecutions that related to this execution.


speedTime

long speedTime

threadSignal

ThreadSignal threadSignal

component

org.objectweb.fractal.api.Component component
The Fractal execution component

Class com.ebmwebsourcing.easyviper.core.impl.engine.NodeImpl extends ExecutableElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

childNodes

java.util.Map<K,V> childNodes
child childNodes


incomingTransitions

java.util.Map<K,V> incomingTransitions

outgoingTransitions

java.util.Map<K,V> outgoingTransitions

behaviour

com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour behaviour

parentNode

com.ebmwebsourcing.easyviper.core.api.engine.Node parentNode

execution

com.ebmwebsourcing.easyviper.core.api.engine.Execution execution

component

org.objectweb.fractal.api.Component component
The Fractal scope component

Class com.ebmwebsourcing.easyviper.core.impl.engine.ProcessImpl extends ScopeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

key

com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey key

externalContext

com.ebmwebsourcing.easyviper.core.api.env.ExternalContext externalContext

monitor

com.ebmwebsourcing.easyviper.core.api.engine.monitoring.Monitor monitor

state

com.ebmwebsourcing.easyviper.core.api.engine.Process.State state

Class com.ebmwebsourcing.easyviper.core.impl.engine.ScopeImpl extends NodeImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

initialNode

org.objectweb.fractal.api.Component initialNode

parentExecution

org.objectweb.fractal.api.Component parentExecution

childNodes

java.util.Map<K,V> childNodes

incomingTransitions

java.util.Map<K,V> incomingTransitions

outgoingTransitions

java.util.Map<K,V> outgoingTransitions

behaviour

com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour behaviour

parentNode

com.ebmwebsourcing.easyviper.core.api.engine.Node parentNode

execution

com.ebmwebsourcing.easyviper.core.api.engine.Execution execution

exceptions

java.util.Map<K,V> exceptions

endpoints

java.util.Map<K,V> endpoints

correlationGroups

java.util.List<E> correlationGroups

faultScope

java.lang.Exception faultScope

th

com.ebmwebsourcing.easyviper.core.api.engine.handler.TerminationHandler th

component

org.objectweb.fractal.api.Component component
The Fractal scope composite component-


variables

java.util.Map<K,V> variables

Class com.ebmwebsourcing.easyviper.core.impl.engine.TransitionImpl extends ExecutableElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

source

com.ebmwebsourcing.easyviper.core.api.engine.Node source

destination

com.ebmwebsourcing.easyviper.core.api.engine.Node destination

execution

com.ebmwebsourcing.easyviper.core.api.engine.Execution execution

component

org.objectweb.fractal.api.Component component
The component.


Package com.ebmwebsourcing.easyviper.core.impl.engine.behaviour

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.AssignBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

assignements

java.util.List<E> assignements

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.EmptyBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ExitBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ForkBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.IfBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

conditions

java.util.List<E> conditions

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.LoopBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

condition

com.ebmwebsourcing.easyviper.core.api.engine.expression.ConditionalExpression<C> condition

applyConditionAtBegin

boolean applyConditionAtBegin

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ReceiverBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

message

com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<T> message

variableNames

java.util.List<E> variableNames

messageMatcher

com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher

correlationsMatcher

java.util.List<E> correlationsMatcher

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

childNodeSelected

com.ebmwebsourcing.easyviper.core.api.engine.Node childNodeSelected

isSuspended

boolean isSuspended

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ReThrowBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ScopeBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.SenderBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

kind

com.ebmwebsourcing.easyviper.core.api.engine.behaviour.SenderBehaviour.Kind kind

inputVariableName

javax.xml.namespace.QName inputVariableName

outputVariableName

javax.xml.namespace.QName outputVariableName

providerEndpointKey

java.lang.Object providerEndpointKey

operationName

java.lang.String operationName

messageAdapter

com.ebmwebsourcing.easyviper.core.api.soa.message.MessageAdapter messageAdapter

faultHandler

com.ebmwebsourcing.easyviper.core.api.engine.fault.FaultHandler faultHandler

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.SequenceBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.ThrowBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

exception

java.lang.Exception exception

Class com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.WaitBehaviourImpl extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

time

com.ebmwebsourcing.easyviper.core.api.engine.expression.LongExpression<C> time

date

com.ebmwebsourcing.easyviper.core.api.engine.expression.DateExpression<C> date

Package com.ebmwebsourcing.easyviper.core.impl.env

Class com.ebmwebsourcing.easyviper.core.impl.env.AbstractReceiverImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

messageConverter

com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter<E extends com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?>,I extends com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>> messageConverter

taken

boolean taken

component

org.objectweb.fractal.api.Component component
The Fractal component

Class com.ebmwebsourcing.easyviper.core.impl.env.AbstractSenderImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

messageConverter

com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter<E extends com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<?>,I extends com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?>> messageConverter

component

org.objectweb.fractal.api.Component component
The Fractal component

Class com.ebmwebsourcing.easyviper.core.impl.env.ExternalEnvironmentImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

receivers

java.util.List<E> receivers

senders

java.util.List<E> senders

engine

com.ebmwebsourcing.easyviper.core.api.engine.Engine engine

component

org.objectweb.fractal.api.Component component
The Fractal scope composite component-


Package com.ebmwebsourcing.easyviper.core.impl.model

Class com.ebmwebsourcing.easyviper.core.impl.model.ModelImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

component

org.objectweb.fractal.api.Component component
The Fractal component


compilerComponent

org.objectweb.fractal.api.Component compilerComponent

registryComponent

org.objectweb.fractal.api.Component registryComponent

Package com.ebmwebsourcing.easyviper.explorer.model

Class com.ebmwebsourcing.easyviper.explorer.model.TableMessagesButtonEditor extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerL

javax.swing.event.EventListenerList listenerL

changeE

javax.swing.event.ChangeEvent changeE

t

javax.swing.JTable t

receiver

MemoryReceiver receiver

ligne

int ligne

col

int col

Class com.ebmwebsourcing.easyviper.explorer.model.TableMessagesButtonRenderer extends javax.swing.JButton implements Serializable


Package com.ebmwebsourcing.easyviper.explorer.panel

Class com.ebmwebsourcing.easyviper.explorer.panel.EditBehaviour extends javax.swing.JFrame implements Serializable

Serialized Fields

scope

com.ebmwebsourcing.easyviper.core.api.engine.Scope scope

behaviour

com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour behaviour

e

org.objectweb.util.explorer.api.MenuItemTreeView e

jButtonSave

javax.swing.JButton jButtonSave

jComboBoxBehaviour

javax.swing.JComboBox jComboBoxBehaviour

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jScrollPaneBehaivour

javax.swing.JScrollPane jScrollPaneBehaivour

jTextAreaExpression

javax.swing.JTextArea jTextAreaExpression

Class com.ebmwebsourcing.easyviper.explorer.panel.EditMessages extends javax.swing.JFrame implements Serializable

Serialized Fields

msg

com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage<T> msg

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonSave

javax.swing.JButton jButtonSave

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextAreaContent

javax.swing.JTextArea jTextAreaContent

jTextFieldEndpoint

javax.swing.JTextField jTextFieldEndpoint

jTextFieldNamespaceService

javax.swing.JTextField jTextFieldNamespaceService

jTextFieldService

javax.swing.JTextField jTextFieldService

Class com.ebmwebsourcing.easyviper.explorer.panel.EditMessagesRegistry extends javax.swing.JFrame implements Serializable

Serialized Fields

receiver

MemoryReceiver receiver

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTableMessages

javax.swing.JTable jTableMessages

Class com.ebmwebsourcing.easyviper.explorer.panel.EditMockService extends javax.swing.JFrame implements Serializable

Serialized Fields

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonSave

javax.swing.JButton jButtonSave

jComboBoxPattern

javax.swing.JComboBox jComboBoxPattern

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel5

javax.swing.JLabel jLabel5

jLabelRequest

javax.swing.JLabel jLabelRequest

jLabelResponse

javax.swing.JLabel jLabelResponse

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jTextAreaRequest

javax.swing.JTextArea jTextAreaRequest

jTextAreaResponse

javax.swing.JTextArea jTextAreaResponse

jTextFieldEndpoint

javax.swing.JTextField jTextFieldEndpoint

jTextFieldNamespaceService

javax.swing.JTextField jTextFieldNamespaceService

jTextFieldService

javax.swing.JTextField jTextFieldService

Class com.ebmwebsourcing.easyviper.explorer.panel.EditNode extends javax.swing.JFrame implements Serializable

Serialized Fields

scope

com.ebmwebsourcing.easyviper.core.api.engine.Scope scope

node

com.ebmwebsourcing.easyviper.core.api.engine.Node node

incomingTransitions

java.util.Map<K,V> incomingTransitions

outgoingNode

java.util.Map<K,V> outgoingNode

e

org.objectweb.util.explorer.api.MenuItemTreeView e

editBehaviour

EditBehaviour editBehaviour

jButtonAddIncomingTransition

javax.swing.JButton jButtonAddIncomingTransition

jButtonAddOutgoingNode

javax.swing.JButton jButtonAddOutgoingNode

jButtonEditBehaviour

javax.swing.JButton jButtonEditBehaviour

jButtonSave

javax.swing.JButton jButtonSave

jComboBoxIncomingTransition

javax.swing.JComboBox jComboBoxIncomingTransition

jComboBoxOutgoingNode

javax.swing.JComboBox jComboBoxOutgoingNode

jComboBoxParentNode

javax.swing.JComboBox jComboBoxParentNode

jLabelIncomingTransition

javax.swing.JLabel jLabelIncomingTransition

jLabelNodeBehaviour

javax.swing.JLabel jLabelNodeBehaviour

jLabelNodeName

javax.swing.JLabel jLabelNodeName

jLabelOutgoingNode

javax.swing.JLabel jLabelOutgoingNode

jLabelParentNode

javax.swing.JLabel jLabelParentNode

jLabelSelectIncomingTransition

javax.swing.JLabel jLabelSelectIncomingTransition

jLabelSelectOutgoingNode

javax.swing.JLabel jLabelSelectOutgoingNode

jListIncomingTransition

javax.swing.JList jListIncomingTransition

jListOutgoingNode

javax.swing.JList jListOutgoingNode

jScrollPaneIncomingTransition

javax.swing.JScrollPane jScrollPaneIncomingTransition

jScrollPaneOutgoingNode

javax.swing.JScrollPane jScrollPaneOutgoingNode

jTextFieldBehaviour

javax.swing.JTextField jTextFieldBehaviour

jTextFieldNodeName

javax.swing.JTextField jTextFieldNodeName

Package com.ebmwebsourcing.easyviper.tools

Class com.ebmwebsourcing.easyviper.tools.MemoryReceiverImpl extends AbstractReceiverImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log

messages

java.util.List<E> messages

Class com.ebmwebsourcing.easyviper.tools.SysoutSenderImpl extends AbstractSenderImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

log

java.util.logging.Logger log



Copyright © 2009 eBM WebSourcing. All Rights Reserved.