management.java
来自「JMS的topic程序」· Java 代码 · 共 27 行
JAVA
27 行
/**
* JBoss, Home of Professional Open Source
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.example.jms.common.bean;
import java.rmi.RemoteException;
import javax.ejb.EJBObject;
/**
* @author <a href="mailto:ovidiu@jboss.org">Ovidiu Feodorov</a>
* @version <tt>$Revision: 1766 $</tt>
* $Id: StatelessSessionExample.java 1766 2006-12-11 22:29:27Z ovidiu.feodorov@jboss.com $
*/
public interface Management extends EJBObject
{
/**
* It kills the VM running the node instance. Needed by the failover tests.
*/
public void killAS() throws Exception, RemoteException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?