init
This commit is contained in:
35
dcm4chee/default/conf/xmdesc/JNDIView-xmbean.xml
Normal file
35
dcm4chee/default/conf/xmdesc/JNDIView-xmbean.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mbean PUBLIC
|
||||
"-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
|
||||
"http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd">
|
||||
<!-- The JNDIView service XMBean
|
||||
$Id: JNDIView-xmbean.xml 38992 2005-12-13 15:29:35Z jerrygauth $
|
||||
-->
|
||||
<mbean>
|
||||
<description>JNDIView Service. List deployed application java:comp namespaces,
|
||||
the java: namespace as well as the global InitialContext JNDI namespace.
|
||||
</description>
|
||||
<class>org.jboss.naming.JNDIView</class>
|
||||
&defaultAttributes;
|
||||
<attribute access="read-write" getMethod="getHANamingService" setMethod="setHANamingService">
|
||||
<description>The HANamingService service name</description>
|
||||
<name>HANamingService</name>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
<operation>
|
||||
<description>Output JNDI info as text</description>
|
||||
<name>list</name>
|
||||
<parameter>
|
||||
<description>If true, list the class of each object in addition to its name</description>
|
||||
<name>verbose</name>
|
||||
<type>boolean</type>
|
||||
</parameter>
|
||||
<return-type>java.lang.String</return-type>
|
||||
</operation>
|
||||
<operation>
|
||||
<description>Output JNDI info in XML format</description>
|
||||
<name>listXML</name>
|
||||
<return-type>java.lang.String</return-type>
|
||||
</operation>
|
||||
&defaultOperations;
|
||||
</mbean>
|
||||
Reference in New Issue
Block a user