org.ow2.petals.bpel.engine.bootstrap
Class BPELBootstrap

java.lang.Object
  extended by org.ow2.petals.component.framework.JBIBootstrap
      extended by org.ow2.petals.component.framework.DefaultBootstrap
          extended by org.ow2.petals.bpel.engine.bootstrap.BPELBootstrap
All Implemented Interfaces:
javax.jbi.component.Bootstrap

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

Author:
mcarrolle

Field Summary
 
Fields inherited from class org.ow2.petals.component.framework.DefaultBootstrap
mbeanName
 
Fields inherited from class org.ow2.petals.component.framework.JBIBootstrap
installContext
 
Constructor Summary
BPELBootstrap()
           
 
Method Summary
protected  java.util.List<java.lang.String> getAttributeList()
           
 boolean getExplorer()
          Get explorer
 boolean getInternalLogger()
          Get the internal logger value
 void setExplorer(boolean explorer)
          Set explorer
 void setInternalLogger(boolean logger)
          Set the internal logger host.
 
Methods inherited from class org.ow2.petals.component.framework.DefaultBootstrap
cleanUp, doInit, 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
 

Constructor Detail

BPELBootstrap

public BPELBootstrap()
Method Detail

getAttributeList

protected java.util.List<java.lang.String> getAttributeList()
Overrides:
getAttributeList in class org.ow2.petals.component.framework.DefaultBootstrap

setInternalLogger

public void setInternalLogger(boolean logger)
Set the internal logger host.

Parameters:
host -

getInternalLogger

public boolean getInternalLogger()
Get the internal logger value


setExplorer

public void setExplorer(boolean explorer)
Set explorer

Parameters:
explorer -

getExplorer

public boolean getExplorer()
Get explorer

Returns:


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