Serialized Form
|
Package com.xenonsoft.bridgetown.aop |
|
Package com.xenonsoft.bridgetown.aop.helper |
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
|
Package com.xenonsoft.bridgetown.aop.impl |
pattern
org.apache.oro.text.regex.Pattern pattern
expression
java.lang.String expression
pattern
org.apache.oro.text.regex.Pattern pattern
expression
java.lang.String expression
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.
classFinder
IClassFinder classFinder
methodFinder
IMethodFinder methodFinder
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 |
heuristicType
HeuristicFailureException.HeuristicType heuristicType
- Heuristic decision
|
Package com.xenonsoft.bridgetown.aop.transaction.jdbc |
|
Package com.xenonsoft.bridgetown.aop.transaction.jta |
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 |
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
transaction
ITransactionContext transaction
manager
ITransactionServiceManager manager
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 |
servletContext
javax.servlet.ServletContext servletContext
- Servlet context
|
Package com.xenonsoft.bridgetown.examples.categoriser |
description
java.lang.String description
mode
java.lang.String mode
matcher
IMatcher matcher
- The matcher interface
|
Package com.xenonsoft.bridgetown.examples.dvdrental |
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 |
uri
java.lang.String uri
- the url
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
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 |
rootCause
java.lang.Throwable rootCause
- The optionally root cause of this exception
|
Package com.xenonsoft.bridgetown.soa.config |
index
int index
- Parameter index
type
java.lang.String type
- Parameter type
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
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
key
java.lang.String key
- The key for this entry
valueRef
ValueReferenceConfig valueRef
- the value reference configuration for this entry
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
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
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
list
java.util.List list
- A list collection.
map
java.util.Map map
- The map collection object
name
java.lang.String name
arguments
java.util.List arguments
- the argument list
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
name
java.lang.String name
valueRef
ValueReferenceConfig valueRef
- the value configuration
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.
serviceMap
java.util.Map serviceMap
parentContextConfig
ContextConfig parentContextConfig
- the parent context configuration
set
java.util.Set set
- A list collection.
demarcation
TransactionDemarcationEnum demarcation
- Transaction demarcation level
isolationLevel
TransactionIsolationEnum isolationLevel
- Transaction isolation level
transactionTimeout
int transactionTimeout
- Transaction timeout
readOnly
boolean readOnly
- Read only
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 |
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.
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
contextMap
java.util.Map contextMap
- A map collection that stores
ContextCacheImpl elements
contextConfig
ContextConfig contextConfig
- the context configuration
cacheMap
java.util.Map cacheMap
- the cache map
properties
java.util.Properties properties
- The properties
startDelimiter
java.lang.String startDelimiter
- Beginning delimiter string
endDelimiter
java.lang.String endDelimiter
- End delimiter string
|
Package com.xenonsoft.bridgetown.test |
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
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 |
sessionContext
javax.ejb.SessionContext sessionContext
sessionContext
javax.ejb.SessionContext sessionContext
|
Package com.xenonsoft.bridgetown.test.servlets |
Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.