Uses of Class
org.eclipse.ohf.ihe.atna.audit.syslog.util.TimeStamp

Packages that use TimeStamp
org.eclipse.ohf.ihe.atna.audit.element   
org.eclipse.ohf.ihe.atna.audit.syslog.bsd   
 

Uses of TimeStamp in org.eclipse.ohf.ihe.atna.audit.element
 

Methods in org.eclipse.ohf.ihe.atna.audit.element that return TimeStamp
 TimeStamp EventIdentificationType.getEventDateTime()
          Gets the value of the eventDateTime property.
 

Methods in org.eclipse.ohf.ihe.atna.audit.element with parameters of type TimeStamp
 void EventIdentificationType.setEventDateTime(TimeStamp value)
          Sets the value of the eventDateTime property.
 

Uses of TimeStamp in org.eclipse.ohf.ihe.atna.audit.syslog.bsd
 

Methods in org.eclipse.ohf.ihe.atna.audit.syslog.bsd that return TimeStamp
 TimeStamp BSDMessage.getTimeStamp()
           
 

Constructors in org.eclipse.ohf.ihe.atna.audit.syslog.bsd with parameters of type TimeStamp
BSDMessage(int priority, TimeStamp timeStamp, java.net.InetAddress toIP, java.lang.String tag, java.lang.String message)
          Build a BSD Message
BSDMessage(int priority, TimeStamp timeStamp, java.lang.String FQDN, java.lang.String tag, java.lang.String message)
           
BSDMessage(TimeStamp timeStamp, java.net.InetAddress toIP, java.lang.String tag, java.lang.String message)
           
BSDMessage(TimeStamp timeStamp, java.lang.String FQDN, java.lang.String tag, java.lang.String message)