SOAj Core v. 1.3


info.soaj.core.util.internal
Class SjFrameworkLogContext

java.lang.Object
  extended by info.soaj.core.util.internal.SjFrameworkLogContext

public class SjFrameworkLogContext
extends java.lang.Object

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 .

Since:
v. 1.0
Author:
MarvinToll@gtcGroup.com

Field Summary
private static java.lang.String CLASS_NAME
          Class name.
 
Constructor Summary
private SjFrameworkLogContext()
          Constructor - Private
 
Method Summary
private static boolean displayEnvironmentVariables()
          This method displays environment variables.
private static boolean displaySystemProperties()
          This method displays system properties.
static java.lang.String logContext()
          This method logs environment variables and system properties as specified by declaration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

private static final java.lang.String CLASS_NAME
Class name.

Constructor Detail

SjFrameworkLogContext

private SjFrameworkLogContext()
Constructor - Private

Method Detail

logContext

public static java.lang.String logContext()
This method logs environment variables and system properties as specified by declaration.

Returns:
String - Displayable indication of whether logging occurred.

displayEnvironmentVariables

private static boolean displayEnvironmentVariables()
This method displays environment variables.

Returns:
boolean

displaySystemProperties

private static boolean displaySystemProperties()
This method displays system properties.

Returns:
boolean

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.