Serialized Form


Package com.xenonsoft.bridgetown.aop

Class com.xenonsoft.bridgetown.aop.InterceptionWeaveException extends java.lang.RuntimeException implements Serializable


Package com.xenonsoft.bridgetown.aop.helper

Class com.xenonsoft.bridgetown.aop.helper.AfterAdviceAdaptor extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.aop.helper.BeforeAdviceAdaptor extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.aop.helper.SimpleJDBCTransactionInterceptor extends java.lang.Object implements Serializable

Serialized Fields

connectionBean

java.lang.Object connectionBean
The bean that has the JDBC connection


connectionProperty

java.lang.String connectionProperty
The property name of the connection bean that will return a JDBC connection


targetProperty

java.lang.String targetProperty
The property name of the Advised bean that expects the JDBC connection


closeOnRelease

boolean closeOnRelease
Close when we release the connection boolean flag

Class com.xenonsoft.bridgetown.aop.helper.ThrowsExceptionAdviceAdaptor extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.aop.helper.ThrowsRemoteExceptionAdviceAdaptor extends java.lang.Object implements Serializable


Package com.xenonsoft.bridgetown.aop.impl

Class com.xenonsoft.bridgetown.aop.impl.DebugInterceptor extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.aop.impl.DefaultGlobClassFinder extends java.lang.Object implements Serializable

Serialized Fields

pattern

org.apache.oro.text.regex.Pattern pattern

expression

java.lang.String expression

Class com.xenonsoft.bridgetown.aop.impl.DefaultGlobMethodFinder extends java.lang.Object implements Serializable

Serialized Fields

pattern

org.apache.oro.text.regex.Pattern pattern

expression

java.lang.String expression

Class com.xenonsoft.bridgetown.aop.impl.DefaultInterceptionContext extends java.lang.Object implements Serializable

Serialized Fields

pointCut

IMethodPointCut pointCut
The method point cut


invocationClass

java.lang.Class invocationClass
The invocation class


invocationMethod

java.lang.reflect.Method invocationMethod
The invocation method


bean

java.lang.Object bean
Target service bean


parameters

java.lang.Object[] parameters
The intercepted method parameters


methodProxy

net.sf.cglib.proxy.MethodProxy methodProxy
The method proxy from CGLIB.

Class com.xenonsoft.bridgetown.aop.impl.DefaultMethodJoinPoint extends java.lang.Object implements Serializable

Serialized Fields

classFinder

IClassFinder classFinder

methodFinder

IMethodFinder methodFinder

Class com.xenonsoft.bridgetown.aop.impl.DefaultMethodPointCut extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

context

java.lang.Object context

interceptor

IMethodInterceptor interceptor

joinpointList

java.util.List joinpointList

transactionConfig

ITransactionConfig transactionConfig

parameters

java.util.Map parameters


Package com.xenonsoft.bridgetown.aop.transaction

Class com.xenonsoft.bridgetown.aop.transaction.HeuristicFailureException extends TransactionException implements Serializable

Serialized Fields

heuristicType

HeuristicFailureException.HeuristicType heuristicType
Heuristic decision

Class com.xenonsoft.bridgetown.aop.transaction.HeuristicFailureException.HeuristicType extends org.apache.commons.lang.enum.Enum implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.NestedTransactionNotSupportedException extends TransactionException implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionDemarcationEnum extends org.apache.commons.lang.enum.Enum implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionException extends java.lang.RuntimeException implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionInvalidControlException extends TransactionException implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionIsolationEnum extends org.apache.commons.lang.enum.ValuedEnum implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionNotSupportedException extends TransactionException implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionRolledbackException extends TransactionException implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionStateEnum extends org.apache.commons.lang.enum.ValuedEnum implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.TransactionSystemException extends TransactionException implements Serializable


Package com.xenonsoft.bridgetown.aop.transaction.jdbc

Class com.xenonsoft.bridgetown.aop.transaction.jdbc.ConnectionModeEnum extends org.apache.commons.lang.enum.ValuedEnum implements Serializable


Package com.xenonsoft.bridgetown.aop.transaction.jta

Class com.xenonsoft.bridgetown.aop.transaction.jta.JtaTransactionServiceManager extends AbstractTransactionServiceManager implements Serializable

Serialized Fields

jndiUserTransaction

java.lang.String jndiUserTransaction
Jndi look up for JTA transaction


contextFactory

java.lang.String contextFactory
JNDI context factory lookup


providerUrl

java.lang.String providerUrl
JNDI provider URL


securityPrincipal

java.lang.String securityPrincipal
JNDI provider username


securityCredentials

java.lang.String securityCredentials
JNDI provider password


environment

java.util.Properties environment
JNDI provider environmental properties


