network.manager
Interface Subscriber
- All Superinterfaces:
- Monitor, java.rmi.Remote
- All Known Subinterfaces:
- SMSAgentInterface
- All Known Implementing Classes:
- ItineraryAgent, MonitoringAgent, SMSAgent, SMSAgentInterfaceProxy, SubscriberProxy
- public interface Subscriber
- extends Monitor
Methods inherited from interface network.manager.Monitor |
addEvent, addEvent, addEventDetector, addEventHandler, addSubscriber, deleteEvent, deleteSubscriber, modifyDetector, printRunningThreads, removeDetector, replaceEventDetector, replaceEventHandler, restoreDetector, setAlarmLevel, setAlertLevel, stopAgent, subscribeEvent, switchOffPrintRunningThreads |
report
public void report(Event event)
throws java.rmi.RemoteException
- Parameters:
event
-
- Throws:
java.rmi.RemoteException
addSubscription
public void addSubscription(java.util.Vector eventList,
ajanta.naming.URN agURN)
throws java.rmi.RemoteException,
remoteConfigException
- Throws:
java.rmi.RemoteException
remoteConfigException
removeSubscription
public void removeSubscription(ajanta.naming.URN monitorURN,
java.lang.String event)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
resubscribe
public void resubscribe(ajanta.naming.URN monitorURN)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException