org.ow2.easybeans.component.itf
Interface JMSComponent

All Superinterfaces:
EZBComponent

public interface JMSComponent
extends EZBComponent

Defines the interface for a JMS provider.

Author:
Florent Benoit

Method Summary
 javax.resource.spi.ResourceAdapter getResourceAdapter()
          Gets the resource adapter instance.
 void updateActivationConfigProperties(Map<String,String> activationConfigProperties)
          Update the activation config properties if required.
 
Methods inherited from interface org.ow2.easybeans.component.api.EZBComponent
init, start, stop
 

Method Detail

getResourceAdapter

javax.resource.spi.ResourceAdapter getResourceAdapter()
Gets the resource adapter instance.

Returns:
resource adapter instance.

updateActivationConfigProperties

void updateActivationConfigProperties(Map<String,String> activationConfigProperties)
Update the activation config properties if required.

Parameters:
activationConfigProperties - the properties that will be set on the activation spec object


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.