Package fr.ird.observe.services
Class ObserveServiceFactorySupport
- java.lang.Object
-
- fr.ird.observe.services.ObserveServiceFactorySupport
-
- All Implemented Interfaces:
ObserveServiceFactory,Closeable,AutoCloseable
public abstract class ObserveServiceFactorySupport extends Object implements ObserveServiceFactory
Created on 16/08/15.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected ObserveServiceFactorymainServiceFactory
-
Constructor Summary
Constructors Constructor Description ObserveServiceFactorySupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObserveServiceFactorygetMainServiceFactory()voidsetMainServiceFactory(ObserveServiceFactory mainServiceFactory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fr.ird.observe.services.ObserveServiceFactory
accept, accept, close, newService
-
-
-
-
Field Detail
-
mainServiceFactory
protected ObserveServiceFactory mainServiceFactory
-
-
Method Detail
-
getMainServiceFactory
public ObserveServiceFactory getMainServiceFactory()
- Specified by:
getMainServiceFactoryin interfaceObserveServiceFactory
-
setMainServiceFactory
public void setMainServiceFactory(ObserveServiceFactory mainServiceFactory)
- Specified by:
setMainServiceFactoryin interfaceObserveServiceFactory
-
-