org.eclipse.jst.j2ee.jca
Interface ActivationSpec

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

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
 org.eclipse.emf.common.util.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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getActivationSpecClass

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

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

org.eclipse.emf.common.util.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()