org.ow2.petals.se.quartz
Class QuartzSe

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.se.quartz.QuartzSe
All Implemented Interfaces:
javax.jbi.component.Component, javax.jbi.component.ComponentLifeCycle, org.ow2.petals.component.framework.api.PetalsComponent

public class QuartzSe
extends org.ow2.petals.component.framework.bc.AbstractBindingComponent

Author:
Adrien LOUIS - EBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.AbstractComponent
context
 
Constructor Summary
QuartzSe()
           
 
Method Summary
 void doInit()
           
 void doShutdown()
           
 void doStart()
           
 void doStop()
           
 org.quartz.Scheduler getQuartzScheduler()
           
 
Methods inherited from class org.ow2.petals.component.framework.bc.AbstractBindingComponent
createServiceUnitManager
 
Methods inherited from class org.ow2.petals.component.framework.AbstractComponent
activateEndpoint, deactivateEndpoint, 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

QuartzSe

public QuartzSe()
Method Detail

getQuartzScheduler

public org.quartz.Scheduler getQuartzScheduler()
Returns:
the Quartz scheduler

doInit

public void doInit()
            throws javax.jbi.JBIException
Overrides:
doInit in class org.ow2.petals.component.framework.AbstractComponent
Throws:
javax.jbi.JBIException

doStart

public void doStart()
             throws javax.jbi.JBIException
Overrides:
doStart in class org.ow2.petals.component.framework.AbstractComponent
Throws:
javax.jbi.JBIException

doStop

public void doStop()
            throws javax.jbi.JBIException
Overrides:
doStop in class org.ow2.petals.component.framework.AbstractComponent
Throws:
javax.jbi.JBIException

doShutdown

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


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