public class EIServerAdapter extends Object implements EIServerListener
Title: JDS系统管理系统
Description: 核心服务器事件监听器适配器
Copyright: Copyright (c) 2014
Company: www.justdos.net
| 构造器和说明 |
|---|
EIServerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
serverStarted(EIServerEvent event)
服务器已启动
|
void |
serverStarting(EIServerEvent event)
服务器正在启动
|
void |
serverStopped(EIServerEvent event)
服务器已停止
|
void |
serverStopping(EIServerEvent event)
服务器正在停止
|
void |
systemActivated(EIServerEvent event)
子系统激活完毕
|
void |
systemActivating(EIServerEvent event)
正在激活子系统
|
void |
systemDeleted(EIServerEvent event)
子系统删除完毕
|
void |
systemDeleting(EIServerEvent event)
正在删除子系统
|
void |
systemFreezed(EIServerEvent event)
冻结子系统完成
|
void |
systemFreezing(EIServerEvent event)
正在冻结子系统
|
void |
systemSaved(EIServerEvent event)
保存子系统完毕
|
void |
systemSaving(EIServerEvent event)
正在保存子系统
|
public void serverStarting(EIServerEvent event) throws JDSException
serverStarting 在接口中 EIServerListenerJDSExceptionpublic void serverStarted(EIServerEvent event) throws JDSException
serverStarted 在接口中 EIServerListenerJDSExceptionpublic void serverStopping(EIServerEvent event) throws JDSException, InterruptedException
serverStopping 在接口中 EIServerListenerJDSExceptionInterruptedExceptionpublic void serverStopped(EIServerEvent event) throws JDSException
serverStopped 在接口中 EIServerListenerJDSExceptionpublic void systemActivated(EIServerEvent event) throws JDSException
EIServerListenersystemActivated 在接口中 EIServerListenerJDSExceptionpublic void systemActivating(EIServerEvent event) throws JDSException
EIServerListenersystemActivating 在接口中 EIServerListenerJDSExceptionpublic void systemDeleted(EIServerEvent event) throws JDSException
EIServerListenersystemDeleted 在接口中 EIServerListenerJDSExceptionpublic void systemDeleting(EIServerEvent event) throws JDSException
EIServerListenersystemDeleting 在接口中 EIServerListenerJDSExceptionpublic void systemFreezed(EIServerEvent event) throws JDSException
EIServerListenersystemFreezed 在接口中 EIServerListenerJDSExceptionpublic void systemFreezing(EIServerEvent event) throws JDSException
EIServerListenersystemFreezing 在接口中 EIServerListenerJDSExceptionpublic void systemSaved(EIServerEvent event) throws JDSException
EIServerListenersystemSaved 在接口中 EIServerListenerJDSExceptionpublic void systemSaving(EIServerEvent event) throws JDSException
EIServerListenersystemSaving 在接口中 EIServerListenerJDSExceptionCopyright © 2023 onecode. All rights reserved.