Serialized Form


Package org.ow2.orchestra.pvm

Class org.ow2.orchestra.pvm.Deployment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

language

String language

files

Map<K,V> files

documents

Map<K,V> documents

processDefinition

ProcessDefinition processDefinition

Class org.ow2.orchestra.pvm.PvmException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.activity

Package org.ow2.orchestra.pvm.client

Package org.ow2.orchestra.pvm.env

Class org.ow2.orchestra.pvm.env.Environment extends Object implements Serializable

serialVersionUID: 4160822335317326182L

Class org.ow2.orchestra.pvm.env.EnvironmentFactory extends Object implements Serializable

serialVersionUID: -909370824696632925L

Class org.ow2.orchestra.pvm.env.PvmEnvironmentFactory extends EnvironmentFactory implements Serializable

serialVersionUID: 1L

Serialized Fields

environmentFactoryCtxWireContext

WireContext environmentFactoryCtxWireContext

environmentCtxWireDefinition

WireDefinition environmentCtxWireDefinition

Class org.ow2.orchestra.pvm.env.SpringEnvironmentFactory extends EnvironmentFactory implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationContext

org.springframework.context.ApplicationContext applicationContext

Package org.ow2.orchestra.pvm.internal.cal

Class org.ow2.orchestra.pvm.internal.cal.BusinessCalendar extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

long oid

version

int version

timeZone

TimeZone timeZone

days

Day[] days
array that contains the weekdays in the index as specified by Calendar.SUNDAY (=1), Calendar.MONDAY (=2),... Calendar.SATURDAY (=7).


holidays

Holiday[] holidays

secondInMillis

long secondInMillis

minuteInMillis

long minuteInMillis

hourInMillis

long hourInMillis

dayInMillis

long dayInMillis

weekInMillis

long weekInMillis

monthInMillis

long monthInMillis

yearInMillis

long yearInMillis

businessDayInMillis

long businessDayInMillis

businessWeekInMillis

long businessWeekInMillis

businessMonthInMillis

long businessMonthInMillis

businessYearInMillis

long businessYearInMillis

Class org.ow2.orchestra.pvm.internal.cal.Day extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

long oid

version

int version

dayParts

DayPart[] dayParts

businessCalendar

BusinessCalendar businessCalendar

Class org.ow2.orchestra.pvm.internal.cal.DayPart extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

long oid

version

int version

fromHour

int fromHour

fromMinute

int fromMinute

toHour

int toHour

toMinute

int toMinute

day

Day day

index

int index

Class org.ow2.orchestra.pvm.internal.cal.Duration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

isBusinessTime

boolean isBusinessTime

millis

int millis

seconds

int seconds

minutes

int minutes

hours

int hours

days

int days

weeks

int weeks

months

int months

years

int years

Class org.ow2.orchestra.pvm.internal.cal.Holiday extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

long oid

version

int version

fromDay

Date fromDay

toDay

Date toDay

businessCalendar

BusinessCalendar businessCalendar

Package org.ow2.orchestra.pvm.internal.cmd

Class org.ow2.orchestra.pvm.internal.cmd.AbstractCommand extends Object implements Serializable

serialVersionUID: -3978894334878295917L

Class org.ow2.orchestra.pvm.internal.cmd.CommandException extends PvmException implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.cmd.DeployCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

deployment

Deployment deployment

Class org.ow2.orchestra.pvm.internal.cmd.FindExecutionCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

executionId

String executionId

processDefinitionName

String processDefinitionName

executionKey

String executionKey

Class org.ow2.orchestra.pvm.internal.cmd.FindLatestProcessDefinitionCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processDefinitionName

String processDefinitionName

Class org.ow2.orchestra.pvm.internal.cmd.FindProcessDefinitionCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processDefinitionName

String processDefinitionName

processDefinitionVersion

int processDefinitionVersion

Class org.ow2.orchestra.pvm.internal.cmd.FindProcessDefinitionNamesCmd extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.cmd.FindProcessDefinitionsCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processDefinitionName

String processDefinitionName

Class org.ow2.orchestra.pvm.internal.cmd.GetMessagesCmd extends QueryCommand<List<Message>> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.cmd.GetTimersCmd extends QueryCommand<List<Timer>> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.cmd.GetVariablesCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

executionId

String executionId

variableNames

