xdoclet.modules.hp.hpas.ejb
public class HPASSubTask extends AbstractEjbDeploymentDescriptorSubTask
Version: $Revision: 1.8 $
UNKNOWN: January 10, 2002 display-name = "HP AS" name = "hpas" parent = "xdoclet.modules.ejb.EjbDocletTask"
Field Summary | |
---|---|
protected String | persistenceClass |
protected String | persistenceProduct |
protected String | persistenceSuffix |
protected String | persistenceVersion |
protected String | sfsbPassivationRoot |
Constructor Summary | |
---|---|
HPASSubTask() |
Method Summary | |
---|---|
String | getPersistenceClass()
Gets the PersistenceClass attribute of the HPASSubTask object
|
String | getPersistenceProduct()
Gets the PersistenceProduct attribute of the HPASSubTask object
|
String | getPersistenceSuffix()
Gets the PersistenceSuffix attribute of the HPASSubTask object
|
String | getPersistenceVersion()
Gets the PersistenceVersion attribute of the HPASSubTask object
|
String | getSfsbPassivationRoot()
Gets the SfsbPassivationRoot attribute of the HPASSubTask object
|
void | setPersistenceClass(String persistenceClass)
Only applies when using CMP. |
void | setPersistenceProduct(String persistenceProduct)
Only applies when using CMP. |
void | setPersistenceSuffix(String persistenceSuffix)
Only applies when using CMP. |
void | setPersistenceVersion(String persistenceVersion)
Only applies when using CMP. |
void | setSfsbPassivationRoot(String sfsbPassivationRoot)
The path to a local directory indicating where the container should passivate Stateful Session Bean instances.
|
Returns: The PersistenceClass value
Returns: The PersistenceProduct value
Returns: The PersistenceSuffix value
Returns: The PersistenceVersion value
Returns: The SfsbPassivationRoot value
Parameters: persistenceClass The new PersistenceClass value
UNKNOWN: No,defaultis
com.hp.mwlabs.j2ee.containers.ejb.persistence.vxml.CMPPersistenceManager
.
Parameters: persistenceProduct The new PersistenceProduct value
UNKNOWN: "No, default is 'VXML'."
Parameters: persistenceSuffix The new PersistenceSuffix value
UNKNOWN: "No, default is ''."
Parameters: persistenceVersion The new PersistenceVersion value
UNKNOWN: "No, default is ''."
Parameters: sfsbPassivationRoot The new SfsbPassivationRoot value
UNKNOWN: "No, only if hpas.bean passivation='true'
tag is used on a stateful
* session bean. Default is ''."