pase.server
Class logServerRemoteImpl

java.lang.Object
  extended by 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

Constructor Summary
logServerRemoteImpl(component.log.qingLogServer server)
           
 
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
 

Constructor Detail

logServerRemoteImpl

public logServerRemoteImpl(component.log.qingLogServer server)
Method Detail

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