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

java.lang.Object
  extended by org.jboss.jca.deployers.fungal.external.RemoteDeployer

public class RemoteDeployer
extends Object

Author:
Jesper Pedersen

Constructor Summary
RemoteDeployer()
          Constructor
 
Method Summary
 void setDirectory(String v)
          Set the remote directory
 void setKernel(com.github.fungal.api.Kernel v)
          Set the kernel
 void start()
          Start
 void stop()
          Stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDeployer

public RemoteDeployer()
Constructor

Method Detail

setKernel

public void setKernel(com.github.fungal.api.Kernel v)
Set the kernel

Parameters:
v - The value

setDirectory

public void setDirectory(String v)
Set the remote directory

Parameters:
v - The value

start

public void start()
           throws Throwable
Start

Throws:
Throwable - Thrown in case of an error

stop

public void stop()
          throws Throwable
Stop

Throws:
Throwable - Thrown in case of an error


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)