List<E> variableNames

Class org.ow2.orchestra.pvm.internal.cmd.QueryCommand extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstResult

int firstResult

maxResults

int maxResults

Class org.ow2.orchestra.pvm.internal.cmd.SetVariablesCmd extends VariablesCmd<Execution> implements Serializable

serialVersionUID: 1L

Serialized Fields

executionId

String executionId

Class org.ow2.orchestra.pvm.internal.cmd.SignalCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

executionDbid

Long executionDbid

executionId

String executionId

processDefinitionName

String processDefinitionName

executionKey

String executionKey

signalName

String signalName

parameters

Map<K,V> parameters

Class org.ow2.orchestra.pvm.internal.cmd.StartExecutionCmd extends VariablesCmd<Execution> implements Serializable

serialVersionUID: 1L

Serialized Fields

processDefinitionId

String processDefinitionId

executionKey

String executionKey

Class org.ow2.orchestra.pvm.internal.cmd.StartExecutionInLatestCmd extends VariablesCmd<Execution> implements Serializable

serialVersionUID: 1L

Serialized Fields

processDefinitionName

String processDefinitionName

executionKey

String executionKey

Class org.ow2.orchestra.pvm.internal.cmd.VariablesCmd extends AbstractCommand<T> implements Serializable

serialVersionUID: 4221781254932878284L

Serialized Fields

variables

Map<K,V> variables

Package org.ow2.orchestra.pvm.internal.ejb

Class org.ow2.orchestra.pvm.internal.ejb.CommandExecutorSLSB extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext

environmentFactory

EnvironmentFactory environmentFactory

Class org.ow2.orchestra.pvm.internal.ejb.CommandReceiverMDB extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

messageDrivenContext

javax.ejb.MessageDrivenContext messageDrivenContext

commandExecutor

LocalCommandExecutor commandExecutor

jmsConnection

javax.jms.Connection jmsConnection

deadLetterQueue

javax.jms.Destination deadLetterQueue

Class org.ow2.orchestra.pvm.internal.ejb.ExecuteTimerCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timerDbid

long timerDbid

Class org.ow2.orchestra.pvm.internal.ejb.TimerEB extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

entityContext

javax.ejb.EntityContext entityContext

commandExecutor

LocalCommandExecutor commandExecutor

Package org.ow2.orchestra.pvm.internal.env

Class org.ow2.orchestra.pvm.internal.env.BasicEnvironment extends Environment implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

contexts

Map<K,V> contexts

defaultSearchOrderList

ArrayList<E> defaultSearchOrderList

defaultSearchOrder

String[] defaultSearchOrder

exception

Throwable exception

Class org.ow2.orchestra.pvm.internal.env.ExecutionEnvironment extends BasicEnvironment implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.env.PvmEnvironment extends BasicEnvironment implements Serializable

serialVersionUID: 1L

Serialized Fields

pvmEnvironmentFactory

PvmEnvironmentFactory pvmEnvironmentFactory

Package org.ow2.orchestra.pvm.internal.hibernate

Class org.ow2.orchestra.pvm.internal.hibernate.ConverterType extends org.hibernate.type.ImmutableType implements Serializable

serialVersionUID: 1L

Serialized Fields

converterNames

Map<K,V> converterNames

converters

Map<K,V> converters

Class org.ow2.orchestra.pvm.internal.hibernate.PvmNamingStrategy extends org.hibernate.cfg.ImprovedNamingStrategy implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

String prefix

Package org.ow2.orchestra.pvm.internal.job

Class org.ow2.orchestra.pvm.internal.job.CommandMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.job.JobImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

priority

int priority

dueDate

Date dueDate
date until which the command should not be executed this date is set to the current time It should be modified only for timers Warning: if you modify this, be sure to wake the JobExecutor when the jobImpl is supposed to be executed


isSuspended

boolean isSuspended
suspended jobs will not execute.


execution

ExecutionImpl execution
the execution (if any) for this jobImpl


processInstance

ExecutionImpl processInstance
the process instance


isExclusive

boolean isExclusive
specifies if this jobImpl can be executed concurrently with other jobs for the same execution.


lockOwner

String lockOwner
name of the jobImpl executor name that has locked this jobImpl.


lockExpirationTime

Date lockExpirationTime
the time the lock on this jobImpl expires.


