pase.server
Class logServerRemoteImpl
java.lang.Object
pase.server.logServerRemoteImpl
- All Implemented Interfaces:
- component.log.logServerRemote
public class logServerRemoteImpl
- extends java.lang.Object
- implements component.log.logServerRemote
log Server Remote Interface Implementation.
- Version:
- 1.1.5,
- Author:
- lchuang
Method Summary |
void |
archivesStatus(component.log.logMonitorRemote mon,
int timeType)
|
void |
connectServer(component.log.logMonitorRemote mon)
|
void |
disconnectServer(component.log.logMonitorRemote mon)
|
void |
search(component.log.logMonitorRemote mon,
component.log.logSearchCondition cond)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logServerRemoteImpl
public logServerRemoteImpl(component.log.qingLogServer server)
connectServer
public void connectServer(component.log.logMonitorRemote mon)
- Specified by:
connectServer
in interface component.log.logServerRemote
disconnectServer
public void disconnectServer(component.log.logMonitorRemote mon)
- Specified by:
disconnectServer
in interface component.log.logServerRemote
search
public void search(component.log.logMonitorRemote mon,
component.log.logSearchCondition cond)
- Specified by:
search
in interface component.log.logServerRemote
archivesStatus
public void archivesStatus(component.log.logMonitorRemote mon,
int timeType)
- Specified by:
archivesStatus
in interface component.log.logServerRemote