All Packages Class Hierarchy This Package Previous Next Index
Class com.arcsinc.arcsclient.MonitoringClientImpl
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----com.arcsinc.arcsclient.MonitoringClientImpl
- public class MonitoringClientImpl
- extends UnicastRemoteObject
- implements MonitoringClient
-
listeners
- ="#listeners">listeners
-
-
MonitoringClientImpl()
-
-
addHdwListener(HdwListener)
-
-
fireRemoteHdwEvent(HdwEvent)
-
-
getClientDataMgr()
-
-
getHdwHost()
-
-
init(DataClient, String, String)
-
-
init(HdwHost, DataClient, boolean)
-
-
isAlive()
-
-
receiveData(Vector)
-
-
receiveMessage(String)
-
-
removeHdwListener(HdwListener)
-
listeners
protected Vector listeners
MonitoringClientImpl
public MonitoringClientImpl() throws RemoteException
init
public boolean init(DataClient dataClient,
String hostName,
String objName)
init
public boolean init(HdwHost hdwHoswHost.html#_top_">HdwHost hdwHost,
DataClient dataClient,
boolean retry)
getHdwHost
public HdwHost getHdwHost()
addHdwListener
public void addHdwListener(HdwListener listener)
removeHdwListener
public void removeHdwListener(HdwListener listener)
fireRemoteHdwEvent
public void fireRemoteHdwEvent(HdwEvent he) throws RemoteException
getClientDataMgr
public ClientDataMgr getClientDataMgr()
isAlive
public boolean isAlive() throws RemoteException
receiveMessage
public void receiveMessage(String message) throws RemoteException
receiveData
public boolean receiveData(Vector monitoredParams) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index