exception

JobImpl.JobException exception
stack trace of the exception that occurred during command execution.


retries

int retries
number of attempts left to try. Should be decremented each time an exception occurs during command execution.


isDefaultRetries

boolean isDefaultRetries

delay

long delay

commandDescriptor

Descriptor commandDescriptor
a command that can be used as the behaviour of this job

Class org.ow2.orchestra.pvm.internal.job.MessageImpl extends JobImpl<T> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.job.TimerImpl extends JobImpl<Boolean> implements Serializable

serialVersionUID: 1L

Serialized Fields

signalName

String signalName

eventName

String eventName

repeat

String repeat

Package org.ow2.orchestra.pvm.internal.jobexecutor

Class org.ow2.orchestra.pvm.internal.jobexecutor.AcquireJobsCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeFormat

DateFormat timeFormat

lockOwnerName

String lockOwnerName

lockMillis

int lockMillis

jobExecutor

AbstractJobExecutor jobExecutor

limitSameInstanceJobs

boolean limitSameInstanceJobs

Class org.ow2.orchestra.pvm.internal.jobexecutor.ExecuteJobCmd extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobDbid

JobImpl<T> jobDbid

Class org.ow2.orchestra.pvm.internal.jobexecutor.GetNextDueDateCmd extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.jobexecutor.JobExceptionHandler extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobDbid

long jobDbid

failedJob

JobImpl<T> failedJob

exception

Throwable exception

Class org.ow2.orchestra.pvm.internal.jobexecutor.JobExecutorServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

jobExecutor

JobExecutor jobExecutor

Class org.ow2.orchestra.pvm.internal.jobexecutor.JobHistoryEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

executionTime

Date executionTime

jobDescription

String jobDescription

exception

String exception

Package org.ow2.orchestra.pvm.internal.lob

Class org.ow2.orchestra.pvm.internal.lob.Blob extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blob

Blob blob

bytes

byte[] bytes

chops

List<E> chops

fileName

String fileName

Package org.ow2.orchestra.pvm.internal.model

Class org.ow2.orchestra.pvm.internal.model.CommentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

userId

String userId

time

Date time

message

String message

parent

CommentImpl parent

comments

List<E> comments

Class org.ow2.orchestra.pvm.internal.model.CompositeElementImpl extends ObservableElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

nodes

List<E> nodes

hasVariableDefinitions

boolean hasVariableDefinitions

variableDefinitions

List<E> variableDefinitions

hasTimerDefinitions

boolean hasTimerDefinitions

timerDefinitions

Set<E> timerDefinitions

Class org.ow2.orchestra.pvm.internal.model.EventImpl extends ProcessElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

listenerReferences

List<E> listenerReferences

Class org.ow2.orchestra.pvm.internal.model.EventListenerReference extends ObjectReference<EventListener> implements Serializable

serialVersionUID: 1L

Serialized Fields

isPropagationEnabled

boolean isPropagationEnabled
does this action accept propagated events ?

Class org.ow2.orchestra.pvm.internal.model.ExceptionHandlerImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

exceptionClassName

String exceptionClassName

isTransactional

boolean isTransactional

isRethrowMasked

boolean isRethrowMasked

eventListenerReferences

List<E> eventListenerReferences

transitionName

String transitionName

nodeName

String nodeName

Class org.ow2.orchestra.pvm.internal.model.ExceptionHandlerSynchronization extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptionHandler

ExceptionHandlerImpl exceptionHandler

execution

ExecutionImpl execution

processElement

ProcessElementImpl processElement

exception

Exception exception

commandService

CommandService commandService

Class org.ow2.orchestra.pvm.internal.model.ExecutionImpl extends Object implements Serializable

Serialized Fields

dbid

long dbid

dbversion

int dbversion

name

String name
an optional name for this execution. can be used to differentiate concurrent paths of execution like e.g. the 'shipping' and 'billing' paths.


key

String key
a key for this execution. typically this is an externally provided reference that is unique within the scope of the process definition.


id

String id
a unique id for this execution.


state

String state
See Also:
Execution

processDefinition

ProcessDefinitionImpl processDefinition

node

NodeImpl node
current node


transition

TransitionImpl transition
transition is not to be made persistable by default


transitionOrigin

