org.ow2.petals.bpel.engine.su
Class CoreServiceUnitManager

java.lang.Object
  extended by org.ow2.petals.component.framework.su.AbstractServiceUnitManager
      extended by org.ow2.petals.bpel.engine.su.CoreServiceUnitManager
All Implemented Interfaces:
javax.jbi.component.ServiceUnitManager

public final class CoreServiceUnitManager
extends org.ow2.petals.component.framework.su.AbstractServiceUnitManager

This class implements the orchestra su manager

Author:
Nicolas SALATGE - eBMWebSourcing, Adrien LOUIS - eBMWebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
component, logger
 
Constructor Summary
CoreServiceUnitManager(org.ow2.petals.component.framework.AbstractComponent component)
          Default constructor.
 
Method Summary
protected  void doDeploy(java.lang.String serviceUnitName, java.lang.String suRootPath, org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbiDescriptor)
           
protected  void doShutdown(java.lang.String serviceUnitName)
           
protected  void doStart(java.lang.String serviceUnitName)
           
protected  void doStop(java.lang.String serviceUnitName)
           
protected  void doUndeploy(java.lang.String serviceUnitName)
           
 
Methods inherited from class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
deploy, doInit, getConsumesForEndpoint, getConsumesForInterface, getConsumesForService, getConsumesFromDestination, getEndpointsForServiceUnit, getProvidesFromEndpoint, getServiceDescription, getServiceUnitDataHandlers, getSUDataHandlerForConsumes, getSUDataHandlerForEndpoint, getSUDataHandlerForProvides, getSUDataHandlerForService, init, shutDown, start, stop, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreServiceUnitManager

public CoreServiceUnitManager(org.ow2.petals.component.framework.AbstractComponent component)
Default constructor.

Parameters:
component -
Method Detail

doDeploy

protected void doDeploy(java.lang.String serviceUnitName,
                        java.lang.String suRootPath,
                        org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbiDescriptor)
                 throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Overrides:
doDeploy in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Throws:
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

doShutdown

protected void doShutdown(java.lang.String serviceUnitName)
                   throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Overrides:
doShutdown in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Throws:
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

doStart

protected void doStart(java.lang.String serviceUnitName)
                throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Overrides:
doStart in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Throws:
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

doStop

protected void doStop(java.lang.String serviceUnitName)
               throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Overrides:
doStop in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Throws:
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

doUndeploy

protected void doUndeploy(java.lang.String serviceUnitName)
                   throws org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Overrides:
doUndeploy in class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
Throws:
org.ow2.petals.component.framework.api.exception.PEtALSCDKException


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