org.nuiton.topiatest.service
Class TestService

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

public class TestService
extends Object
implements org.nuiton.topia.framework.TopiaService

TestService which implements TopiaService to test loading from TopiaContextImplTest.testLoadServices().

Created: 10 mai 2010

Version:
$Id: TestService.java 2245 2011-04-14 12:47:09Z tchemit $
Author:
fdesbois

Field Summary
static String SERVICE_NAME
          Needed field to use TopiaContext.serviceEnabled(Class) *
 
Constructor Summary
TestService()
           
 
Method Summary
 Class<?>[] getPersistenceClasses()
           
 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 Detail

SERVICE_NAME

public static final String SERVICE_NAME
Needed field to use TopiaContext.serviceEnabled(Class) *

See Also:
Constant Field Values
Constructor Detail

TestService

public TestService()
Method Detail

getServiceName

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

getPersistenceClasses

public 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


Copyright © 2004-2011 CodeLutin. All Rights Reserved.