org.eclipse.jst.j2ee.jca
Interface ActivationSpec

All Superinterfaces:
J2EEEObject

public interface ActivationSpec
extends J2EEEObject

A representation of the model object 'Activation Spec'.

Version:
J2EE1.4 The activationspecType specifies an activation specification. The information includes fully qualified Java class name of an activation specification and a set of required configuration property names.

The following features are supported:

See Also:
JcaPackage.getActivationSpec()

Method Summary
 java.lang.String getActivationSpecClass()
          Returns the value of the 'Activation Spec Class' attribute
 EList getRequiredConfigProperties()
          Returns the value of the 'Required Config Properties' containment reference list.
 void setActivationSpecClass(java.lang.String value)
          Sets the value of the 'Activation Spec Class' attribute
 

Method Detail

getActivationSpecClass

public java.lang.String getActivationSpecClass()
Returns the value of the 'Activation Spec Class' attribute.

If the meaning of the 'Activation Spec Class' attribute isn't clear, there really should be more of a description here...

The element activationspec-class specifies the fully qualified Java class name of the activation specification class. This class must implement the javax.resource.spi.ActivationSpec interface. The implementation of this class is required to be a JavaBean. Example: com.wombat.ActivationSpecImpl

Returns:
the value of the 'Activation Spec Class' attribute.
See Also:
setActivationSpecClass(String), JcaPackage.getActivationSpec_ActivationSpecClass()

setActivationSpecClass

public void setActivationSpecClass(java.lang.String value)
Sets the value of the 'Activation Spec Class' attribute.

Parameters:
value - the new value of the 'Activation Spec Class' attribute.
See Also:
getActivationSpecClass()

getRequiredConfigProperties

public EList getRequiredConfigProperties()
Returns the value of the 'Required Config Properties' containment reference list. The list contents are of type RequiredConfigPropertyType.

If the meaning of the 'Required Config Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Required Config Properties' containment reference list.
See Also:
JcaPackage.getActivationSpec_RequiredConfigProperties()