Package org.jboss.jca.web
Class JNDIViewer
- java.lang.Object
-
- org.jboss.jca.web.JNDIViewer
-
public class JNDIViewer extends Object
A JNDI viewer bean- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description JNDIViewer()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlist()ListvoidsetDomain(String v)Set the domainvoidsetMBeanServer(MBeanServer v)Set the MBeanServervoidstart()Startvoidstop()Stop
-
-
-
Method Detail
-
setMBeanServer
public void setMBeanServer(MBeanServer v)
Set the MBeanServer- Parameters:
v- The value
-
setDomain
public void setDomain(String v)
Set the domain- Parameters:
v- The value
-
list
public String list()
List- Returns:
- The JNDI view
-
-