|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Deployment.ApplicationClient
A Java 2 Enterprise Application Client
| Method Summary | |
|---|---|
void |
deploy(Context containerContext,
Reference reference)
This method deploys the resource adapter |
String |
getCallbackHandler()
Retrieve the callback handler class name |
String |
getMainClass()
Retrieve the main class defined in the META-INF/Manifest.mf file. |
void |
populate(Context applicationClientContext,
Map applicationClientEnvironment)
This method populates the contexts. |
| Methods inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment.Module |
|---|
getApplicationClassPath, getComponents, getDisplayName, getModuleClassPath, getModuleURI |
| Methods inherited from interface org.openmdx.kernel.application.configuration.Configuration |
|---|
validate, verify |
| Method Detail |
|---|
String getCallbackHandler()
String getMainClass()
void populate(Context applicationClientContext,
Map applicationClientEnvironment)
throws NamingException
applicationClientContext - applicationClientEnvironment -
NamingException
void deploy(Context containerContext,
Reference reference)
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".reference - Reference to the application clients provileged action
wrapping its main method invocation
NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||