com.ebmwebsourcing.jbi.adaptor.impl
Class WrappedComponent

java.lang.Object
  extended by com.ebmwebsourcing.jbi.adaptor.impl.WrappedComponent
All Implemented Interfaces:
org.ow2.petals.component.api.Component

public class WrappedComponent
extends java.lang.Object
implements org.ow2.petals.component.api.Component


Constructor Summary
WrappedComponent(org.ow2.petals.component.api.ComponentConfiguration componentConfiguration)
           
 
Method Summary
 org.ow2.petals.component.api.Message getNextMessageToSendToBus()
           
 void initialize()
           
 void installService(org.ow2.petals.component.api.ServiceConfiguration serviceConfiguration)
           
 boolean isServiceInstalled(java.lang.String name)
           
 boolean isStarted()
           
 boolean isStopped()
           
 void processMessageFromServiceBus(org.ow2.petals.component.api.FromBusToCompMessage message)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedComponent

public WrappedComponent(org.ow2.petals.component.api.ComponentConfiguration componentConfiguration)
Method Detail

initialize

public void initialize()

start

public void start()
Specified by:
start in interface org.ow2.petals.component.api.Component

isStarted

public boolean isStarted()
Specified by:
isStarted in interface org.ow2.petals.component.api.Component

stop

public void stop()
Specified by:
stop in interface org.ow2.petals.component.api.Component

isStopped

public boolean isStopped()

installService

public void installService(org.ow2.petals.component.api.ServiceConfiguration serviceConfiguration)
Specified by:
installService in interface org.ow2.petals.component.api.Component

isServiceInstalled

public boolean isServiceInstalled(java.lang.String name)
Specified by:
isServiceInstalled in interface org.ow2.petals.component.api.Component

processMessageFromServiceBus

public void processMessageFromServiceBus(org.ow2.petals.component.api.FromBusToCompMessage message)
Specified by:
processMessageFromServiceBus in interface org.ow2.petals.component.api.Component

getNextMessageToSendToBus

public org.ow2.petals.component.api.Message getNextMessageToSendToBus()
Specified by:
getNextMessageToSendToBus in interface org.ow2.petals.component.api.Component


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