org.nuiton.topiatest.service
Class FakeService
java.lang.Object
org.nuiton.topiatest.service.FakeService
- All Implemented Interfaces:
- org.nuiton.topia.framework.TopiaService
public class FakeService
- extends java.lang.Object
- implements org.nuiton.topia.framework.TopiaService
FakeService which implements TopiaService to test existing service
from TopiaContextImplTest.testGetServices(). This fake service
doesn't contains property SERVICE_NAME used by TopiaContextImpl.serviceEnabled(Class).
Created: 10 mai 2010
- Version:
- $Id: FakeService.java 1963 2010-05-14 14:18:23Z tchemit $
- Author:
- fdesbois
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FakeService
public FakeService()
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
Copyright © 2004-2010 CodeLutin. All Rights Reserved.