|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDeployer
Interface allowing to deploy some files. This interface will be exposed through JMX.
Method Summary | |
---|---|
void |
deploy(java.lang.String fileName)
Deploy a file to a local deployer. |
void |
deployFile(java.lang.String fileName,
byte[] fileContent)
Dump the given bytes to a local file and then load this file by using a local deployer. |
java.lang.String |
dumpFile(java.lang.String fileName,
byte[] fileContent)
Dump the given bytes to a local file and then return the path to this file. |
void |
undeploy(java.lang.String fileName)
Undeploy a file by using a local deployer. |
Method Detail |
---|
void deployFile(java.lang.String fileName, byte[] fileContent)
fileName
- the name of the file to deployfileContent
- the content of the given filejava.lang.String dumpFile(java.lang.String fileName, byte[] fileContent)
fileName
- the name of the file to deployfileContent
- the content of the given file
void deploy(java.lang.String fileName)
fileName
- the name of the file to deployvoid undeploy(java.lang.String fileName)
fileName
- the name of the file to undeploy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |