Uses of Class
fipaos.util.UTCTime

Packages that use UTCTime
fipaos.ont.fipa.fipaman 
fipaos.util 

Uses of UTCTime in fipaos.ont.fipa.fipaman
 

Constructors in fipaos.ont.fipa.fipaman with parameters of type UTCTime
Received.Received(URL from, URL by, String id, String via, UTCTime time)
          
 

Methods in fipaos.ont.fipa.fipaman that return UTCTime
UTCTimeEnvelope.getDate()
          Gets the creating date of this Envelope
UTCTimeReceived.getDateTime()
          
 

Methods in fipaos.ont.fipa.fipaman with parameters of type UTCTime
voidEnvelope.setDate(UTCTime utc)
          Sets the date of creation for this envelope
 

Uses of UTCTime in fipaos.util
 

Methods in fipaos.util that return UTCTime
UTCTimeUTCTime.getZTime()
          Method to return a representation of this object in
Z time
 

Methods in fipaos.util with parameters of type UTCTime
booleanUTCTime.equals(UTCTime time)
          Method to provide a mechanism for determining if two times are the same
booleanUTCTime.isAfter(UTCTime time)
          Method to provide a way of determining if a UTCTime object represents a time before
the time this UTCTime instance represents.
booleanUTCTime.isBefore(UTCTime time)
          Method to provide a way of determining if a UTCTime object represents a time after
the time this UTCTime instance represents