Docmosis API 2.1.0

com.docmosis
Class SystemManager

java.lang.Object
  extended bycom.docmosis.SystemManager

public class SystemManager
extends Object

Initialise the document processing system. This will first initialise the configuration then initialise other sub-systems based on the configuration. This should be the first point of contact for any using system.


Constructor Summary
SystemManager()
           
 
Method Summary
static void initialise()
          Initialise the system from the configuration.
static boolean isInitialized()
          Determine if the system has been initialized.
static void release()
          Shuts down everything in the system, so that it can be re-initialised from scratch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemManager

public SystemManager()
Method Detail

initialise

public static void initialise()
Initialise the system from the configuration.

See Also:
DMProperties

release

public static void release()
Shuts down everything in the system, so that it can be re-initialised from scratch.

See Also:
DMProperties

isInitialized

public static boolean isInitialized()
Determine if the system has been initialized.

Returns:
true if so.

Docmosis API 2.1.0

Copyright © 2007 Docmosis. All Rights Reserved.