|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Deployment.SessionBean
A Java 2 Session Bean
The declaration consists of:
| Method Summary | |
|---|---|
String |
getHome()
The homeType defines the fully-qualified name of an enterprise bean's home interface. |
String |
getLocal()
The localType defines the fully-qualified name of an enterprise bean's local interface. |
String |
getLocalHome()
The local-homeType defines the fully-qualified name of an enterprise bean's local home interface. |
String |
getRemote()
The remote element contains the fully-qualified name of the enterprise bean's remote interface. |
String |
getSessionType()
The session-typeType describes whether the session bean is a stateful session or stateless session. |
String |
getTransactionType()
The transaction-typeType specifies an enterprise bean's transaction management type. |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Bean |
|---|
deploy, getEjbClass, getJndiName, getLocalJndiName |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Component |
|---|
getName, populate |
| Methods inherited from interface org.openmdx.kernel.application.configuration.Configuration |
|---|
validate, verify |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Pool |
|---|
getInitialCapacity, getMaximumCapacity, getMaximumWait |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.AssemblyDescriptor |
|---|
getContainerTransaction |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.SessionBeanExtension |
|---|
getHomeClass, getLocalHomeClass |
| Method Detail |
|---|
String getHome()
Example
String getRemote()
Example:
String getLocalHome()
String getLocal()
String getSessionType()
The value must be one of the two following
String getTransactionType()
The transaction-type must be one of the two following:
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||