站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

ActivationSpec (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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

public 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.