Serialized Form


Package org.ikasan.framework

Class org.ikasan.framework.FrameworkException extends CommonException implements Serializable

serialVersionUID: -7496003165699436807L


Package org.ikasan.framework.component

Class org.ikasan.framework.component.ConversionException extends Exception implements Serializable


Package org.ikasan.framework.component.endpoint

Class org.ikasan.framework.component.endpoint.EndpointException extends RuntimeException implements Serializable

serialVersionUID: -7516026162758830789L


Package org.ikasan.framework.component.routing

Class org.ikasan.framework.component.routing.RouterException extends RuntimeException implements Serializable

serialVersionUID: 3203142027287174087L

Class org.ikasan.framework.component.routing.UnroutableEventException extends RouterException implements Serializable

serialVersionUID: -7298409079689693254L


Package org.ikasan.framework.component.sequencing

Class org.ikasan.framework.component.sequencing.SequencerException extends RuntimeException implements Serializable

serialVersionUID: -6107850100714275149L


Package org.ikasan.framework.component.target

Class org.ikasan.framework.component.target.PluginException extends Exception implements Serializable

serialVersionUID: -1143785591655826534L


Package org.ikasan.framework.component.transformation

Class org.ikasan.framework.component.transformation.TransformationException extends RuntimeException implements Serializable

serialVersionUID: 5643215546008399313L

Class org.ikasan.framework.component.transformation.TrivialTransformerException extends TransformerException implements Serializable

serialVersionUID: -7739084238729829773L


Package org.ikasan.framework.configuration.model

Class org.ikasan.framework.configuration.model.Configuration extends Object implements Serializable

Serialized Fields

configurationId

String configurationId
runtime configuration identifier


description

String description
runtime configuration description


configurationParameters

List<E> configurationParameters
configuration parameters within this configuration

Class org.ikasan.framework.configuration.model.ConfigurationParameter extends Object implements Serializable

Serialized Fields

name

String name
configuration name


value

String value
configuration value


description

String description
configuration description


Package org.ikasan.framework.configuration.service

Class org.ikasan.framework.configuration.service.ConfigurationException extends RuntimeException implements Serializable


Package org.ikasan.framework.event.serialisation

Class org.ikasan.framework.event.serialisation.EventDeserialisationException extends Exception implements Serializable

serialVersionUID: 6300783954042441519L


Package org.ikasan.framework.event.wiretap.model

Class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult extends Object implements Serializable

serialVersionUID: 7722626010968234606L

Serialized Fields

wiretapEventHeaders

List<E> wiretapEventHeaders

firstResult

int firstResult

resultSize

long resultSize

Class org.ikasan.framework.event.wiretap.model.WiretapEvent extends WiretapEventHeader implements Serializable

serialVersionUID: 4991890753115157079L

Serialized Fields

payloadContent

String payloadContent
Payload content

Class org.ikasan.framework.event.wiretap.model.WiretapEventHeader extends Object implements Serializable

serialVersionUID: -9100792189633886601L

Serialized Fields

id

Long id
Dao assigned id


moduleName

String moduleName
Module name


flowName

String flowName
Flow name


componentName

String componentName
Wiretap component name


eventId

String eventId
Event id


payloadId

String payloadId
Payload id


created

Date created
Created date/time


expiry

Date expiry
Time after which this WiretapEvent should be cleaned up


Package org.ikasan.framework.flow

Class org.ikasan.framework.flow.InvalidFlowException extends RuntimeException implements Serializable

serialVersionUID: 303376919145399965L


Package org.ikasan.framework.initiator

Class org.ikasan.framework.initiator.AbortTransactionException extends RuntimeException implements Serializable

serialVersionUID: 3203142027287174087L

Class org.ikasan.framework.initiator.InitiatorOperationException extends RuntimeException implements Serializable

serialVersionUID: 303376919145399965L

Class org.ikasan.framework.initiator.InvalidInitiatorStateException extends RuntimeException implements Serializable

serialVersionUID: 303376919145399965L


Package org.ikasan.framework.initiator.messagedriven.jca.jboss

Class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossTransactionManager extends org.springframework.transaction.jta.JtaTransactionManager implements Serializable


Package org.ikasan.framework.initiator.messagedriven.jca.spring

Class org.ikasan.framework.initiator.messagedriven.jca.spring.JtaTransactionManager extends org.springframework.transaction.jta.JtaTransactionManager implements Serializable


Package org.ikasan.framework.management.search

Class org.ikasan.framework.management.search.ArrayListPagedSearchResult extends ArrayList<T> implements Serializable

serialVersionUID: -6291822622891056813L

Serialized Fields

firstResultIndex

int firstResultIndex
index of the first result shown here into the larger super set of results


resultSize

long resultSize
size of the larger super set of results


Package org.ikasan.framework.plugins.invoker

Class org.ikasan.framework.plugins.invoker.PluginInvocationException extends Exception implements Serializable

serialVersionUID: 28675520401985536L


Package org.ikasan.framework.security.model

Class org.ikasan.framework.security.model.Authority extends Object implements Serializable

serialVersionUID: -8215891256811078920L

Serialized Fields

id

Long id
Identitiy field required for ORM


authority

String authority
Name of the authority


description

String description
Description of this authority

Class org.ikasan.framework.security.model.User extends Object implements Serializable

serialVersionUID: 8975017088981341914L

Serialized Fields

id

Long id
Id field utilised by ORM


username

String username
Users username for the system


password

String password
Users password for the system


email

String email
Users email address for the system


enabled

boolean enabled
Activation status for the user in the system


grantedAuthorities

Set<E> grantedAuthorities
All GrantedAuthrities held by the user for the system



Copyright © 2007-2012 Ikasan. All Rights Reserved.