core-jgi/jboss/server/adempiere/conf/xmdesc/JNDIView-xmbean.xml

35 lines
1.3 KiB
XML
Raw Normal View History

<?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;
2006-11-17 10:10:18 +07:00
</mbean>