org.ow2.petals.se.jsr181
Class Jsr181Bootstrap

java.lang.Object
  extended by org.ow2.petals.component.framework.JBIBootstrap
      extended by org.ow2.petals.component.framework.DefaultBootstrap
          extended by org.ow2.petals.se.jsr181.Jsr181Bootstrap
All Implemented Interfaces:
javax.jbi.component.Bootstrap

public class Jsr181Bootstrap
extends org.ow2.petals.component.framework.DefaultBootstrap

The JSR181 component bootstrap.

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

Field Summary
static java.lang.String CONFIGURATION_FILE
          The name of the configuration file for Axis2.
 
Fields inherited from class org.ow2.petals.component.framework.DefaultBootstrap
mbeanName
 
Fields inherited from class org.ow2.petals.component.framework.JBIBootstrap
installContext
 
Constructor Summary
Jsr181Bootstrap()
          Constructor.
 
Method Summary
protected  void copyConfigurationFiles()
          Copies the configuration files.
protected  void createWorkDirectories()
          Creates the work directories.
 void doInit()
           
 
Methods inherited from class org.ow2.petals.component.framework.DefaultBootstrap
cleanUp, getAttributeList, getExtensionMBeanName, getMethodList, onInstall
 
Methods inherited from class org.ow2.petals.component.framework.JBIBootstrap
getInstallContext, getJbiComponentConfiguration, getLogger, init, onUninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_FILE

public static final java.lang.String CONFIGURATION_FILE
The name of the configuration file for Axis2.

See Also:
Constant Field Values
Constructor Detail

Jsr181Bootstrap

public Jsr181Bootstrap()
Constructor.

Method Detail

doInit

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

copyConfigurationFiles

protected void copyConfigurationFiles()
                               throws javax.jbi.JBIException
Copies the configuration files.

Throws:
javax.jbi.JBIException

createWorkDirectories

protected void createWorkDirectories()
                              throws javax.jbi.JBIException
Creates the work directories.

Throws:
javax.jbi.JBIException


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