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
ConfigException
java.lang.Class getEJBHome(java.lang.String name) throws ConfigException
ConfigException
void initEJBs() throws java.lang.Exception
java.lang.Exception