NodeImpl transitionOrigin
the node from which the transition was taken. This can be different from the transition source in case a transition of an eclosing node was taken. transitionOrigin is not to be made persistable by default


event

EventImpl event

eventSource

ObservableElementImpl eventSource

executions

Collection<E> executions
are concurrent executions that related to this execution.


parent

ExecutionImpl parent
the parent child relation of executions is convenient for some forms of concurrency.


processInstance

ExecutionImpl processInstance

hasVariables

boolean hasVariables

variables

Map<K,V> variables

jobs

List<E> jobs

superProcessExecution

ExecutionImpl superProcessExecution
the super process link in case this is a sub process execution


subProcessInstance

ExecutionImpl subProcessInstance
the sub process link in case of sub process execution


comments

Set<E> comments
the free text comments users make on this execution


priority

int priority

nextLogIndex

int nextLogIndex
maintains the index of the next log record. That way, the logs don't have to be loaded to add one. Instead, for each log that is added to this execution, the nextLogIndex is used and incremented.


atomicOperations

Queue<E> atomicOperations
the queue of atomic operations to be performed for this execution.


propagation

ExecutionImpl.Propagation propagation

previousNode

Node previousNode

previousTransition

Transition previousTransition

exception

Exception exception

processModifications

ProcessModificationsImpl processModifications

parentInstanceStartTime

Date parentInstanceStartTime

Class org.ow2.orchestra.pvm.internal.model.NodeImpl extends CompositeElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

behaviourReference

ObjectReference<T> behaviourReference

outgoingTransitions

List<E> outgoingTransitions

incomingTransitions

List<E> incomingTransitions

defaultTransition

TransitionImpl defaultTransition

parentNode

NodeImpl parentNode

isLocalScope

boolean isLocalScope

isExecutionAsync

boolean isExecutionAsync

isSignalAsync

boolean isSignalAsync

isLeaveAsync

boolean isLeaveAsync

isPreviousNeeded

boolean isPreviousNeeded

Class org.ow2.orchestra.pvm.internal.model.ObjectReference extends ProcessElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

expressionLanguage

String expressionLanguage

descriptor

Descriptor descriptor

object

Object object

Class org.ow2.orchestra.pvm.internal.model.ObservableElementImpl extends ProcessElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

description

String description

events

Map<K,V> events

Class org.ow2.orchestra.pvm.internal.model.ProcessDefinitionImpl extends CompositeElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
user provided short reference for the process definition that has the same scope as the name. Multiple versions of the same process can have the same key. The key is used to build the globally unique execution ids.


id

String id
the unique id (e.g. combination of name and versionnumber) for this process definition.


version

int version
the version number of the process definitions with the same name.


packageName

String packageName
optional package name similar to the Java package name.


deploymentTime

Date deploymentTime
time this process was deployed


initial

NodeImpl initial
the node which is executed when the process starts


attachments

Map<K,V> attachments
the attachments TODO move the attachments to a separate DeploymentUnit type

Class org.ow2.orchestra.pvm.internal.model.ProcessElementImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

processDefinition

ProcessDefinitionImpl processDefinition

exceptionHandlers

List<E> exceptionHandlers

properties

WireProperties properties

Class org.ow2.orchestra.pvm.internal.model.ProcessModificationsImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

version

int version

addedActions

List<E> addedActions

removedActions

List<E> removedActions

addedTransitions

List<E> addedTransitions

removedTransitions

List<E> removedTransitions

addedNodes

List<E> addedNodes

removedNodes

List<E> removedNodes

Class org.ow2.orchestra.pvm.internal.model.ProcessModificationsImpl.AddedAction extends EventListenerReference implements Serializable

serialVersionUID: 1L

Serialized Fields

event

EventImpl event

Class org.ow2.orchestra.pvm.internal.model.ProcessModificationsImpl.AddedNode extends NodeImpl implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.model.ProcessModificationsImpl.AddedTransition extends TransitionImpl implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.model.TimerDefinitionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

dueDateDescription

String dueDateDescription

repeat

String repeat

isExclusive

Boolean isExclusive

retries

Integer retries

eventName

String eventName

signalName

String signalName

dueDate

Date dueDate

Class org.ow2.orchestra.pvm.internal.model.TransitionImpl extends ObservableElementImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

source

NodeImpl source

destination

NodeImpl destination

conditionDescriptor