managerFactory

IObjectFactory managerFactory
Object factory to create or retrieve the external JTA transaction manager from the application server or distributed resource.


Package com.xenonsoft.bridgetown.aop.transaction.support

Class com.xenonsoft.bridgetown.aop.transaction.support.JdbcTransactionSession extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.aop.transaction.support.JNDIDataSourceResourceController extends java.lang.Object implements Serializable

Serialized Fields

lookupName

java.lang.String lookupName
The name bean to retrieve using JNDI


environment

java.util.Properties environment
The properties optionally defined for JNDI initial context


requestedIsolationLevel

TransactionIsolationEnum requestedIsolationLevel
Requested isolation level


requestedTransactionTimeout

int requestedTransactionTimeout
Requested transaction timeout

Class com.xenonsoft.bridgetown.aop.transaction.support.ParticipationEvent extends java.util.EventObject implements Serializable

Serialized Fields

transaction

ITransactionContext transaction

manager

ITransactionServiceManager manager

Class com.xenonsoft.bridgetown.aop.transaction.support.TransactionMethodInterceptor extends java.lang.Object implements Serializable

Serialized Fields

transactionSession

ITransactionSession transactionSession
The transaction session injected into this object by the IoC container. The session is used to create transaction context associated with the target bean.


transactionManager

ITransactionServiceManager transactionManager
The transaction service manager injected into this object by the IoC container. The interceptor requires the use of the transaction manager to demarcate the transaction. (Demarcate means begin and complete, either commit all or rollback all )


resourceControllers

java.util.Map resourceControllers
A map collection of resource controllers associated by name. A transaction, more often than not, is associated with one or more resource controllers (database connection).


resourceProperties

java.util.Map resourceProperties
A map collection of resource controller names associated with target bean properties. In order, for this interceptor, to inject a resource controller in the advised target bean, it needs to know what mutator properties is related to which resource controller.


Package com.xenonsoft.bridgetown.app

Class com.xenonsoft.bridgetown.app.WebApplicationAssembler extends AOPServiceAssemblerImpl implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext
Servlet context


Package com.xenonsoft.bridgetown.examples.categoriser

Class com.xenonsoft.bridgetown.examples.categoriser.DefaultMatcherImpl extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

mode

java.lang.String mode

Class com.xenonsoft.bridgetown.examples.categoriser.DefaultProcessorImpl extends java.lang.Object implements Serializable

Serialized Fields

matcher

IMatcher matcher
The matcher interface


Package com.xenonsoft.bridgetown.examples.dvdrental

Class com.xenonsoft.bridgetown.examples.dvdrental.DVD extends java.lang.Object implements Serializable

Serialized Fields

title

java.lang.String title

director

java.lang.String director

vendor

java.lang.String vendor

year

int year

length

int length

chapters

int chapters


Package com.xenonsoft.bridgetown.resources

Class com.xenonsoft.bridgetown.resources.AbstractConfigLoader extends java.lang.Object implements Serializable

Serialized Fields

uri

java.lang.String uri
the url

Class com.xenonsoft.bridgetown.resources.CoreRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.LegacyXMLConfigLoader extends AbstractConfigLoader implements Serializable

Serialized Fields

validating

boolean validating
boolean flag if the XML parser should be validating


debug

boolean debug
boolean flag if the XML parser should be produce debuggable output

Class com.xenonsoft.bridgetown.resources.ListConfigRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.MapConfigRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.PointcutRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.PropertiesCollectionConfigRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.SetConfigRuleSet extends org.apache.commons.digester.RuleSetBase implements Serializable

Class com.xenonsoft.bridgetown.resources.WebConfigLoader extends XMLConfigLoader implements Serializable

Class com.xenonsoft.bridgetown.resources.XMLConfigLoader extends AbstractConfigLoader implements Serializable

Serialized Fields

validating

boolean validating
boolean flag if the XML parser should be validating


debug

boolean debug
boolean flag if the XML parser should be produce debuggable output


namespaceAware

boolean namespaceAware
boolean flag if the XML parser should be XML namespace aware or not


Package com.xenonsoft.bridgetown.soa

Class com.xenonsoft.bridgetown.soa.AssemblyConfigException extends AssemblyException implements Serializable

Class com.xenonsoft.bridgetown.soa.AssemblyException extends java.lang.RuntimeException implements Serializable

Class com.xenonsoft.bridgetown.soa.AssemblyFactoryException extends AssemblyException implements Serializable

Class com.xenonsoft.bridgetown.soa.InfrastructureException extends java.lang.RuntimeException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause
The optionally root cause of this exception

Class com.xenonsoft.bridgetown.soa.MaximumWireExceededException extends AssemblyFactoryException implements Serializable

