org.alfresco.repo.module
Class ModuleComponentHelperTest.NoopModuleComponent

java.lang.Object
  extended by org.alfresco.repo.module.AbstractModuleComponent
      extended by org.alfresco.repo.module.ModuleComponentHelperTest.NoopModuleComponent
All Implemented Interfaces:
ModuleComponent, org.springframework.beans.factory.BeanNameAware
Enclosing class:
ModuleComponentHelperTest

public static class ModuleComponentHelperTest.NoopModuleComponent
extends AbstractModuleComponent

No-operation tester class


Field Summary
 
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry
 
Constructor Summary
ModuleComponentHelperTest.NoopModuleComponent()
           
 
Method Summary
protected  void executeInternal()
          The method that performs the actual work.
 
Methods inherited from class org.alfresco.repo.module.AbstractModuleComponent
checkProperties, equals, execute, getAppliesFromVersionNumber, getAppliesToVersionNumber, getDependsOn, getDescription, getModuleId, getName, getSinceVersionNumber, hashCode, init, isExecuteOnceOnly, setAppliesFromVersion, setAppliesToVersion, setAuthenticationComponent, setBeanName, setDependsOn, setDescription, setExecuteOnceOnly, setModuleId, setModuleService, setName, setServiceRegistry, setSinceVersion, setTenantAdminService, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleComponentHelperTest.NoopModuleComponent

public ModuleComponentHelperTest.NoopModuleComponent()
Method Detail

executeInternal

protected void executeInternal()
                        throws java.lang.Throwable
Description copied from class: AbstractModuleComponent
The method that performs the actual work. For the most part, derived classes will only have to override this method to be fully functional.

Specified by:
executeInternal in class AbstractModuleComponent
Throws:
java.lang.Throwable - any problems, just throw them


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.