ActivationSpec (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.resource.spi Interface ActivationSpec

所有父接口:
ResourceAdapterAssociation

public interface ActivationSpec
extends ResourceAdapterAssociation

This interface serves as a marker. An instance of an ActivationSpec must be a JavaBean and must be serializable. This holds the activation configuration information for a message endpoint.

版本:
1.0
作者:
Ram Jeyaraman

方法摘要
 void validate()
          This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

方法详细信息

validate

void validate()
              throws InvalidPropertyException
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer. This helps to catch activation configuration errors earlier on without having to wait until endpoint activation time for configuration validation. The implementation of this self-validation check behavior is optional.

抛出异常:
InvalidPropertyException - indicates invalid configuration property settings.
InvalidPropertyException

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.