org.jboss.portal.cms.management
Class CMSImpl

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.cms.management.CMSImpl
All Implemented Interfaces:
CMS

public class CMSImpl
extends AbstractJBossService
implements CMS

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
CMSImpl()
           
 
Method Summary
 int getNbFiles()
          Very costly TODO: Make it cheap
 void setCMS(CMS cms)
           
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSImpl

public CMSImpl()
Method Detail

setCMS

public void setCMS(CMS cms)

getNbFiles

public int getNbFiles()
Very costly TODO: Make it cheap

Specified by:
getNbFiles in interface CMS