Descriptor conditionDescriptor

waitConditionDescriptor

Descriptor waitConditionDescriptor

isTakeAsync

boolean isTakeAsync

Class org.ow2.orchestra.pvm.internal.model.VariableDefinitionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

key

String key

description

String description

source

String source

sourceExpression

String sourceExpression

sourceDescriptor

Descriptor sourceDescriptor

destination

String destination

destinationExpression

String destinationExpression

type

Type type

Class org.ow2.orchestra.pvm.internal.model.WireProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

wireContext

WireContext wireContext

Package org.ow2.orchestra.pvm.internal.model.op

Class org.ow2.orchestra.pvm.internal.model.op.ExecuteNodeMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.model.op.ProceedToDestinationMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.model.op.SignalMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

signalName

String signalName

node

NodeImpl node

Class org.ow2.orchestra.pvm.internal.model.op.TakeTransitionMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.internal.spring

Class org.ow2.orchestra.pvm.internal.spring.SpringEnvironment extends BasicEnvironment implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationContext

org.springframework.context.ApplicationContext applicationContext

Package org.ow2.orchestra.pvm.internal.svc

Class org.ow2.orchestra.pvm.internal.svc.AsyncCommandMessage extends MessageImpl<Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

command

Command<T> command

userId

String userId

Package org.ow2.orchestra.pvm.internal.tx

Class org.ow2.orchestra.pvm.internal.tx.StandardTransaction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resources

List<E> resources

synchronizations

List<E> synchronizations

state

org.ow2.orchestra.pvm.internal.tx.StandardTransaction.State state

Class org.ow2.orchestra.pvm.internal.tx.TransactionException extends PvmException implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.internal.type

Class org.ow2.orchestra.pvm.internal.type.DefaultVariableTypeResolver extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

typeMappings

List<E> typeMappings

Class org.ow2.orchestra.pvm.internal.type.Type extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

converter

Converter converter

variableClass

Class<T> variableClass

Class org.ow2.orchestra.pvm.internal.type.TypeMapping extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

matcher

Matcher matcher

type

Type type

Class org.ow2.orchestra.pvm.internal.type.Variable extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

key

String key

converter

Converter converter

queryText

String queryText

processInstance

ExecutionImpl processInstance

Package org.ow2.orchestra.pvm.internal.type.converter

Class org.ow2.orchestra.pvm.internal.type.converter.BooleanToStringConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.ByteToLongConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.CharacterToStringConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.DateToLongConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.DateToStringConverter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dateFormat

DateFormat dateFormat

Class org.ow2.orchestra.pvm.internal.type.converter.DoubleToStringConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.FloatToDoubleConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.FloatToStringConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.IntegerToLongConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.SerializableToBytesConverter extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.converter.ShortToLongConverter extends Object implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.internal.type.matcher

Class org.ow2.orchestra.pvm.internal.type.matcher.ClassNameMatcher extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

Class org.ow2.orchestra.pvm.internal.type.matcher.HibernateIdMatcher extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hibernateSessionFactoryName

String hibernateSessionFactoryName

Class org.ow2.orchestra.pvm.internal.type.matcher.HibernateLongIdMatcher extends HibernateIdMatcher implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.matcher.HibernateStringIdMatcher extends HibernateIdMatcher implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.matcher.SerializableMatcher extends Object implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.internal.type.variable

Class org.ow2.orchestra.pvm.internal.type.variable.BlobVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

blob

Blob blob

Class org.ow2.orchestra.pvm.internal.type.variable.ClobVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

clob

Clob clob

Class org.ow2.orchestra.pvm.internal.type.variable.DateVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date

Class org.ow2.orchestra.pvm.internal.type.variable.DoubleVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

d

Double d

Class org.ow2.orchestra.pvm.internal.type.variable.HibernateLongVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

hibernatable

Object hibernatable

Class org.ow2.orchestra.pvm.internal.type.variable.HibernateStringVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

hibernatable

Object hibernatable

Class org.ow2.orchestra.pvm.internal.type.variable.LongVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

l

Long l

Class org.ow2.orchestra.pvm.internal.type.variable.NullVariable extends Variable implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.type.variable.StringVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

string

String string

Class org.ow2.orchestra.pvm.internal.type.variable.UnpersistableVariable extends Variable implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Package org.ow2.orchestra.pvm.internal.wire

