org.ow2.petals.se.jsr181
Class Jsr181SuManager

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

public class Jsr181SuManager
extends org.ow2.petals.component.framework.su.ServiceEngineServiceUnitManager

The Service-Unit manager for the JSR-181 SE.

Author:
Christophe HAMERLING - EBM WebSourcing, Vincent Zurczak - EBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
component, logger
 
Constructor Summary
Jsr181SuManager(org.ow2.petals.component.framework.AbstractComponent component)
          Constructor.
 
Method Summary
 void doDeploy(java.lang.String serviceUnitName, java.lang.String suRootPath, org.ow2.petals.component.framework.jbidescriptor.generated.Jbi descriptor)
           
protected  void doShutdown(java.lang.String serviceUnitName)
           
protected  void doStart(java.lang.String serviceUnitName)
           
protected  void doUndeploy(java.lang.String serviceUnitName)
           
 
Methods inherited from class org.ow2.petals.component.framework.su.AbstractServiceUnitManager
deploy, doInit, doStop, 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

Jsr181SuManager

public Jsr181SuManager(org.ow2.petals.component.framework.AbstractComponent component)
Constructor.

Parameters:
component - the service engine instance
Method Detail

doDeploy

public void doDeploy(java.lang.String serviceUnitName,
                     java.lang.String suRootPath,
                     org.ow2.petals.component.framework.jbidescriptor.generated.Jbi descriptor)
              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

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

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.