Package org.nuiton.topiatest.service
Class TestService
java.lang.Object
org.nuiton.topiatest.service.TestService
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final StringNeeded field to useTopiaContext.serviceEnabled(Class)* -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERVICE_NAME
Needed field to useTopiaContext.serviceEnabled(Class)*- See Also:
-
-
Constructor Details
-
TestService
public TestService()
-
-
Method Details
-
getServiceName
- Specified by:
getServiceNamein interfaceorg.nuiton.topia.framework.TopiaService
-
getPersistenceClasses
- Specified by:
getPersistenceClassesin interfaceorg.nuiton.topia.framework.TopiaService
-
preInit
public boolean preInit(org.nuiton.topia.framework.TopiaContextImplementor context) - Specified by:
preInitin interfaceorg.nuiton.topia.framework.TopiaService
-
postInit
public boolean postInit(org.nuiton.topia.framework.TopiaContextImplementor context) - Specified by:
postInitin interfaceorg.nuiton.topia.framework.TopiaService
-