Serialized Form


Package net.sf.dropboxmq

Class net.sf.dropboxmq.Configuration extends Object implements Serializable

serialVersionUID: -6524713483359305719L

Serialized Fields

connectionFactories

Set<E> connectionFactories

queueConnectionFactories

Set<E> queueConnectionFactories

topicConnectionFactories

Set<E> topicConnectionFactories

xaConnectionFactories

Set<E> xaConnectionFactories

xaQueueConnectionFactories

Set<E> xaQueueConnectionFactories

xaTopicConnectionFactories

Set<E> xaTopicConnectionFactories

rootDir

File rootDir

clientId

String clientId

pollingInterval

long pollingInterval

targetScanTimeout

long targetScanTimeout

messageTranscoderFactoryName

String messageTranscoderFactoryName

redeliveryAttempts

int redeliveryAttempts

deleteProcessedMessages

boolean deleteProcessedMessages

deleteExpiredMessages

boolean deleteExpiredMessages

deleteCompleteTransactions

boolean deleteCompleteTransactions

preserveDeletedDropboxes

boolean preserveDeletedDropboxes

consumeExpiredMessages

boolean consumeExpiredMessages

Class net.sf.dropboxmq.DropboxMQJMSException extends JMSException implements Serializable

Class net.sf.dropboxmq.DropboxTransaction.InLocalTransactionException extends DropboxTransaction.TransactionException implements Serializable

serialVersionUID: -2099433195004649322L

Class net.sf.dropboxmq.DropboxTransaction.NotAnXIDException extends DropboxTransaction.TransactionException implements Serializable

serialVersionUID: -729555807118292899L

Class net.sf.dropboxmq.DropboxTransaction.ProtocolException extends DropboxTransaction.TransactionException implements Serializable

serialVersionUID: -5107980384376199438L

Class net.sf.dropboxmq.DropboxTransaction.TransactionException extends Exception implements Serializable

serialVersionUID: 932107190482912152L

Class net.sf.dropboxmq.FileSystem.FileSystemException extends Exception implements Serializable

serialVersionUID: -2199797453328061675L

Class net.sf.dropboxmq.FileSystem.SourceNotFoundException extends FileSystem.FileSystemException implements Serializable

serialVersionUID: 6334027485795248687L


Package net.sf.dropboxmq.connectionfactories

Class net.sf.dropboxmq.connectionfactories.ConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: -7075915411268593303L

Serialized Fields

configuration

Configuration configuration

managedConnectionFactory

ManagedConnectionFactory managedConnectionFactory

connectionManager

ConnectionManager connectionManager

reference

Reference reference

Class net.sf.dropboxmq.connectionfactories.QueueConnectionFactoryImpl extends ConnectionFactoryImpl implements Serializable

serialVersionUID: -6938314552632319587L

Class net.sf.dropboxmq.connectionfactories.TopicConnectionFactoryImpl extends ConnectionFactoryImpl implements Serializable

serialVersionUID: -15423738426985954L

Class net.sf.dropboxmq.connectionfactories.XAConnectionFactoryImpl extends ConnectionFactoryImpl implements Serializable

serialVersionUID: -8701219529055151000L

Class net.sf.dropboxmq.connectionfactories.XAQueueConnectionFactoryImpl extends XAConnectionFactoryImpl implements Serializable

serialVersionUID: -3525866313767386758L

Class net.sf.dropboxmq.connectionfactories.XATopicConnectionFactoryImpl extends XAConnectionFactoryImpl implements Serializable

serialVersionUID: 5355273226715466737L


Package net.sf.dropboxmq.destinations

Class net.sf.dropboxmq.destinations.DestinationImpl extends Object implements Serializable

Serialized Fields

name

String name

Class net.sf.dropboxmq.destinations.QueueImpl extends DestinationImpl implements Serializable

serialVersionUID: 7088333834468466593L

Class net.sf.dropboxmq.destinations.TemporaryQueueImpl extends QueueImpl implements Serializable

serialVersionUID: -2281180494647941142L

Serialized Fields

configuration

Configuration configuration

Class net.sf.dropboxmq.destinations.TemporaryTopicImpl extends TopicImpl implements Serializable

serialVersionUID: -6544864207232115627L

Serialized Fields

configuration

Configuration configuration

Class net.sf.dropboxmq.destinations.TopicImpl extends DestinationImpl implements Serializable

serialVersionUID: -1995581703237038925L


Package net.sf.dropboxmq.messageselector

Class net.sf.dropboxmq.messageselector.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.sf.dropboxmq.messageselector.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class net.sf.dropboxmq.messageselector.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sf.dropboxmq.resource.spi

Class net.sf.dropboxmq.resource.spi.ActivationSpecImpl extends CommonBean implements Serializable

serialVersionUID: -7141908870062951689L

Serialized Fields

clientId

String clientId

destination

String destination

destinationType

String destinationType

acknowledgeMode

String acknowledgeMode

subscriptionDurability

String subscriptionDurability

subscriptionName

String subscriptionName

messageSelector

String messageSelector

maxPoolSize

int maxPoolSize

maxMessages

int maxMessages

classLoadedPropertiesName

String classLoadedPropertiesName

Class net.sf.dropboxmq.resource.spi.CommonBean extends Object implements Serializable

serialVersionUID: -2297250551103141180L

Serialized Fields

redeliveryAttempts

Integer redeliveryAttempts

root

String root

pollingInterval

Long pollingInterval

targetScanTimeout

Long targetScanTimeout

messageTranscoderFactory

String messageTranscoderFactory

deleteProcessedMessages

Boolean deleteProcessedMessages

deleteExpiredMessages

