|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.hp.hpas.ejb.HPASSubTask
public class HPASSubTask
Creates hp-ejb-jar.xml deployment descriptor for HPAS.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class xdoclet.TemplateSubTask |
---|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
---|---|
protected java.lang.String |
persistenceClass
|
protected java.lang.String |
persistenceProduct
|
protected java.lang.String |
persistenceSuffix
|
protected java.lang.String |
persistenceVersion
|
protected java.lang.String |
sfsbPassivationRoot
|
Fields inherited from class xdoclet.DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
HPASSubTask()
|
Method Summary | |
---|---|
java.lang.String |
getPersistenceClass()
Gets the PersistenceClass attribute of the HPASSubTask object |
java.lang.String |
getPersistenceProduct()
Gets the PersistenceProduct attribute of the HPASSubTask object |
java.lang.String |
getPersistenceSuffix()
Gets the PersistenceSuffix attribute of the HPASSubTask object |
java.lang.String |
getPersistenceVersion()
Gets the PersistenceVersion attribute of the HPASSubTask object |
java.lang.String |
getSfsbPassivationRoot()
Gets the SfsbPassivationRoot attribute of the HPASSubTask object |
void |
setPersistenceClass(java.lang.String persistenceClass)
Only applies when using CMP. |
void |
setPersistenceProduct(java.lang.String persistenceProduct)
Only applies when using CMP. |
void |
setPersistenceSuffix(java.lang.String persistenceSuffix)
Only applies when using CMP. |
void |
setPersistenceVersion(java.lang.String persistenceVersion)
Only applies when using CMP. |
void |
setSfsbPassivationRoot(java.lang.String sfsbPassivationRoot)
The path to a local directory indicating where the container should passivate Stateful Session Bean instances. |
Methods inherited from class xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask |
---|
atLeastOneCmp1EntityBeanExists, atLeastOneCmp2EntityBeanExists, atLeastOneCmpEntityBeanExists |
Methods inherited from class xdoclet.XmlSubTask |
---|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
Methods inherited from class xdoclet.SubTask |
---|
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String sfsbPassivationRoot
protected java.lang.String persistenceProduct
protected java.lang.String persistenceVersion
protected java.lang.String persistenceClass
protected java.lang.String persistenceSuffix
Constructor Detail |
---|
public HPASSubTask()
Method Detail |
---|
public java.lang.String getSfsbPassivationRoot()
public java.lang.String getPersistenceProduct()
public java.lang.String getPersistenceVersion()
public java.lang.String getPersistenceClass()
public java.lang.String getPersistenceSuffix()
public void setSfsbPassivationRoot(java.lang.String sfsbPassivationRoot)
sfsbPassivationRoot
- The new SfsbPassivationRoot valuehpas.bean passivation='true'
tag is used on a stateful
* session bean. Default is ''."public void setPersistenceProduct(java.lang.String persistenceProduct)
persistenceProduct
- The new PersistenceProduct valuepublic void setPersistenceVersion(java.lang.String persistenceVersion)
persistenceVersion
- The new PersistenceVersion valuepublic void setPersistenceClass(java.lang.String persistenceClass)
persistenceClass
- The new PersistenceClass valuecom.hp.mwlabs.j2ee.containers.ejb.persistence.vxml.CMPPersistenceManager
.public void setPersistenceSuffix(java.lang.String persistenceSuffix)
persistenceSuffix
- The new PersistenceSuffix value
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |