konark.gui
Class HostStatusEventListenerImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bykonark.gui.HostStatusEventListenerImpl
All Implemented Interfaces:
HostStatusEventListener, java.rmi.Remote, java.io.Serializable

public class HostStatusEventListenerImpl
extends java.rmi.server.UnicastRemoteObject
implements HostStatusEventListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
HostStatusEventListenerImpl(java.lang.String smsAgentName, MonitoredHostsPanel monitoredHostsPanel)
          Creates a new instance of HostStatusEventListenerImpl
 
Method Summary
 void reportStatus(java.lang.String configHandle, HostStatus hsObj)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostStatusEventListenerImpl

public HostStatusEventListenerImpl(java.lang.String smsAgentName,
                                   MonitoredHostsPanel monitoredHostsPanel)
                            throws java.rmi.RemoteException
Creates a new instance of HostStatusEventListenerImpl

Method Detail

reportStatus

public void reportStatus(java.lang.String configHandle,
                         HostStatus hsObj)
                  throws java.lang.Exception
Specified by:
reportStatus in interface HostStatusEventListener
Throws:
java.lang.Exception