|
SOAj Consolidated |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.soaj.core.util.internal.SjFrameworkRetrieveProperties
public class SjFrameworkRetrieveProperties
This utility class contains static methods contributing to execution of the plugin Activation Sequence. The sequence ensures plugins declared as active are activated.
Phase One - Retrieve Properties
Phase Two - Create Active
Phase Three - Initialize Active
Phase Four - Verify Active
Phase Five - Report Status
Phase Six - Log Context
Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .
| Field Summary | |
|---|---|
private static java.lang.String |
CLASS_NAME
Class name. |
| Constructor Summary | |
|---|---|
private |
SjFrameworkRetrieveProperties()
Constructor - Private |
| Method Summary | |
|---|---|
private static int |
parsePluginProperties(org.w3c.dom.NodeList pluginNodeList)
This method returns a list of plugin properties. |
private static java.util.Properties |
parseProperties(org.w3c.dom.NodeList pluginPropertiesList)
This method populates a Properties instance. |
private static org.w3c.dom.Document |
retrieveDOM(SjPopulatedDescriptorDocumentName documentName)
This method returns a DOM Document. |
static int |
retrieveProperties(SjPopulatedDescriptorDocumentName documentName)
This method retrieves properties using a descriptor document name supplied by the client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String CLASS_NAME
| Constructor Detail |
|---|
private SjFrameworkRetrieveProperties()
| Method Detail |
|---|
public static int retrieveProperties(SjPopulatedDescriptorDocumentName documentName)
throws SjCoreExceptionActivationSequence
documentName - - Descriptor document available on class path.
SjCoreExceptionActivationSequence
private static org.w3c.dom.Document retrieveDOM(SjPopulatedDescriptorDocumentName documentName)
throws SjCoreExceptionActivationSequence
Document.
documentName - Descriptor document available on class path.
SjCoreExceptionActivationSequence
private static int parsePluginProperties(org.w3c.dom.NodeList pluginNodeList)
throws SjCoreExceptionActivationSequence
pluginNodeList - The node list of all plugins.
SjCoreExceptionActivationSequence
private static java.util.Properties parseProperties(org.w3c.dom.NodeList pluginPropertiesList)
throws org.w3c.dom.DOMException,
java.io.IOException
Properties instance.
pluginPropertiesList - The NodeList of all plugin properties.
org.w3c.dom.DOMException
java.io.IOException
|
SOAj Consolidated |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.