|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |
public 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()
public void setActivationSpecClass(java.lang.String value)
Activation Spec Class
' attribute.
value
- the new value of the 'Activation Spec Class' attribute.getActivationSpecClass()
public 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 |