当前页面:
在线文档首页 >
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. |
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.