|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.governance.api.internal.GovernanceAPIServiceComponent
public class GovernanceAPIServiceComponent
The Governance API Declarative Service Component.
Constructor Summary | |
---|---|
GovernanceAPIServiceComponent()
|
Method Summary | |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context)
Activates the Governance API bundle. |
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
Deactivates the Governance API bundle. |
protected void |
setAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
|
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Method to set the registry service used. |
protected void |
unsetAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
|
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
This method is called when the current registry service becomes un-available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GovernanceAPIServiceComponent()
Method Detail |
---|
protected void activate(org.osgi.service.component.ComponentContext context)
context
- the OSGi component context.protected void deactivate(org.osgi.service.component.ComponentContext context)
context
- the OSGi component context.protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- the registry service.protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- the current registry service instance, to be used for any
cleaning-up.protected void setAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
protected void unsetAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |