com.mlw.fps.model.manager
Class ManagerFactory

java.lang.Object
  |
  +--com.mlw.fps.model.manager.ManagerFactory

public class ManagerFactory
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
ManagerFactory()
          Creates a new instance of ManagerFactory
 
Method Summary
static java.lang.Object getNewInstance(java.lang.String name)
           
static void init()
           
static boolean isInitialized()
          Getter for property initialized.
static void setConfig(java.lang.String config)
          Setter for property config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerFactory

public ManagerFactory()
Creates a new instance of ManagerFactory

Method Detail

getNewInstance

public static java.lang.Object getNewInstance(java.lang.String name)

setConfig

public static void setConfig(java.lang.String config)
Setter for property config.

Parameters:
config - New value of property config.

init

public static void init()
                 throws java.lang.Exception
java.lang.Exception

isInitialized

public static boolean isInitialized()
Getter for property initialized.

Returns:
Value of property initialized.


Copyright © 2003 mlavilson. All Rights Reserved.