org.ow2.petals.se.xslt
Class XsltSuManager

java.lang.Object
  extended by org.ow2.petals.component.framework.su.AbstractServiceUnitManager
      extended by org.ow2.petals.se.xslt.XsltSuManager
All Implemented Interfaces:
javax.jbi.component.ServiceUnitManager

public class XsltSuManager
extends org.ow2.petals.component.framework.su.AbstractServiceUnitManager

Author:
Roland Naudin - EBM WebSourcing, Vincent Zurczak - EBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
component, logger
 
Constructor Summary
XsltSuManager(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 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, doShutdown, 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

XsltSuManager

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

Parameters:
component - the XSLT 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

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.