Serialized Form
| 
Package com.sourceforge.jpatterns.core | 
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.
 
| 
Package com.sourceforge.jpatterns.core.configuration | 
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 | 
| 
Package com.sourceforge.jpatterns.core.configuration.model | 
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
 
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
 
| 
Package com.sourceforge.jpatterns.patterns | 
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 | 
| 
Package com.sourceforge.jpatterns.patterns.factory | 
Copyright © 2007 jzmicer.team. All Rights Reserved.