Package | Description |
---|---|
twaver |
Modifier and Type | Class and Description |
---|---|
class |
SubNetworkPersistentFilter
This persistent filter only allow databox to output the elements
contained in the specified subnetwork.
|
Modifier and Type | Method and Description |
---|---|
ElementPersistentFilter |
DataBoxOutputSetting.getElementFilter()
Gets the
ElementPersistentFilter object. |
Modifier and Type | Method and Description |
---|---|
void |
TDataBox.output(java.lang.String fileName,
boolean withElementId,
boolean withAlarmState,
ElementPersistentFilter elementFilter,
ClientPropertyPersistentFilter clientPropertyFilter)
Writes out all contained data into the specified xml file.
|
void |
DataBoxOutputSetting.setElementFilter(ElementPersistentFilter elementFilter)
Sets the
ElementPersistentFilter object. |
static void |
PersistenceManager.writeByXML(TDataBox box,
boolean withElementId,
boolean withAlarmId,
boolean withAlarmState,
java.io.OutputStream out,
ElementPersistentFilter elementFilter,
ClientPropertyPersistentFilter clientPropertyFilter)
Write out databox data into the output stream with xml format.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.