|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VendorDescriptor
This interface provides a way for handling vendor-specific deployment descriptors for a jiplet context. Currently, the jiplet container runs in a standalone mode and as a JBOSS service. For each of these modes, this interface is implemented to provide vendor-specifc handling of the deployment descriptor.
| Method Summary | |
|---|---|
java.lang.String |
getEjbLocalRefJndiName(java.lang.String ejbRefName)
Get the JNDI name given the EJB local referenece name. |
java.lang.String |
getEjbRefJndiName(java.lang.String ejbRefName)
Get the JNDI name given the EJB referenece name. |
java.lang.String |
getEnvJndiName(java.lang.String envName)
Get the JNDI name given the env name. |
java.lang.String |
getResourceEnvJndiName(java.lang.String resourceEnvName)
Get the JNDI name given the env resource name. |
java.lang.String |
getResourceJndiName(java.lang.String resName)
Get the JNDI name given the resource name. |
void |
init(java.lang.String context,
JipApplication config,
java.io.File dir)
This method is called by the jiplet container during the initialization of a context to specify the configuration information and the deployment directory. |
| Method Detail |
|---|
void init(java.lang.String context,
JipApplication config,
java.io.File dir)
context - Name of the context.config - The jiplet configuration (deployment descriptor).dir - context root directory.java.lang.String getResourceJndiName(java.lang.String resName)
resName -
java.lang.String getEnvJndiName(java.lang.String envName)
envName -
java.lang.String getResourceEnvJndiName(java.lang.String resourceEnvName)
resourceEnvName -
java.lang.String getEjbRefJndiName(java.lang.String ejbRefName)
ejbRefName -
java.lang.String getEjbLocalRefJndiName(java.lang.String ejbRefName)
ejbRefName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||