Class org.ow2.orchestra.pvm.internal.wire.WireContext extends DefaultObservable implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

wireDefinition

WireDefinition wireDefinition

underConstruction

Set<E> underConstruction
objects that are being instantiated or constructed


pendingInitializations

Map<K,V> pendingInitializations
objects that are constructed, but waiting for the initialization operations (like e.g. injections) to be performed


underInitialization

Map<K,V> underInitialization
objects on which the initialization operations (like e.g. injections) are being performed


cache

Map<K,V> cache
fully created and initialized objects


exceptions

Map<K,V> exceptions
exceptions throw by descriptor invocations

Class org.ow2.orchestra.pvm.internal.wire.WireDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

descriptors

Map<K,V> descriptors
maps object names to Descriptors


descriptorNames

Map<K,V> descriptorNames

useTypes

boolean useTypes

eagerInitNames

List<E> eagerInitNames
references all objects that must eagerly initialized.

See Also:
WireContext

Class org.ow2.orchestra.pvm.internal.wire.WireException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.ow2.orchestra.pvm.internal.wire.descriptor

Class org.ow2.orchestra.pvm.internal.wire.descriptor.AbstractDescriptor extends DefaultObservable implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

version

int version

name

String name

init

char init

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ArgDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

typeName

String typeName

descriptor

Descriptor descriptor

Class org.ow2.orchestra.pvm.internal.wire.descriptor.BusinessCalendarDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

businessCalendar

BusinessCalendar businessCalendar

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ByteDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

longVal

Long longVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.CharacterDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ClassDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ClassLoaderDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.CollectionDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

valueDescriptors

List<E> valueDescriptors

isSynchronized

boolean isSynchronized

Class org.ow2.orchestra.pvm.internal.wire.descriptor.CommandServiceDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

commandService

CommandService commandService

interceptorDescriptors

List<E> interceptorDescriptors

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ContextRefDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

contextName

String contextName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ContextTypeRefDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type

Class org.ow2.orchestra.pvm.internal.wire.descriptor.DeployerManagerDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

extensions

Map<K,V> extensions
maps extensions to language-ids


deployerDescriptors

Map<K,V> deployerDescriptors
maps language-ids to a sequence of process deployers

Class org.ow2.orchestra.pvm.internal.wire.descriptor.DescriptorException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.DoubleDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

doubleVal

Double doubleVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.EnvironmentDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.EnvironmentFactoryDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

environmentFactory

EnvironmentFactory environmentFactory

Class org.ow2.orchestra.pvm.internal.wire.descriptor.EnvironmentInterceptorDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

environmentFactory

EnvironmentFactory environmentFactory

Class org.ow2.orchestra.pvm.internal.wire.descriptor.EnvironmentTypeRefDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ExpressionDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

language

String language

Class org.ow2.orchestra.pvm.internal.wire.descriptor.FalseDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.FloatDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

doubleVal

Double doubleVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

namingStrategyClassName

String namingStrategyClassName

mappingOperations

List<E> mappingOperations

cacheOperations

List<E> cacheOperations

propertiesDescriptor

PropertiesDescriptor propertiesDescriptor

schemaOperation

Operation schemaOperation

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.AddClass extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.AddFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fileName

String fileName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.AddResource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

String resource

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.AddUrl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.CreateSchema extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

concurrencyStrategy

String concurrencyStrategy

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

collection

String collection

concurrencyStrategy

String concurrencyStrategy

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateConfigurationDescriptor.UpdateSchema extends Object implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateJobDbSessionDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionName

String sessionName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernatePvmDbSessionDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionName

String sessionName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateSessionDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

factoryName

String factoryName

useCurrent

boolean useCurrent

tx

boolean tx

close

boolean close

standardTransactionName

String standardTransactionName

connectionName

String connectionName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.HibernateSessionFactoryDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationName

String configurationName

configurationDescriptor

Descriptor configurationDescriptor

Class org.ow2.orchestra.pvm.internal.wire.descriptor.IntegerDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

longVal

Long longVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.JndiDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

jndiName

String jndiName

Class org.ow2.orchestra.pvm.internal.wire.descriptor.JobExecutorDescriptor extends ObjectDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

autoStart

