
public class LocalDeploy extends Object implements com.github.fungal.api.remote.Command
| Constructor and Description |
|---|
LocalDeploy(com.github.fungal.api.Kernel kernel,
com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
LocalList localList)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class[] |
getParameterTypes()
name, byte array of deployment
|
Serializable |
invoke(Serializable[] args) |
boolean |
isPublic() |
public LocalDeploy(com.github.fungal.api.Kernel kernel,
com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
LocalList localList)
kernel - The kernelmainDeployer - The main deployeractivator - The RA activatorlocalList - The local list commandpublic String getName()
getName in interface com.github.fungal.api.remote.Commandpublic Class[] getParameterTypes()
getParameterTypes in interface com.github.fungal.api.remote.Commandpublic Serializable invoke(Serializable[] args)
invoke in interface com.github.fungal.api.remote.Commandpublic boolean isPublic()
isPublic in interface com.github.fungal.api.remote.CommandCopyright © 2013 IronJacamar (http://www.ironjacamar.org)