public class FakeService extends Object implements org.nuiton.topia.framework.TopiaService
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| Constructor and Description |
|---|
FakeService() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getPersistenceClasses() |
String |
getServiceName() |
boolean |
postInit(org.nuiton.topia.framework.TopiaContextImplementor context) |
boolean |
preInit(org.nuiton.topia.framework.TopiaContextImplementor context) |
public String getServiceName()
getServiceName in interface org.nuiton.topia.framework.TopiaServicepublic Class<?>[] getPersistenceClasses()
getPersistenceClasses in interface org.nuiton.topia.framework.TopiaServicepublic boolean preInit(org.nuiton.topia.framework.TopiaContextImplementor context)
preInit in interface org.nuiton.topia.framework.TopiaServicepublic boolean postInit(org.nuiton.topia.framework.TopiaContextImplementor context)
postInit in interface org.nuiton.topia.framework.TopiaServiceCopyright © 2004–2020 Code Lutin. All rights reserved.