Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.datasource
Class DataSourceComponent

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.runtime.datasource.DataSourceComponent
All Implemented Interfaces:
Adaptable, Component, Extensible

public class DataSourceComponent
extends DefaultComponent

Nuxeo component allowing the JNDI registration of datasources by extension point contributions.

For now only the internal Nuxeo JNDI server is supported.


Field Summary
static java.lang.String DATASOURCES_XP
           
static java.lang.String ENV_CTX_NAME
           
 
Constructor Summary
DataSourceComponent()
           
 
Method Summary
 void activate(ComponentContext context)
          Activates the component.
 void deactivate(ComponentContext context)
          Deactivates the component.
 void registerContribution(java.lang.Object contrib, java.lang.String extensionPoint, ComponentInstance component)
           
 void unregisterContribution(java.lang.Object contrib, java.lang.String extensionPoint, ComponentInstance component)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
getAdapter, registerExtension, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATASOURCES_XP

public static final java.lang.String DATASOURCES_XP
See Also:
Constant Field Values

ENV_CTX_NAME

public static final java.lang.String ENV_CTX_NAME
See Also:
Constant Field Values
Constructor Detail

DataSourceComponent

public DataSourceComponent()
Method Detail

activate

public void activate(ComponentContext context)
              throws java.lang.Exception
Description copied from interface: Component
Activates the component.

This method is called by the runtime when a component is activated.

Specified by:
activate in interface Component
Overrides:
activate in class DefaultComponent
Parameters:
context - the runtime context
Throws:
java.lang.Exception - if an error occurs during activation

deactivate

public void deactivate(ComponentContext context)
                throws java.lang.Exception
Description copied from interface: Component
Deactivates the component.

This method is called by the runtime when a component is deactivated.

Specified by:
deactivate in interface Component
Overrides:
deactivate in class DefaultComponent
Parameters:
context - the runtime context
Throws:
java.lang.Exception - if an error occurs during activation

registerContribution

public void registerContribution(java.lang.Object contrib,
                                 java.lang.String extensionPoint,
                                 ComponentInstance component)
                          throws java.lang.Exception
Overrides:
registerContribution in class DefaultComponent
Throws:
java.lang.Exception

unregisterContribution

public void unregisterContribution(java.lang.Object contrib,
                                   java.lang.String extensionPoint,
                                   ComponentInstance component)
                            throws java.lang.Exception
Overrides:
unregisterContribution in class DefaultComponent
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.