org.jboss.jca.deployers.fungal.external
Class RemoteDeploy
java.lang.Object
org.jboss.jca.deployers.fungal.external.RemoteDeploy
- All Implemented Interfaces:
- com.github.fungal.api.remote.Command
public class RemoteDeploy
- extends Object
- implements com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
|
Constructor Summary |
RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
File directory)
Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDeploy
public RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer,
RAActivator activator,
File directory)
- Constructor
- Parameters:
mainDeployer - The main deployeractivator - The RA activatordirectory - The directory to use
getName
public String getName()
-
- Specified by:
getName in interface com.github.fungal.api.remote.Command
getParameterTypes
public Class[] getParameterTypes()
- name, byte array of deployment
- Specified by:
getParameterTypes in interface com.github.fungal.api.remote.Command
- Returns:
- The class definitions
invoke
public Serializable invoke(Serializable[] args)
-
- Specified by:
invoke in interface com.github.fungal.api.remote.Command
isPublic
public boolean isPublic()
-
- Specified by:
isPublic in interface com.github.fungal.api.remote.Command
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)