Class com.xenonsoft.bridgetown.soa.RecursiveDependencyException extends AssemblyFactoryException implements Serializable

Class com.xenonsoft.bridgetown.soa.ServiceException extends java.lang.RuntimeException implements Serializable

Class com.xenonsoft.bridgetown.soa.UnknownContextException extends AssemblyException implements Serializable


Package com.xenonsoft.bridgetown.soa.config

Class com.xenonsoft.bridgetown.soa.config.ArgumentConfig extends ValueReferenceConfig implements Serializable

Serialized Fields

index

int index
Parameter index


type

java.lang.String type
Parameter type

Class com.xenonsoft.bridgetown.soa.config.AssemblyConfig extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
The string description


contextMap

java.util.Map contextMap
Map collection of context structures


pointcutMap

org.apache.commons.collections.map.ListOrderedMap pointcutMap
Global map collection of the point cut list

Class com.xenonsoft.bridgetown.soa.config.ContainmentEnum extends org.apache.commons.lang.enum.ValuedEnum implements Serializable

Class com.xenonsoft.bridgetown.soa.config.ContextConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

parentAssemblyConfig

AssemblyConfig parentAssemblyConfig

pointcutMap

org.apache.commons.collections.map.ListOrderedMap pointcutMap

servicesConfig

ServicesConfig servicesConfig
the service configuration

Class com.xenonsoft.bridgetown.soa.config.EntryConfig extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key
The key for this entry


valueRef

ValueReferenceConfig valueRef
the value reference configuration for this entry

Class com.xenonsoft.bridgetown.soa.config.InvokeMethodConfig extends java.lang.Object implements Serializable

Serialized Fields

context

java.lang.String context
Specifies the context that contains the method interceptor bean


serviceBean

java.lang.String serviceBean
Specifies the service bean that implements the MethodIntercepto interface

Class com.xenonsoft.bridgetown.soa.config.JoinpointConfig extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description
Description


type

java.lang.String type
The type of joinpoint class implementation


serviceBean

java.lang.String serviceBean
The service bean id


classFinderExpr

java.lang.String classFinderExpr
A class name filter expression


methodFinderExpr

java.lang.String methodFinderExpr
A method name filter expression

Class com.xenonsoft.bridgetown.soa.config.JoinpointsConfig extends java.lang.Object implements Serializable

Serialized Fields

joinpoints

java.util.List joinpoints

defaultServiceFinder

java.lang.String defaultServiceFinder

defaultClassFinderExpr

java.lang.String defaultClassFinderExpr

defaultMethodFinderExpr

java.lang.String defaultMethodFinderExpr

defaultType

java.lang.String defaultType

Class com.xenonsoft.bridgetown.soa.config.ListConfig extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.List list
A list collection.

Class com.xenonsoft.bridgetown.soa.config.MapConfig extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map map
The map collection object

Class com.xenonsoft.bridgetown.soa.config.MethodConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

arguments

java.util.List arguments
the argument list

Class com.xenonsoft.bridgetown.soa.config.ParameterConfig extends PropertyConfig implements Serializable

Class com.xenonsoft.bridgetown.soa.config.PointcutConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Unique identifier


type

java.lang.String type
The type of pointcut class implementation


contextName

java.lang.String contextName
The context name that this pointcut belongs.


description

java.lang.String description
Description


joinpointsConfig

JoinpointsConfig joinpointsConfig
List collection of join point configurations


invokeMethod

InvokeMethodConfig invokeMethod
Invocation service bean with the method interceptor interface


transactionConfig

TransactionConfig transactionConfig
The transaction configuration


parameters

java.util.Map parameters
Properties associated with this service bean

Class com.xenonsoft.bridgetown.soa.config.PropertiesCollectionConfig extends MapConfig implements Serializable

Class com.xenonsoft.bridgetown.soa.config.PropertyConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

valueRef

ValueReferenceConfig valueRef
the value configuration

Class com.xenonsoft.bridgetown.soa.config.ServiceConfig extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The bean identifier


description

java.lang.String description
The description of this service


interfaceClassList

java.util.List interfaceClassList
The interface class name list


singleton

boolean singleton
The default is that services are singletons


impl

java.lang.String impl
The implementation class name


lazyLoad

boolean lazyLoad
The default is that service are not lazy loaded.


properties

java.util.Map properties
Properties associated with this service bean


methods

java.util.Map methods
Methods associated with this service bean


constructor

MethodConfig constructor
Service bean constructor method for Constructor Injection


destroyMethod

MethodConfig destroyMethod
Destroy method to be called when the assembler wants to safe destroy this service bean


parentServicesConfig

ServicesConfig parentServicesConfig
Parent services configuration


created

boolean created
A boolean flag used by assembly factories, if this service configuration was created.


