public class TvDeviceRuntimeMap extends java.lang.Object implements EventListener<Event>
Constructor and Description |
---|
TvDeviceRuntimeMap(Setup setup,
int moduleId,
int rootDeviceId,
boolean loadSaScripts) |
Modifier and Type | Method and Description |
---|---|
TvDeviceRuntime |
get(java.lang.Integer id) |
TvDeviceRuntime |
getAndLockSa(java.lang.Integer id) |
java.util.Map<java.lang.String,TvDeviceRuntime> |
getDescendantMap(TvDeviceRuntime parent) |
java.util.Map<java.lang.Integer,TvDeviceRuntime> |
getMap() |
void |
load(java.sql.Connection con) |
void |
notify(Event e,
EventListenerContext ctx) |
java.util.Collection<TvDeviceRuntime> |
values() |
public TvDeviceRuntimeMap(Setup setup, int moduleId, int rootDeviceId, boolean loadSaScripts) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void notify(Event e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException
notify
in interface EventListener<Event>
ru.bitel.bgbilling.common.BGException
public TvDeviceRuntime get(java.lang.Integer id)
public TvDeviceRuntime getAndLockSa(java.lang.Integer id)
public java.util.Collection<TvDeviceRuntime> values()
public java.util.Map<java.lang.Integer,TvDeviceRuntime> getMap()
public void load(java.sql.Connection con) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.Map<java.lang.String,TvDeviceRuntime> getDescendantMap(TvDeviceRuntime parent)