public class TvDeviceRuntime extends java.lang.Object implements Child<TvDeviceRuntime>
Modifier and Type | Field and Description |
---|---|
ParameterMap |
config |
java.util.Set<java.lang.Integer> |
descendantIds
Коды всех потомков этого устройства
|
DeviceManager |
deviceManager
Класс управления устройством.
|
ru.bitel.bgbilling.kernel.container.managed.ManagedBeanInfo<java.lang.Object> |
deviceManagerInfo |
TvDeviceRuntime |
parent
Родительское устройство
|
OrderManagerSet |
saInstances
Скрипты, в порядке от rootDevice до данного устройства.
|
TvDevice |
tvDevice |
java.lang.Integer |
tvDeviceId |
TvDeviceType |
tvDeviceType |
Modifier and Type | Method and Description |
---|---|
TvDeviceRuntime |
getParent() |
TvDeviceRuntime |
getParent(java.util.Set<java.lang.Integer> accountingRootDeviceIds) |
void |
saInstancesDestroy()
Освобождение ресурсов saInstances - у всех объектов ServiceActivator вызывается destroy
|
public final java.lang.Integer tvDeviceId
public final TvDevice tvDevice
public final TvDeviceType tvDeviceType
public final ParameterMap config
public OrderManagerSet saInstances
public DeviceManager deviceManager
public ru.bitel.bgbilling.kernel.container.managed.ManagedBeanInfo<java.lang.Object> deviceManagerInfo
public final TvDeviceRuntime parent
public final java.util.Set<java.lang.Integer> descendantIds
public TvDeviceRuntime getParent()
getParent
in interface Child<TvDeviceRuntime>
public void saInstancesDestroy()
public TvDeviceRuntime getParent(java.util.Set<java.lang.Integer> accountingRootDeviceIds)