SOAj Core v. 1.3


info.soaj.core.util.internal
Class SjFrameworkCreateActive

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

public class SjFrameworkCreateActive
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 SjFrameworkCreateActive()
          Constructor - Private
 
Method Summary
static int createActive()
          This method instantiates all plugins declared as "active" and instantiates a reference copy for inactive plugins.
 
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

SjFrameworkCreateActive

private SjFrameworkCreateActive()
Constructor - Private

Method Detail

createActive

public static int createActive()
                        throws SjCoreExceptionFindingPlugin
This method instantiates all plugins declared as "active" and instantiates a reference copy for inactive plugins. In subsequent steps of the Activation Sequence only "active" plugins are initialized and verified.

Returns:
int - Number of plugins activated.
Throws:
SjCoreExceptionFindingPlugin

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.