|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Time | |
---|---|
gov.nist.javax.sdp | Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141 ) |
gov.nist.javax.sdp.fields | Classes for SDP Fields. |
javax.sdp | This is a preliminary version of the javax.sdp package based on the public review version JSR 141 . |
Uses of Time in gov.nist.javax.sdp |
---|
Methods in gov.nist.javax.sdp that return Time | |
---|---|
Time |
TimeDescriptionImpl.getTime()
Returns the Time field. |
Methods in gov.nist.javax.sdp with parameters of type Time | |
---|---|
void |
TimeDescriptionImpl.setTime(Time timeField)
Sets the Time field. |
Uses of Time in gov.nist.javax.sdp.fields |
---|
Classes in gov.nist.javax.sdp.fields that implement Time | |
---|---|
class |
TimeField
Time Field. |
Uses of Time in javax.sdp |
---|
Methods in javax.sdp that return Time | |
---|---|
Time |
SdpFactory.createTime()
Returns an unbounded Time specification (i.e., "t=0 0"). |
Time |
SdpFactory.createTime(Date start,
Date stop)
Returns a Time specification with the specified start and stop times. |
Time |
TimeDescription.getTime()
Returns the Time field. |
Methods in javax.sdp with parameters of type Time | |
---|---|
TimeDescription |
SdpFactory.createTimeDescription(Time t)
Returns TimeDescription object with the specified properties. |
void |
TimeDescription.setTime(Time t)
Sets the Time field. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |