SOAj Core v. 1.3


Uses of Class
info.soaj.core.internal.string.SjPopulatedPluginKey

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

Uses of SjPopulatedPluginKey in info.soaj.core.plugin
 

Fields in info.soaj.core.plugin declared as SjPopulatedPluginKey
private  SjPopulatedPluginKey SjBasePlugin.populatedPluginKey
          The wrapper object containing the descriptor document properties associated with this plugin.
 

Methods in info.soaj.core.plugin that return SjPopulatedPluginKey
 SjPopulatedPluginKey SjBasePlugin.getPopulatedPluginKey()
          This method returns the populatedPluginKey attribute.
 

Constructors in info.soaj.core.plugin with parameters of type SjPopulatedPluginKey
SjAbstractPluginEmail(SjPopulatedPluginKey pluginKey)
          Constructor - protected
SjAbstractPluginLogging(SjPopulatedPluginKey pluginKey)
          Constructor - protected
SjBasePlugin(SjPopulatedPluginKey populatedPluginKey)
          Constructor - protected
SjPluginLoggingJdk(SjPopulatedPluginKey pluginKey)
          Constructor - protected
SjPluginLoggingSystemOut(SjPopulatedPluginKey pluginKey)
          Constructor - protected
SjPluginStartup(SjPopulatedPluginKey pluginKey)
          Constructor - protected
 

Uses of SjPopulatedPluginKey in info.soaj.core.properties
 

Fields in info.soaj.core.properties declared as SjPopulatedPluginKey
protected  SjPopulatedPluginKey SjPluginProperties.pluginKey
          The key used for unique identification.
 

Methods in info.soaj.core.properties that return SjPopulatedPluginKey
 SjPopulatedPluginKey SjPluginProperties.getPluginKey()
          This method returns the pluginKey attribute.
 

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

Methods in info.soaj.core.util.internal with parameters of type SjPopulatedPluginKey
 boolean SjCacher.containsActivePlugin(SjPopulatedPluginKey populatedPluginKey)
          This method returns whether an active plugin exists.
 boolean SjCacher.containsActiveProperties(SjPopulatedPluginKey populatedPluginKey)
          This method determines whether an active set of properties is cached for a declared plugin key.
private  boolean SjCacher.containsAlwaysInstantiatePlugin(SjPopulatedPluginKey populatedPluginKey)
          This method returns whether a plugin reference copy exists.
 boolean SjCacher.containsInactivePluginKey(SjPopulatedPluginKey populatedPluginKey)
          This method returns whether a plugin key has been declared as inactive.
 boolean SjCacher.containsPluginMetadata(SjPopulatedPluginKey populatedPluginKey)
          This method returns whether plugin metadata is cached for a declared plugin key.
private  boolean SjCacher.containsStrongReferencePlugin(SjPopulatedPluginKey populatedPluginKey)
          This method returns whether cached plugin exists.
<PLUGIN extends SjBasePlugin>
PLUGIN
SjCacher.createActivePlugin(java.lang.Class<PLUGIN> pluginAbstractClass, SjPopulatedPluginKey populatedPluginKey, boolean suppressException)
          This method creates a plugin instance or null.
static SjBasePlugin SjUtilPluginInstantiator.instantiateInstance(java.lang.Class<?> aClass, SjPopulatedPluginKey populatedPluginKey)
          This method returns an instance of type Object.
 void SjCacher.putPluginMetadata(SjPopulatedPluginKey populatedPluginKey, SjBaseMetadata pluginMetadata)
          This method puts a properties instance in a synchronized map.
 SjPluginProperties SjCacher.retrieveActiveProperties(SjPopulatedPluginKey populatedPluginKey)
          This method determines whether an active set of properties is cached for a declared plugin key.
 SjBaseMetadata SjCacher.retrievePluginMetadata(SjPopulatedPluginKey populatedPluginKey)
          This method creates a plugin instance or null.
private  void SjCacher.verifyUniqueActivePluginKey(SjPopulatedPluginKey populatedPluginKey, java.lang.String MethodName)
          This method determines if an active plugin was previously put in a synchronized map and, if so, throws an exception.
 


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.