| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
UTCTime | Envelope.getDate() Gets the creating date of this Envelope |
UTCTime | Received.getDateTime() |
Methods in fipaos.ont.fipa.fipaman with parameters of type UTCTime | |
void | Envelope.setDate(UTCTime utc) Sets the date of creation for this envelope |
Uses of UTCTime in fipaos.util |
Methods in fipaos.util that return UTCTime | |
UTCTime | UTCTime.getZTime() Method to return a representation of this object in Z time |
Methods in fipaos.util with parameters of type UTCTime | |
boolean | UTCTime.equals(UTCTime time) Method to provide a mechanism for determining if two times are the same |
boolean | UTCTime.isAfter(UTCTime time) Method to provide a way of determining if a UTCTime object represents a time before the time this UTCTime instance represents. |
boolean | UTCTime.isBefore(UTCTime time) Method to provide a way of determining if a UTCTime object represents a time after the time this UTCTime instance represents |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |