ca.pjer.cm.main
Class ContentManagementFramework

java.lang.Object
  extended byca.pjer.cm.main.ContentManagementFramework

public final class ContentManagementFramework
extends java.lang.Object

This class is the main entry into the content management framework.

$Id: ContentManagementFramework.java,v 1.1 2004/05/18 12:57:09 pjer Exp $

$RCSfile: ContentManagementFramework.java,v $
$Revision: 1.1 $
$Author: pjer $
$Date: 2004/05/18 12:57:09 $


Method Summary
 ca.pjer.cm.api.cmf.ContentManagementService getContentManagementService()
          This method returns the ContentManagementService.
static ContentManagementFramework getInstance()
          Get the instance of ContentManagementFramework.
 void init()
          This method initialize the Content Management Framework.
 void shutdown()
          This method shut down the ContentManagementFramework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ContentManagementFramework getInstance()
Get the instance of ContentManagementFramework.

Returns:
The instance of ContentManagementFramework.

init

public void init()
This method initialize the Content Management Framework.


getContentManagementService

public ca.pjer.cm.api.cmf.ContentManagementService getContentManagementService()
This method returns the ContentManagementService.

Returns:
The ContentManagementService.

shutdown

public void shutdown()
This method shut down the ContentManagementFramework.



Copyright © 2004 PjEr.ca. All Rights Reserved.