org.ow2.petals.bpel.engine
Class BPELEngine

java.lang.Object
  extended by org.ow2.petals.component.framework.AbstractComponent
      extended by org.ow2.petals.component.framework.se.AbstractServiceEngine
          extended by org.ow2.petals.bpel.engine.BPELEngine
All Implemented Interfaces:
javax.jbi.component.Component, javax.jbi.component.ComponentLifeCycle, org.ow2.petals.component.framework.api.PetalsComponent

public class BPELEngine
extends org.ow2.petals.component.framework.se.AbstractServiceEngine

The Core Service Engine component class.

Author:
Nicolas SALATGE - eBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.AbstractComponent
context
 
Constructor Summary
BPELEngine()
          The default constructor
 
Method Summary
protected  org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
           
protected  void doInit()
          initialize the component
 void doShutdown()
           
 com.ebmwebsourcing.easyviper.core.api.Core getCore()
           
 
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

BPELEngine

public BPELEngine()
The default constructor

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

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

getCore

public com.ebmwebsourcing.easyviper.core.api.Core getCore()

createServiceUnitManager

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


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