Uses of Class
org.netxms.client.events.EventInfo
-
Packages that use EventInfo Package Description org.netxms.client org.netxms.client.events -
-
Uses of EventInfo in org.netxms.client
Methods in org.netxms.client that return types with arguments of type EventInfo Modifier and Type Method Description List<EventInfo>NXCSession. getAlarmEvents(long alarmId)Get information about events related to single active alarm. -
Uses of EventInfo in org.netxms.client.events
Methods in org.netxms.client.events that return EventInfo Modifier and Type Method Description EventInfo[]EventInfo. getChildren()EventInfoEventInfo. getParent()Constructors in org.netxms.client.events with parameters of type EventInfo Constructor Description EventInfo(org.netxms.base.NXCPMessage msg, long baseId, EventInfo parent)Create from NXCP message.
-