public class EventsTable extends Object
Constructor and Description |
---|
EventsTable() |
EventsTable(List<MonitoringEvent> events) |
Modifier and Type | Method and Description |
---|---|
List<MonitoringEvent> |
getEvents() |
static EventsTable |
readEvents(DataInputStream stream) |
void |
writeTable(DataOutputStream stream) |
public EventsTable()
public EventsTable(List<MonitoringEvent> events)
public static EventsTable readEvents(DataInputStream stream)
public void writeTable(DataOutputStream stream)
public List<MonitoringEvent> getEvents()
Copyright © 2017 ICF Olson. All rights reserved.