Example #1
0
 /**
  * Gets the event.
  *
  * @param eventId the event ID (the Item ID associated with the container)
  * @return the event
  */
 public org.opennms.netmgt.xml.eventconf.Event getEvent(Object eventId) {
   return container.getOnmsBean(eventId);
 }