Serialized Form


Package com.sourceforge.jpatterns.core

Class com.sourceforge.jpatterns.core.JPEngineFactory extends Object implements Serializable

Serialized Fields

m_engines

Map<K,V> m_engines
The IJPEngine to be used. Stores the engines per the categories. Be noticed the format of this storage may be changed in the future as the set of the possible categories could be made dynamical.

Class com.sourceforge.jpatterns.core.JPException extends RuntimeException implements Serializable


Package com.sourceforge.jpatterns.core.configuration

Class com.sourceforge.jpatterns.core.configuration.PropertiesManagerImpl extends Object implements Serializable

Serialized Fields

m_defaultBundle

ResourceBundle m_defaultBundle
The default bundle to be used.


m_customBundle

ResourceBundle m_customBundle
The custom bundle to be used.


Package com.sourceforge.jpatterns.core.configuration.exceptions

Class com.sourceforge.jpatterns.core.configuration.exceptions.JPConfigException extends JPException implements Serializable

Class com.sourceforge.jpatterns.core.configuration.exceptions.JPConsumerConfigException extends JPConfigException implements Serializable

Class com.sourceforge.jpatterns.core.configuration.exceptions.JPFrameworkConfigException extends JPConfigException implements Serializable

Class com.sourceforge.jpatterns.core.configuration.exceptions.JPInitializationException extends JPException implements Serializable


Package com.sourceforge.jpatterns.core.configuration.model

Class com.sourceforge.jpatterns.core.configuration.model.JPatternsConfigBaseBean extends Object implements Serializable

Serialized Fields

m_businessItems

Map<K,V> m_businessItems
The structure is necessary for the fast access to the necessary business items using the path. This path is as follows: Section Scope ID/ Section ID/ Item Scope ID/ Item Name
1st key is the scope of the section
2nd key is the name of the section castor object
3rd key is the scope of the appropriate CastorNameScopePriorityType object 4rd key is the name of the appropriate CastorNameScopePriorityType object


m_sectionItems

Map<K,V> m_sectionItems
This structure stores the configuration related to the "section based" castor objects used at the JPatterns framework (these types base on the CastorSectionType base castor type).
This structure allows us to access the appropriate CastorSectionType object using two keys:
1st key is the scope name,
2nd kays is the name of the appropriate section

Class com.sourceforge.jpatterns.core.configuration.model.JPatternsConfigBean extends JPatternsConfigBaseBean implements Serializable

Serialized Fields

m_castorConfig

com.sourceforge.jpatterns.schema.JPatternsConfig m_castorConfig
This member stores the JPatternsConfig by itself, without any modifications


m_defaultScope

String m_defaultScope
The default scope ID of the root castor object, is introduced as the separate member for the facility to operate with the JPatterns configuration

Class com.sourceforge.jpatterns.core.configuration.model.JPatternsConfigsBean extends JPatternsConfigBaseBean implements Serializable


Package com.sourceforge.jpatterns.patterns

Class com.sourceforge.jpatterns.patterns.PatternBase extends Object implements Serializable

Serialized Fields

m_castorSection

com.sourceforge.jpatterns.schema.CastorSectionType m_castorSection
The castor config object used for the storing business info.
For now we use only the name of the section which is get from this castor object, still it is necessary for us in any case - potentially we could start use it but not the JPatternsConfigsBean which is the JPatterns consumer configuration entry point.


m_configBean

JPatternsConfigsBean m_configBean
The config bean - is a wrapper under the Factory castor config bean. We would use it for all the "get" operations. It is convenient as allow us access the sections and business items using the path: section name and business item name.


Package com.sourceforge.jpatterns.patterns.bhv.chain

Package com.sourceforge.jpatterns.patterns.config

Class com.sourceforge.jpatterns.patterns.config.JPConfigImpl extends PatternBase implements Serializable


Package com.sourceforge.jpatterns.patterns.factory

Class com.sourceforge.jpatterns.patterns.factory.JPFactoryImpl extends PatternBase implements Serializable



Copyright © 2007 jzmicer.team. All Rights Reserved.