org.ow2.petals.bc.sql
Class SqlComponent

java.lang.Object
  extended by org.ow2.petals.component.framework.AbstractComponent
      extended by org.ow2.petals.component.framework.bc.AbstractBindingComponent
          extended by org.ow2.petals.component.framework.bc.DefaultBindingComponent
              extended by org.ow2.petals.bc.sql.SqlComponent
All Implemented Interfaces:
javax.jbi.component.Component, javax.jbi.component.ComponentLifeCycle, org.ow2.petals.component.framework.api.PetalsComponent

public class SqlComponent
extends org.ow2.petals.component.framework.bc.DefaultBindingComponent

Author:
alouis

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.AbstractComponent
context
 
Constructor Summary
SqlComponent()
           
 
Method Summary
protected  org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
           
protected  void doInit()
          initialize the component
protected  void doShutdown()
           
 DataSources getDataSources()
           
 SQLService getSQLService()
           
 java.util.concurrent.ExecutorService getThreadPool()
           
 
Methods inherited from class org.ow2.petals.component.framework.AbstractComponent
activateEndpoint, deactivateEndpoint, doStart, doStop, getAsyncManager, getChannel, getComponentConfiguration, getComponentExtensions, getContext, getExtensionMBeanName, getInterceptor, getInterceptors, getLifeCycle, getLogger, getNativeWsdl, getProcessorManager, getResourceBundleName, getServiceDescription, getServiceUnitManager, init, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, resolveEndpointReference, shutDown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlComponent

public SqlComponent()
Method Detail

doInit

protected final void doInit()
                     throws javax.jbi.JBIException
initialize the component

Overrides:
doInit in class org.ow2.petals.component.framework.AbstractComponent
Throws:
javax.jbi.JBIException - impossible to initialize the component

doShutdown

protected final void doShutdown()
                         throws javax.jbi.JBIException
Overrides:
doShutdown in class org.ow2.petals.component.framework.AbstractComponent
Throws:
javax.jbi.JBIException

createServiceUnitManager

protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
Overrides:
createServiceUnitManager in class org.ow2.petals.component.framework.bc.AbstractBindingComponent

getSQLService

public SQLService getSQLService()

getDataSources

public DataSources getDataSources()

getThreadPool

public java.util.concurrent.ExecutorService getThreadPool()


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.