boolean autoStart

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ListDescriptor extends CollectionDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.LongDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

longVal

Long longVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.MapDescriptor extends CollectionDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

keyDescriptors

List<E> keyDescriptors

Class org.ow2.orchestra.pvm.internal.wire.descriptor.NullDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ObjectDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

factoryObjectName

String factoryObjectName
specifies the object reference on which the method will be invoked. Either className, objectName or a descriptor has to be specified. TODO check if this member can be replaced by a RefDescriptor in the factoryDescriptor member.


factoryDescriptor

Descriptor factoryDescriptor
specifies the object on which to invoke the method. Either className, objectName or a descriptor has to be specified.


methodName

String methodName

argDescriptors

List<E> argDescriptors
map to db as a component


operations

List<E> operations
list of operations to perform during initialization.


isAutoWireEnabled

boolean isAutoWireEnabled
True if autowiring is enabled.

Class org.ow2.orchestra.pvm.internal.wire.descriptor.PropertiesDescriptor extends MapDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

file

String file

resource

String resource

isXml

boolean isXml

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ProvidedObjectDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

providedObject

Object providedObject

exposeType

boolean exposeType

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ReferenceDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.ow2.orchestra.pvm.internal.wire.descriptor.RetryInterceptorDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

retryInterceptor

RetryInterceptor retryInterceptor

Class org.ow2.orchestra.pvm.internal.wire.descriptor.SetDescriptor extends CollectionDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.ShortDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

longVal

Long longVal

Class org.ow2.orchestra.pvm.internal.wire.descriptor.StringDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.ow2.orchestra.pvm.internal.wire.descriptor.TransactionRefDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.TrueDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.pvm.internal.wire.descriptor.UrlDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.ow2.orchestra.pvm.internal.wire.descriptor.VariableTypeResolverDescriptor extends AbstractDescriptor implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultVariableTypeResolver

DefaultVariableTypeResolver defaultVariableTypeResolver

Package org.ow2.orchestra.pvm.internal.wire.operation

Class org.ow2.orchestra.pvm.internal.wire.operation.AbstractOperation extends Object implements Serializable

serialVersionUID: -6310114969467917331L

Serialized Fields

dbid

long dbid

dbversion

int dbversion

Class org.ow2.orchestra.pvm.internal.wire.operation.EnlistOperation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

transactionName

String transactionName

Class org.ow2.orchestra.pvm.internal.wire.operation.FieldOperation extends AbstractOperation implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

descriptor

Descriptor descriptor

Class org.ow2.orchestra.pvm.internal.wire.operation.InvokeOperation extends AbstractOperation implements Serializable

serialVersionUID: 1L

Serialized Fields

methodName

String methodName
name of the method to invoke.


argDescriptors

List<E> argDescriptors
list of descriptors for creating arguments supplied to the method

Class org.ow2.orchestra.pvm.internal.wire.operation.MethodInvokerListener extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

methodName

String methodName

argDescriptors

List<E> argDescriptors

wireContext

WireContext wireContext

target

Object target

Class org.ow2.orchestra.pvm.internal.wire.operation.PropertyOperation extends AbstractOperation implements Serializable

serialVersionUID: 1L

Serialized Fields

setterName

String setterName

descriptor

Descriptor descriptor

Class org.ow2.orchestra.pvm.internal.wire.operation.SubscribeOperation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

contextName

String contextName

eventNames

List<E> eventNames

wireEvents

boolean wireEvents

objectNames

List<E> objectNames

methodName

String methodName

argDescriptors

List<E> argDescriptors

Package org.ow2.orchestra.pvm.internal.xml

Class org.ow2.orchestra.pvm.internal.xml.Parse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objectStack

Stack<E> objectStack

problems

List<E> problems

documentObject

Object documentObject

Class org.ow2.orchestra.pvm.internal.xml.Problem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

String resource

severity

String severity

line

Integer line

column

Integer column

msg

String msg

cause

Throwable cause

Package org.ow2.orchestra.pvm.listener

Package org.ow2.orchestra.pvm.model

Package org.ow2.orchestra.pvm.processlog

Class org.ow2.orchestra.pvm.processlog.ProcessLogImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dbid

long dbid

index

int index

time

Date time

execution

Execution execution

processInstance

Execution processInstance



Copyright © 2011 OW2 Consortium. All Rights Reserved.