Class TestService

java.lang.Object
org.nuiton.topiatest.service.TestService
All Implemented Interfaces:
org.nuiton.topia.framework.TopiaService

public class TestService
extends java.lang.Object
implements org.nuiton.topia.framework.TopiaService
TestService which implements TopiaService to test loading from TopiaContextImplTest.testLoadServices(). Created: 10 mai 2010
Version:
$Id$
Author:
fdesbois <fdesbois@codelutin.com>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String SERVICE_NAME
    Needed field to use TopiaContext.serviceEnabled(Class) *
  • Constructor Summary

    Constructors 
    Constructor Description
    TestService()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<?>[] getPersistenceClasses()  
    java.lang.String getServiceName()  
    boolean postInit​(org.nuiton.topia.framework.TopiaContextImplementor context)  
    boolean preInit​(org.nuiton.topia.framework.TopiaContextImplementor context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getServiceName

      public java.lang.String getServiceName()
      Specified by:
      getServiceName in interface org.nuiton.topia.framework.TopiaService
    • getPersistenceClasses

      public java.lang.Class<?>[] getPersistenceClasses()
      Specified by:
      getPersistenceClasses in interface org.nuiton.topia.framework.TopiaService
    • preInit

      public boolean preInit​(org.nuiton.topia.framework.TopiaContextImplementor context)
      Specified by:
      preInit in interface org.nuiton.topia.framework.TopiaService
    • postInit

      public boolean postInit​(org.nuiton.topia.framework.TopiaContextImplementor context)
      Specified by:
      postInit in interface org.nuiton.topia.framework.TopiaService