?? jndimapmbean.java
字號:
package org.jboss.book.jmx.ex2;// The JNDIMap MBean interfaceimport javax.naming.NamingException;/** An example MBean that extends the JBoss ServiceMBeanSupport class.This is version 2 as shown in Listing 2.8.*/public interface JNDIMapMBean extends org.jboss.system.ServiceMBean{ public String getJndiName(); public void setJndiName(String jndiName) throws NamingException;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -