public interface EJBClientInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addEJBJar(Path jar)
Adds a jar
|
java.lang.Class |
getEJBHome(java.lang.String name)
Returns the home interface.
|
void |
initEJBs()
Initialize the client.
|
void addEJBJar(Path jar) throws ConfigException
ConfigExceptionjava.lang.Class getEJBHome(java.lang.String name)
throws ConfigException
ConfigExceptionvoid initEJBs()
throws java.lang.Exception
java.lang.Exception