|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDeployer
Interface allowing to deploys some files to this EJB3 container.
Method Summary | |
---|---|
void |
deployEar(java.lang.String fileName)
Deploy an application packaged in a EAR file. |
void |
deployEjbJar(java.lang.String fileName)
Deploy an EJB packaged in a JAR file. |
java.lang.String |
deployFile(java.lang.Integer typeparam,
java.lang.Byte[] bfile,
java.lang.String filename)
Deploy a file on the EJB3 container. |
Method Detail |
---|
java.lang.String deployFile(java.lang.Integer typeparam, java.lang.Byte[] bfile, java.lang.String filename)
typeparam
- type of the file (EJB, WAR, EAR, RAR, CAR) (ModuleType
of JSR88)bfile
- bytes array of the filefilename
- basename of the file to be deployed
void deployEar(java.lang.String fileName)
fileName
- the name of the file to deployvoid deployEjbJar(java.lang.String fileName)
fileName
- the name of the file to deploy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |