javax.resource.spi
Interface ActivationSpec

All Superinterfaces:
ResourceAdapterAssociation

public interface ActivationSpec
extends ResourceAdapterAssociation

A marker interface holding the configuration of a message endpoint. An instance must be a javabean and be serializable.


Method Summary
 void validate()
          Optional method that can be used to check configuration by a deployment tool.
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

Method Detail

validate

void validate()
              throws InvalidPropertyException
Optional method that can be used to check configuration by a deployment tool.

Throws:
InvalidPropertyException - for invalid configuration


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.