org.jboss.naming
Interface JNDIViewMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
JNDIView

public interface JNDIViewMBean
extends ServiceMBean

Version:
$Revision: 1.1 $
Author:
Scott_Stark@displayscape.com

Field Summary
static java.lang.String OBJECT_NAME
           
 
Method Summary
 java.lang.String list(boolean verbose)
          List the JBoss JNDI namespace.
 
Methods inherited from interface org.jboss.util.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.util.Service
destroy, init, start, stop
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

list

public java.lang.String list(boolean verbose)
List the JBoss JNDI namespace.
Parameters:
verbose, -  


Copyright © 2000 The JBoss Organization. All Rights Reserved.