org.jboss.jca.spi
Interface EndpointActivationBus


public interface EndpointActivationBus

The EndpointActivationBus.

Version:
$Revision: $
Author:
Adrian Brock, Jesper Pedersen

Method Summary
 EndpointActivation activate(Endpoint endpoint, javax.resource.spi.ActivationSpec spec)
          Activate an Endpoint
 EndpointActivation activate(Endpoint endpoint, Set<ActivationConfigProperty> properties, RarSelection selection)
          Activate an Endpoint
 String resolveRarContext(Set<ActivationConfigProperty> properties, RarSelection selection)
          Determine the dependency name for the rar
 

Method Detail

activate

EndpointActivation activate(Endpoint endpoint,
                            javax.resource.spi.ActivationSpec spec)
Activate an Endpoint

Parameters:
endpoint - The endpoint
spec - The activation spec
Returns:
The endpoint activation

activate

EndpointActivation activate(Endpoint endpoint,
                            Set<ActivationConfigProperty> properties,
                            RarSelection selection)
Activate an Endpoint

Parameters:
endpoint - The endpoint
properties - Activation configuration properties
selection - The resource adaptor selection
Returns:
The endpoint activation

resolveRarContext

String resolveRarContext(Set<ActivationConfigProperty> properties,
                         RarSelection selection)
Determine the dependency name for the rar

Parameters:
properties - The config properties
selection - The rar selection parameters
Returns:
The dependency name, e.g. JMX object name or MC name or null if it cannot be determined


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.