SOAj Consolidated


Uses of Class
info.soaj.core.properties.SjPluginProperties

Packages that use SjPluginProperties
info.soaj.core.plugin   
info.soaj.core.properties.internal   
info.soaj.core.util   
info.soaj.core.util.internal   
 

Uses of SjPluginProperties in info.soaj.core.plugin
 

Methods in info.soaj.core.plugin that return SjPluginProperties
 SjPluginProperties SjBasePlugin.getPluginProperties()
          This method returns the declared plugin properties.
 SjPluginProperties SjPluginLoggingSystemOut.getPluginProperties()
           
 

Uses of SjPluginProperties in info.soaj.core.properties.internal
 

Subclasses of SjPluginProperties in info.soaj.core.properties.internal
 class SjPropertiesForSystemOutLogging
           This immutable class contains pre-populated attributes and values.
 

Uses of SjPluginProperties in info.soaj.core.util
 

Methods in info.soaj.core.util with parameters of type SjPluginProperties
static boolean SjUtilVerification.verifyPluginProperties(SjPluginProperties pluginProperties, java.lang.String... propertyKeys)
          This method invokes the callback method on a plugin for verification.
static boolean SjUtilVerification.verifyPluginProperties(java.lang.String pluginKey, SjPluginProperties pluginProperties, java.lang.String... propertyKeys)
          This utility method invokes the callback method on a plugin for verification.
 

Uses of SjPluginProperties in info.soaj.core.util.internal
 

Fields in info.soaj.core.util.internal with type parameters of type SjPluginProperties
private  java.util.Map<java.lang.String,SjPluginProperties> SjCacher.activeProperties
          Map of properties with an "active" declaration.
 

Methods in info.soaj.core.util.internal that return SjPluginProperties
 SjPluginProperties SjCacher.retrieveActiveProperties(SjPopulatedPluginKey populatedPluginKey)
          This method determines whether an active set of properties is cached for a declared plugin key.
 

Methods in info.soaj.core.util.internal that return types with arguments of type SjPluginProperties
(package private)  java.util.Map<java.lang.String,SjPluginProperties> SjCacher.getMapActiveProperties()
          This method returns a map for core framework utilization.
 

Methods in info.soaj.core.util.internal with parameters of type SjPluginProperties
static java.util.logging.Level SjUtilLoggerJdk.configureConsoleHandler(SjPluginProperties pluginProperties, java.util.logging.Logger logger)
          This method configures a console handler and binds it to the logger.
static java.util.logging.Level SjUtilLoggerJdk.configureFileHandler(SjPluginProperties pluginProperties, java.util.logging.Logger logger)
          This method configures a file handler and binds it to the logger.
static java.util.logging.Logger SjUtilLoggerJdk.initializeLogger(SjPluginProperties pluginProperties)
          This method initializes a logger.
static SjBasePlugin SjUtilPluginInstantiator.instantiateAndInitialize(java.lang.Class<?> aClass, java.lang.String pluginKey, SjPluginProperties pluginProperties)
          This method returns an instance of type Object.
 void SjCacher.putPluginProperties(SjPluginProperties pluginProperties)
          This method puts a properties instance in a synchronized map.
 


SOAj Consolidated


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.