|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationSpec
A representation of the model object 'Activation Spec'.
The following features are supported:
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 |
---|
java.lang.String getActivationSpecClass()
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:
setActivationSpecClass(String)
,
JcaPackage.getActivationSpec_ActivationSpecClass()
void setActivationSpecClass(java.lang.String value)
Activation Spec Class
' attribute.
value
- the new value of the 'Activation Spec Class' attribute.getActivationSpecClass()
org.eclipse.emf.common.util.EList getRequiredConfigProperties()
RequiredConfigPropertyType
.
If the meaning of the 'Required Config Properties' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getActivationSpec_RequiredConfigProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |