public class CarbonCoreServiceComponent extends Object
Constructor and Description |
---|
CarbonCoreServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
addCoordinatedActivity(CoordinatedActivity coordinatedActivity) |
protected void |
addServerRestartHandler(ServerRestartHandler restartHandler) |
protected void |
addServerShutdownHandler(ServerShutdownHandler shutdownHandler) |
protected void |
addServerStartupHandler(ServerStartupHandler startupHandler) |
protected void |
addServerStartupObserver(ServerStartupObserver startupObserver) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static void |
notifyAfter() |
static void |
notifyBefore() |
protected void |
removeCoordinatedActivity(CoordinatedActivity coordinatedActivity) |
protected void |
removeServerRestartHandler(ServerRestartHandler restartHandler) |
protected void |
removeServerShutdownHandler(ServerShutdownHandler shutdownHandler) |
protected void |
removeServerStartupHandler(ServerStartupHandler startupHandler) |
protected void |
removeServerStartupObserver(ServerStartupObserver startupObserver) |
static void |
restart() |
protected void |
setCarbonCoreInitializedEventService(org.wso2.carbon.context.CarbonCoreInitializedEvent carbonCoreInitializedEventService) |
protected void |
setHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) |
protected void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
static void |
shutdown() |
static void |
startup() |
protected void |
unsetCarbonCoreInitializedEventService(org.wso2.carbon.context.CarbonCoreInitializedEvent carbonCoreInitializedEvent) |
protected void |
unsetHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) |
protected void |
unSetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setHttpService(org.osgi.service.http.HttpService httpService)
protected void unsetHttpService(org.osgi.service.http.HttpService httpService)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
protected void unSetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
protected void addServerShutdownHandler(ServerShutdownHandler shutdownHandler)
protected void removeServerShutdownHandler(ServerShutdownHandler shutdownHandler)
protected void addServerRestartHandler(ServerRestartHandler restartHandler)
protected void removeServerRestartHandler(ServerRestartHandler restartHandler)
protected void addServerStartupHandler(ServerStartupHandler startupHandler)
protected void removeServerStartupHandler(ServerStartupHandler startupHandler)
public static void shutdown()
public static void restart()
public static void startup()
protected void addCoordinatedActivity(CoordinatedActivity coordinatedActivity)
protected void removeCoordinatedActivity(CoordinatedActivity coordinatedActivity)
protected void addServerStartupObserver(ServerStartupObserver startupObserver)
protected void removeServerStartupObserver(ServerStartupObserver startupObserver)
public static void notifyBefore()
public static void notifyAfter()
protected void unsetCarbonCoreInitializedEventService(org.wso2.carbon.context.CarbonCoreInitializedEvent carbonCoreInitializedEvent)
protected void setCarbonCoreInitializedEventService(org.wso2.carbon.context.CarbonCoreInitializedEvent carbonCoreInitializedEventService)
Copyright © 2016 WSO2 Inc. All rights reserved.