public interface EndpointActivationBus
| Modifier and Type | Method and Description |
|---|---|
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
|
EndpointActivation activate(Endpoint endpoint, javax.resource.spi.ActivationSpec spec)
endpoint - The endpointspec - The activation specEndpointActivation activate(Endpoint endpoint, Set<ActivationConfigProperty> properties, RarSelection selection)
endpoint - The endpointproperties - Activation configuration propertiesselection - The resource adaptor selectionString resolveRarContext(Set<ActivationConfigProperty> properties, RarSelection selection)
properties - The config propertiesselection - The rar selection parametersCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.