Package | Description |
---|---|
twaver |
Modifier and Type | Method and Description |
---|---|
static ClientPropertyPersistentFilter |
PersistenceManager.getClientPropertyFilter()
Get the client property filter.
|
ClientPropertyPersistentFilter |
DataBoxOutputSetting.getClientPropertyFilter()
Gets the
ClientPropertyPersistentFilter 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.
|
static void |
PersistenceManager.setClientPropertyFilter(ClientPropertyPersistentFilter clientPropertyFilter)
Set the client property filter.
|
void |
DataBoxOutputSetting.setClientPropertyFilter(ClientPropertyPersistentFilter clientPropertyFilter)
Sets the
ClientPropertyPersistentFilter 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.