Package net.anotheria.asg.service
Class BaseFixtureService
- java.lang.Object
-
- net.anotheria.asg.service.AbstractASGService
-
- net.anotheria.asg.service.BaseFixtureService
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,ASGService,IFixtureService
public abstract class BaseFixtureService extends AbstractASGService implements IFixtureService
Abstract BaseFixtureService class.
- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description BaseFixtureService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()setUp.voidtearDown()tearDown.-
Methods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anotheria.asg.service.IFixtureService
reset
-
-
-
-
Method Detail
-
setUp
public void setUp()
setUp.
- Specified by:
setUpin interfaceIFixtureService
-
tearDown
public void tearDown()
tearDown.
- Specified by:
tearDownin interfaceIFixtureService
-
-