SOAj Core v. 1.3


info.soaj.core.properties.internal
Class SjPropertiesForSystemOutLogging

java.lang.Object
  extended by info.soaj.core.properties.SjPluginProperties
      extended by info.soaj.core.properties.internal.SjPropertiesForSystemOutLogging
All Implemented Interfaces:
java.io.Serializable

public class SjPropertiesForSystemOutLogging
extends SjPluginProperties

This immutable class contains pre-populated attributes and values. In other words, these "hard-coded" values are programmed without declarative support.

Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .

Since:
v. 1.0
Author:
MarvinToll@gtcGroup.com
See Also:
Serialized Form

Field Summary
private static java.util.Properties propertiesAbstract
          Predefined properties with default values.
private static java.util.Properties propertiesConcrete
          Predefined properties with default values.
private static long serialVersionUID
          UID
 
Fields inherited from class info.soaj.core.properties.SjPluginProperties
pluginAbstractProperties, pluginActive, pluginClassName, pluginConcreteProperties, pluginCreate, pluginKey, pluginProperties
 
Constructor Summary
SjPropertiesForSystemOutLogging()
          Constructor with mock values.
 
Method Summary
private static java.util.Properties initializeAbstractProperties()
           
private static java.util.Properties initializeConcreteProperties()
           
 
Methods inherited from class info.soaj.core.properties.SjPluginProperties
containsPluginProperties, containsPropertyKey, containsPropertyKey, containsPropertyValue, containsPropertyValue, containsPropertyValueBoolean, containsPropertyValueNull, getPluginAbstractProperties, getPluginClassName, getPluginConcreteProperties, getPluginCreate, getPluginKey, getPluginProperties, getPropertyArray, getPropertyBoolean, getPropertyInt, getPropertyValue, isPluginActive, isPluginAlwaysInstantiated, isPluginCached
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID

See Also:
Constant Field Values

propertiesAbstract

private static java.util.Properties propertiesAbstract
Predefined properties with default values.


propertiesConcrete

private static java.util.Properties propertiesConcrete
Predefined properties with default values.

Constructor Detail

SjPropertiesForSystemOutLogging

public SjPropertiesForSystemOutLogging()
Constructor with mock values.

Method Detail

initializeAbstractProperties

private static java.util.Properties initializeAbstractProperties()
Returns:
Properties

initializeConcreteProperties

private static java.util.Properties initializeConcreteProperties()
Returns:
Properties

SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.