visited

boolean visited
A boolean flag used by assembly factories, if this service configuration was visited.

Class com.xenonsoft.bridgetown.soa.config.ServicesConfig extends java.lang.Object implements Serializable

Serialized Fields

serviceMap

java.util.Map serviceMap

parentContextConfig

ContextConfig parentContextConfig
the parent context configuration

Class com.xenonsoft.bridgetown.soa.config.SetConfig extends java.lang.Object implements Serializable

Serialized Fields

set

java.util.Set set
A list collection.

Class com.xenonsoft.bridgetown.soa.config.TransactionConfig extends java.lang.Object implements Serializable

Serialized Fields

demarcation

TransactionDemarcationEnum demarcation
Transaction demarcation level


isolationLevel

TransactionIsolationEnum isolationLevel
Transaction isolation level


transactionTimeout

int transactionTimeout
Transaction timeout


readOnly

boolean readOnly
Read only

Class com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
The computed value of the value reference or the actual direct value as created and used by an external configuration loader.


refContext

java.lang.String refContext
The reference serice context


refService

java.lang.String refService
The reference service bean.


refServiceConfig

ServiceConfig refServiceConfig
the service configuration


Package com.xenonsoft.bridgetown.soa.impl

Class com.xenonsoft.bridgetown.soa.impl.AbstractServiceAssembler extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
Serialisation support: examines the current thread context class loader. If the thread context has no class loader, use the class loader that loaded this class.

Serialized Fields

assembly

AssemblyConfig assembly
The root of the assembly configuration


instanceCache

IContextCacheContainer instanceCache
A special container for storing object instance in a context caches


proxyBeanBuilder

IProxyBeanBuilder proxyBeanBuilder
the proxy bean builder


beanPropertyValueResolver

IBeanPropertyValueResolver beanPropertyValueResolver
the property value resolver

Class com.xenonsoft.bridgetown.soa.impl.AOPAbstractServiceAssembler extends AbstractServiceAssembler implements Serializable

Class com.xenonsoft.bridgetown.soa.impl.AOPServiceAssemblerImpl extends AOPAbstractServiceAssembler implements Serializable

Class com.xenonsoft.bridgetown.soa.impl.ApplicationAssemblerImpl extends ServiceAssemblerImpl implements Serializable

Class com.xenonsoft.bridgetown.soa.impl.ContextCacheContainerImpl extends java.lang.Object implements Serializable

Serialized Fields

contextMap

java.util.Map contextMap
A map collection that stores ContextCacheImpl elements

Class com.xenonsoft.bridgetown.soa.impl.ContextCacheImpl extends java.lang.Object implements Serializable

Serialized Fields

contextConfig

ContextConfig contextConfig
the context configuration


cacheMap

java.util.Map cacheMap
the cache map

Class com.xenonsoft.bridgetown.soa.impl.NOPBeanPropertyValueResolver extends java.lang.Object implements Serializable

Class com.xenonsoft.bridgetown.soa.impl.PropertiesBeanPropertyValueResolver extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Properties properties
The properties


startDelimiter

java.lang.String startDelimiter
Beginning delimiter string


endDelimiter

java.lang.String endDelimiter
End delimiter string

Class com.xenonsoft.bridgetown.soa.impl.ServiceAssemblerImpl extends AbstractServiceAssembler implements Serializable


Package com.xenonsoft.bridgetown.test

Class com.xenonsoft.bridgetown.test.CrashTestDummy extends java.lang.Object implements Serializable

Serialized Fields

fldString

java.lang.String fldString

fldChar

char fldChar

fldByte

byte fldByte

fldShort

short fldShort

fldInt

int fldInt

fldLong

long fldLong

fldFloat

float fldFloat

fldDouble

double fldDouble

fldDecimal

java.math.BigDecimal fldDecimal

Class com.xenonsoft.bridgetown.test.CrashTestServiceBeanImpl extends java.lang.Object implements Serializable

Serialized Fields

itemList

java.util.List itemList

itemMap

java.util.Map itemMap

itemSet

java.util.Set itemSet

itemProperties

java.util.Properties itemProperties

description

java.lang.String description

status1

int status1

status2

int status2

status3

int status3


Package com.xenonsoft.bridgetown.test.ejb

Class com.xenonsoft.bridgetown.test.ejb.GreetingEJB extends java.lang.Object implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext

Class com.xenonsoft.bridgetown.test.ejb.SecondaryEJB extends java.lang.Object implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext


Package com.xenonsoft.bridgetown.test.servlets

Class com.xenonsoft.bridgetown.test.servlets.CalcServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.xenonsoft.bridgetown.test.servlets.TimeServlet extends javax.servlet.http.HttpServlet implements Serializable



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.