org.eclipse.gemini.blueprint.service.exporter.support.internal.controller
Class ExporterController
java.lang.Object
org.eclipse.gemini.blueprint.service.exporter.support.internal.controller.ExporterController
- All Implemented Interfaces:
- ExporterInternalActions
public class ExporterController
- extends Object
- implements ExporterInternalActions
Internal class that allows framework code (in other packages) to work with
the exporter internals without exposing the methods on the exporter public
API.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterController
public ExporterController(ExporterInternalActions executor)
registerService
public void registerService()
- Specified by:
registerService
in interface ExporterInternalActions
registerServiceAtStartup
public void registerServiceAtStartup(boolean register)
- Specified by:
registerServiceAtStartup
in interface ExporterInternalActions
unregisterService
public void unregisterService()
- Specified by:
unregisterService
in interface ExporterInternalActions
callUnregisterOnStartup
public void callUnregisterOnStartup()
- Specified by:
callUnregisterOnStartup
in interface ExporterInternalActions
Copyright © 2006-2013. All Rights Reserved.