Boolean deleteExpiredMessages

deleteCompleteTransactions

Boolean deleteCompleteTransactions

preserveDeletedDropboxes

Boolean preserveDeletedDropboxes

consumeExpiredMessages

Boolean consumeExpiredMessages

classLoadedProperties

String classLoadedProperties

properties

Properties properties

Class net.sf.dropboxmq.resource.spi.DefaultConnectionManager extends Object implements Serializable

serialVersionUID: 2881919134312518535L

Class net.sf.dropboxmq.resource.spi.ResourceAdapterImpl extends CommonBean implements Serializable


Package net.sf.dropboxmq.resource.spi.factories

Class net.sf.dropboxmq.resource.spi.factories.AbstractManagedConnectionFactory extends CommonBean implements Serializable

Serialized Fields

configuration

Configuration configuration

resourceAdapter

ResourceAdapterImpl resourceAdapter

Class net.sf.dropboxmq.resource.spi.factories.ManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: -4501822299178057149L

Class net.sf.dropboxmq.resource.spi.factories.QueueManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: -1370698401782994485L

Class net.sf.dropboxmq.resource.spi.factories.TopicManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: -7664966745731199183L

Class net.sf.dropboxmq.resource.spi.factories.XAManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: -8898520458514738418L

Class net.sf.dropboxmq.resource.spi.factories.XAQueueManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: 1418345875002461378L

Class net.sf.dropboxmq.resource.spi.factories.XATopicManagedConnectionFactoryImpl extends AbstractManagedConnectionFactory implements Serializable

serialVersionUID: 8698942913606157974L


Package net.sf.dropboxmq.workflow.data

Class net.sf.dropboxmq.workflow.data.DeferredEventType extends Object implements Serializable

serialVersionUID: -1238092481626811778L

Serialized Fields

id

Integer id

stateId

Integer stateId

eventTypeId

Integer eventTypeId

Class net.sf.dropboxmq.workflow.data.Event extends Object implements Serializable

serialVersionUID: -7892362001464799510L

Serialized Fields

id

Integer id

protocol

String protocol

content

String content

storedOn

Date storedOn

processedOn

Date processedOn

isDeferred

Boolean isDeferred

runId

Integer runId

eventTypeId

Integer eventTypeId

transitionName

String transitionName

fromStateId

Integer fromStateId

toStateId

Integer toStateId

eventTypeName

String eventTypeName

fromStateName

String fromStateName

toStateName

String toStateName

Class net.sf.dropboxmq.workflow.data.EventPackage extends Object implements Serializable

serialVersionUID: -245008466624735581L

Serialized Fields

protocol

String protocol

content

String content

eventProperties

Map<K,V> eventProperties

Class net.sf.dropboxmq.workflow.data.EventType extends Object implements Serializable

serialVersionUID: -1140750807744467717L

Serialized Fields

id

Integer id

name

String name

isEnabled

Boolean isEnabled

testXPath

String testXPath

keyXPath

String keyXPath

contextXPath

String contextXPath

startingEnum

EventType.EventTypeStarting startingEnum

isBroadcast

Boolean isBroadcast

willKeepOnlyLastBroadcast

Boolean willKeepOnlyLastBroadcast

willIgnoreLateMessageToTerminatedRun

Boolean willIgnoreLateMessageToTerminatedRun

errorTransformerFilePath

String errorTransformerFilePath

parentKeyXPath

String parentKeyXPath

parentProcessTypeId

Integer parentProcessTypeId

processTypeId

Integer processTypeId

processTypeName

String processTypeName

parentProcessTypeName

String parentProcessTypeName

Class net.sf.dropboxmq.workflow.data.Namespace extends Object implements Serializable

serialVersionUID: 4952260328200397065L

Serialized Fields

id

Integer id

prefix

String prefix

uri

String uri

processorId

Integer processorId

Class net.sf.dropboxmq.workflow.data.Process extends Object implements Serializable

serialVersionUID: 7334975421035556282L

Serialized Fields

id

Integer id

processKey

String processKey

processTypeId

Integer processTypeId

Class net.sf.dropboxmq.workflow.data.Processor extends Object implements Serializable

serialVersionUID: -7062883787025694282L

Serialized Fields

id

Integer id

name

String name

Class net.sf.dropboxmq.workflow.data.ProcessType extends Object implements Serializable

serialVersionUID: -2589109594018837195L

Serialized Fields

id

Integer id

name

String name

processorId

Integer processorId

Class net.sf.dropboxmq.workflow.data.Run extends Object implements Serializable

serialVersionUID: 7781291904732518709L

Serialized Fields

id

Integer id

context

String context

currentStateId

Integer currentStateId

parentRunId

Integer parentRunId

processId

Integer processId

startedOn

Date startedOn

lastUpdate

Date lastUpdate

processTypeId

Integer processTypeId

processTypeName

String processTypeName

processKey

String processKey

currentStateName

String currentStateName

parentProcessTypeName

String parentProcessTypeName

parentProcessKey

String parentProcessKey

parentContext

String parentContext

Class net.sf.dropboxmq.workflow.data.State extends Object implements Serializable

serialVersionUID: 5677359043463663917L

Serialized Fields

id

Integer id

name

String name

processTypeId

Integer processTypeId

Class net.sf.dropboxmq.workflow.data.Transition extends Object implements Serializable

serialVersionUID: -5705238134843486492L

Serialized Fields

id

Integer id

name

String name

testXPath

String testXPath

fromStateId

Integer fromStateId

toStateId

Integer toStateId

transformerFilePath

String transformerFilePath

processTypeId

Integer processTypeId

fromStateName

String fromStateName

toStateName

String toStateName