Class ServiceEvent

java.lang.Object
com.trdp.config.ServiceEvent

public class ServiceEvent extends Object
Service event definition (<event> element within a service).

Associates an event identifier with a ComID and transport type (PD or MD). Default type is "PD".

  • Constructor Details

    • ServiceEvent

      public ServiceEvent(int id, long comId, String type, String name)
  • Method Details

    • getId

      public int getId()
    • getComId

      public long getComId()
    • getType

      public String getType()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object