org.jboss.jca.deployers.fungal.external
Class LocalDeploy

java.lang.Object
  extended by org.jboss.jca.deployers.fungal.external.LocalDeploy
All Implemented Interfaces:
com.github.fungal.api.remote.Command

public class LocalDeploy
extends Object
implements com.github.fungal.api.remote.Command

Author:
Jesper Pedersen

Constructor Summary
LocalDeploy(com.github.fungal.api.Kernel kernel, com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList)
          Constructor
 
Method Summary
 String getName()
          
 Class[] getParameterTypes()
          name, byte array of deployment
 Serializable invoke(Serializable[] args)
          
 boolean isPublic()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDeploy

public LocalDeploy(com.github.fungal.api.Kernel kernel,
                   com.github.fungal.api.deployer.MainDeployer mainDeployer,
                   RAActivator activator,
                   LocalList localList)
Constructor

Parameters:
kernel - The kernel
mainDeployer - The main deployer
activator - The RA activator
localList - The local list command
Method Detail

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)