org.eclipse.gemini.blueprint.service.exporter.support.internal.controller
Interface ExporterInternalActions

All Known Implementing Classes:
ExporterController

public interface ExporterInternalActions

Contract describing the exporter internal actions that interfere with its behaviour but should not be controller in the public API.

Author:
Costin Leau

Method Summary
 void callUnregisterOnStartup()
           
 void registerService()
           
 void registerServiceAtStartup(boolean register)
           
 void unregisterService()
           
 

Method Detail

registerServiceAtStartup

void registerServiceAtStartup(boolean register)

registerService

void registerService()

unregisterService

void unregisterService()

callUnregisterOnStartup

void callUnregisterOnStartup()


Copyright © 2006-2013. All Rights Reserved.