public class JBossJCADynamicConfigurator extends DefaultComponent implements org.osgi.framework.FrameworkListener
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN |
static String |
IDLE |
static String |
MAX_POOL |
static String |
MIN_POOL |
static String |
PREFIX |
static String |
TIMEOUT |
static String |
VALID |
Constructor and Description |
---|
JBossJCADynamicConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
void |
frameworkEvent(org.osgi.framework.FrameworkEvent event) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public static final String PREFIX
public static final String MIN_POOL
public static final String MAX_POOL
public static final String TIMEOUT
public static final String IDLE
public static final String VALID
public static final String DOMAIN
public void activate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void deactivate(ComponentContext context) throws Exception
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextException
- if an error occurs during activationpublic void frameworkEvent(org.osgi.framework.FrameworkEvent event)
frameworkEvent
in interface org.osgi.framework.FrameworkListener
Copyright © 2013 Nuxeo SA. All Rights Reserved.