Class DeviceManagerMethodMap
java.lang.Object
ru.bitel.oss.systems.inventory.resource.server.bean.DeviceManagerMethodMap
- All Implemented Interfaces:
 EventListener<ScriptUpdatedEvent>
public class DeviceManagerMethodMap extends java.lang.Object implements EventListener<ScriptUpdatedEvent>
- 
Constructor Summary
Constructors Constructor Description DeviceManagerMethodMap() - 
Method Summary
Modifier and Type Method Description static DeviceManagerMethodMapgetInstance()java.util.List<DeviceManagerMethod>getMethodList(java.lang.String className)voidnotify(ScriptUpdatedEvent e, EventListenerContext ctx)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
DeviceManagerMethodMap
public DeviceManagerMethodMap() 
 - 
 - 
Method Details
- 
getInstance
 - 
getMethodList
public java.util.List<DeviceManagerMethod> getMethodList(java.lang.String className) throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
notify
public void notify(ScriptUpdatedEvent e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException- Specified by:
 notifyin interfaceEventListener<ScriptUpdatedEvent>- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -