org.jboss.test.jca.fs
Class FSActivationSpec

java.lang.Object
  extended byorg.jboss.test.jca.fs.FSActivationSpec
All Implemented Interfaces:
ActivationSpec (src) , ResourceAdapterAssociation (src) , java.io.Serializable

public class FSActivationSpec
extends java.lang.Object
implements ActivationSpec (src) , java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FSActivationSpec()
           
 
Method Summary
 ResourceAdapter (src) getResourceAdapter()
          Retrieve the resource adapter
 void setResourceAdapter(ResourceAdapter (src)  ra)
          Set the resource adapter
 void validate()
          Optional method that can be used to check configuration by a deployment tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSActivationSpec

public FSActivationSpec()
Method Detail

validate

public void validate()
              throws InvalidPropertyException (src) 
Description copied from interface: ActivationSpec (src)
Optional method that can be used to check configuration by a deployment tool.

Specified by:
validate in interface ActivationSpec (src)
Throws:
InvalidPropertyException (src) - for invalid configuration

getResourceAdapter

public ResourceAdapter (src)  getResourceAdapter()
Description copied from interface: ResourceAdapterAssociation (src)
Retrieve the resource adapter

Specified by:
getResourceAdapter in interface ResourceAdapterAssociation (src)
Returns:
the resource adapter

setResourceAdapter

public void setResourceAdapter(ResourceAdapter (src)  ra)
                        throws ResourceException (src) 
Description copied from interface: ResourceAdapterAssociation (src)
Set the resource adapter

Specified by:
setResourceAdapter in interface ResourceAdapterAssociation (src)
Throws:
ResourceException (src) - for any error