|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Deployment.Bean
A Java 2 Enterprise Bean
| Method Summary | |
|---|---|
void |
deploy(Context containerContext,
Context applicationContext,
Reference localReference,
Reference remoteReference)
This method deploys the Bean |
String |
getEjbClass()
The ejb-classType contains the fully-qualified name of the enterprise bean's class. |
String |
getJndiName()
Retrieves the JNDI name that has been configured for this bean in the deployment descriptor. |
String |
getLocalJndiName()
Retrieves the local JNDI name that has been configured for this bean in the deployment descriptor. |
| 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 |
| Method Detail |
|---|
String getEjbClass()
Example:
String getLocalJndiName()
String getJndiName()
void deploy(Context containerContext,
Context applicationContext,
Reference localReference,
Reference remoteReference)
throws NamingException
containerContext - components are registered in the containerContext
in order to be referenced by other components.
It's URL for LinkRef's is "openmdx:container".applicationContext - components may be registered in the applicationContext
for application internal link resolutions.
It's URL for LinkRef's is "openmdx:application".localReference - Reference to the EJB's local homeremoteReference - Reference to the EJB's home
NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||