org.jboss.portal.test.framework.embedded
Class JNDISupport

java.lang.Object
  extended by org.jboss.portal.test.framework.embedded.JNDISupport

public class JNDISupport
extends java.lang.Object

Version:
$Revision: 5498 $
Author:
Julien Viet

Constructor Summary
JNDISupport()
           
 
Method Summary
 void create()
           
 void destroy()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDISupport

public JNDISupport()
Method Detail

create

public void create()

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

destroy

public void destroy()