nl.gx.webmanager.authorization.osgi
Class AuthorizationActivator
java.lang.Object
org.apache.felix.dependencymanager.DependencyActivatorBase
nl.gx.webmanager.wcb.foundation.ComponentBundleActivatorBase
nl.gx.webmanager.authorization.osgi.AuthorizationActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class AuthorizationActivator
- extends ComponentBundleActivatorBase
Registers the authorization service with the OSGi framework.
- Author:
- arjans
| Methods inherited from class org.apache.felix.dependencymanager.DependencyActivatorBase |
createConfigurationDependency, createService, createServiceDependency, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMAIN
public static final java.lang.String DOMAIN
- See Also:
- Constant Field Values
WCB_ID
public static final java.lang.String WCB_ID
- See Also:
- Constant Field Values
WCB_BUNDLE_ID
public static final java.lang.String WCB_BUNDLE_ID
- See Also:
- Constant Field Values
WCB_BUNDLE_NAME
public static final java.lang.String WCB_BUNDLE_NAME
- See Also:
- Constant Field Values
AuthorizationActivator
public AuthorizationActivator()
getBundleDefinition
protected ComponentBundleDefinition getBundleDefinition()
- Description copied from class:
ComponentBundleActivatorBase
- Concrete implementations need to implements this method in order to specify the components the
componentbundle whishes to register.
- Specified by:
getBundleDefinition in class ComponentBundleActivatorBase
- Returns:
- the componentBudleDefinition
getComponentDefinitions
protected ComponentDefinition[] getComponentDefinitions()
- Returns an array of component definitions for all components serviced by
this bundle.
- Returns:
- an array of component definitions for all components serviced by
this bundle
Copyright © 2007-2011 GX Software BV. All Rights Reserved.