javax.resource.spi
Interface ActivationSpec

All Superinterfaces:
ResourceAdapterAssociation
All Known Implementing Classes:
JmsActivationSpec, MessageListenerSpec

public interface ActivationSpec
extends ResourceAdapterAssociation

Marker for the activation configuration for an endpoint.


Method Summary
 void validate()
          Validates the configuration.
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

Method Detail

validate

void validate()
              throws InvalidPropertyException
Validates the configuration.

Throws:
InvalidPropertyException