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

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

public class LocalDeployer
extends Object

A deployer for local machine deployments

Author:
Jesper Pedersen

Constructor Summary
LocalDeployer()
          Constructor
 
Method Summary
 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

LocalDeployer

public LocalDeployer()
Constructor

Method Detail

setKernel

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

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)