|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Date | |
---|---|
java.security | Provides the classes and interfaces for the security framework. |
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
javax.security.cert | Provides classes for public key certificates. |
javax.tv.service | |
javax.tv.service.guide | |
org.dvb.application | Provides access to lists of applications which are available in this context and the ability to launch those applications. |
org.dvb.io.persistent | Provides extensions to the java.io package for access to files held in persistent storage. |
org.ocap.application | |
org.ocap.dvr.event | Manages stream events in store content. |
org.ocap.hn.content | |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
Uses of Date in java.security |
---|
Methods in java.security that return Date | |
---|---|
abstract Date |
KeyStoreSpi.engineGetCreationDate(String alias)
Returns the creation date of the entry identified by the given alias. |
Date |
KeyStore.getCreationDate(String alias)
Returns the creation date of the entry identified by the given alias. |
Uses of Date in java.security.cert |
---|
Methods in java.security.cert that return Date | |
---|---|
abstract Date |
X509CRL.getNextUpdate()
Gets the nextUpdate date from the CRL. |
abstract Date |
X509Certificate.getNotAfter()
Gets the notAfter date from the validity period of
the certificate. |
abstract Date |
X509Certificate.getNotBefore()
Gets the notBefore date from the validity period of
the certificate. |
abstract Date |
X509CRLEntry.getRevocationDate()
Gets the revocation date from this X509CRLEntry, the revocationDate. |
abstract Date |
X509CRL.getThisUpdate()
Gets the thisUpdate date from the CRL. |
Methods in java.security.cert with parameters of type Date | |
---|---|
abstract void |
X509Certificate.checkValidity(Date date)
Checks that the given date is within the certificate's validity period. |
Uses of Date in java.text |
---|
Methods in java.text that return Date | |
---|---|
Date |
SimpleDateFormat.get2DigitYearStart()
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within. |
Date |
DateFormat.parse(String source)
Parses text from the beginning of the given string to produce a date. |
abstract Date |
DateFormat.parse(String source,
ParsePosition pos)
Parse a date/time string according to the given parse position. |
Date |
SimpleDateFormat.parse(String text,
ParsePosition pos)
Parses text from a string to produce a Date . |
Methods in java.text with parameters of type Date | |
---|---|
String |
DateFormat.format(Date date)
Formats a Date into a date/time string. |
abstract StringBuffer |
DateFormat.format(Date date,
StringBuffer toAppendTo,
FieldPosition fieldPosition)
Formats a Date into a date/time string. |
StringBuffer |
SimpleDateFormat.format(Date date,
StringBuffer toAppendTo,
FieldPosition pos)
Formats the given Date into a date/time string and appends
the result to the given StringBuffer . |
void |
SimpleDateFormat.set2DigitYearStart(Date startDate)
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies. |
Uses of Date in java.util |
---|
Methods in java.util that return Date | |
---|---|
Date |
GregorianCalendar.getGregorianChange()
Gets the Gregorian Calendar change date. |
Date |
Calendar.getTime()
Gets this Calendar's current time. |
Methods in java.util with parameters of type Date | |
---|---|
boolean |
Date.after(Date when)
Tests if this date is after the specified date. |
boolean |
Date.before(Date when)
Tests if this date is before the specified date. |
int |
Date.compareTo(Date anotherDate)
Compares two Dates for ordering. |
abstract boolean |
TimeZone.inDaylightTime(Date date)
Queries if the given date is in daylight savings time in this time zone. |
boolean |
SimpleTimeZone.inDaylightTime(Date date)
Queries if the given date is in daylight saving time. |
void |
Timer.schedule(TimerTask task,
Date time)
Schedules the specified task for execution at the specified time. |
void |
Timer.schedule(TimerTask task,
Date firstTime,
long period)
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time. |
void |
Timer.scheduleAtFixedRate(TimerTask task,
Date firstTime,
long period)
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time. |
void |
GregorianCalendar.setGregorianChange(Date date)
Sets the GregorianCalendar change date. |
void |
Calendar.setTime(Date date)
Sets this Calendar's current time with the given Date. |
Uses of Date in javax.security.cert |
---|
Methods in javax.security.cert that return Date | |
---|---|
abstract Date |
X509Certificate.getNotAfter()
Gets the notAfter date from the validity period of
the certificate. |
abstract Date |
X509Certificate.getNotBefore()
Gets the notBefore date from the validity period of
the certificate. |
Methods in javax.security.cert with parameters of type Date | |
---|---|
abstract void |
X509Certificate.checkValidity(Date date)
Checks that the specified date is within the certificate's validity period. |
Uses of Date in javax.tv.service |
---|
Methods in javax.tv.service that return Date | |
---|---|
Date |
SIRetrievable.getUpdateTime()
Returns the time when this object was last updated from data in the broadcast. |
Uses of Date in javax.tv.service.guide |
---|
Methods in javax.tv.service.guide that return Date | |
---|---|
Date |
ProgramEvent.getEndTime()
Returns the end time of this program event. |
Date |
ProgramEvent.getStartTime()
Returns the start time of this program event. |
Methods in javax.tv.service.guide with parameters of type Date | |
---|---|
SIRequest |
ProgramSchedule.retrieveFutureProgramEvent(Date time,
SIRequestor requestor)
Retrieves the program event for the specified time. |
SIRequest |
ProgramSchedule.retrieveFutureProgramEvents(Date begin,
Date end,
SIRequestor requestor)
Retrieves all known program events on this service for the specified time interval. |
Uses of Date in org.dvb.application |
---|
Methods in org.dvb.application with parameters of type Date | |
---|---|
void |
DVBHTMLProxy.startTrigger(Date starttime)
Sends the application a start trigger at the specified time. |
void |
DVBHTMLProxy.trigger(Date time,
Object triggerPayload)
Sends the application a trigger with the given payload at the specified time. |
Uses of Date in org.dvb.io.persistent |
---|
Methods in org.dvb.io.persistent that return Date | |
---|---|
Date |
FileAttributes.getExpirationDate()
Returns the expiration date. |
Methods in org.dvb.io.persistent with parameters of type Date | |
---|---|
void |
FileAttributes.setExpirationDate(Date d)
Sets the expiration date. |
Uses of Date in org.ocap.application |
---|
Methods in org.ocap.application that return Date | |
---|---|
Date |
AppPattern.getExpirationTime()
Returns the time for this AppPattern to expire or null if it never expires. |
Methods in org.ocap.application with parameters of type Date | |
---|---|
void |
AppManagerProxy.registerAddressingProperties(Properties properties,
boolean persist,
Date expirationDate)
Registers addressing properties used for comparison when an addressing_descriptor from an AIT or XAIT is evaluated. |
Constructors in org.ocap.application with parameters of type Date | |
---|---|
AppPattern(String idPattern,
int action,
int priority,
Date expirationTime,
Object info)
Constructs a new AppPattern with an expiration time and MSO private information. |
Uses of Date in org.ocap.dvr.event |
---|
Methods in org.ocap.dvr.event with parameters of type Date | |
---|---|
void |
LightweightTriggerSession.registerEvent(Date date,
String name,
int id,
byte[] data)
Registers a synchronized event to the stream event list for this session. |
Uses of Date in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that return Date | |
---|---|
Date |
RecordingContentItem.getCreationDate()
|
Date |
ContentResource.getCreationDate()
Gets the creation date of the content or NULL if not known. |
Date |
ContentEntry.getCreationDate()
Gets the creation date of the content associated with this ContentEntry. |
Date |
ContentContainer.getCreationDate()
Returns the creation date of this ContentContainer. |
Uses of Date in org.ocap.media |
---|
Methods in org.ocap.media that return Date | |
---|---|
Date |
MediaAccessAuthorization.getStartTime()
Gets the wall clock start time to begin service blocking. |
Date |
BlockedService.getStartTime()
Gets the wall clock start time to begin service blocking. |
Constructors in org.ocap.media with parameters of type Date | |
---|---|
BlockedService(Date startTime,
long duration,
Service service,
boolean askMediaAccessHandler,
int level)
Constructor. |
Uses of Date in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that return Date | |
---|---|
Date |
DeletionDetails.getDeletionTime()
Gets the date and time when the recorded service was deleted. |
Date |
RecordedService.getRecordingStartTime()
Gets the time when the recording was initiated. |
Date |
ServiceRecordingSpec.getStartTime()
Returns the start time passed as an argument to the constructor. |
Date |
ServiceContextRecordingSpec.getStartTime()
Returns the start time passed as an argument to the constructor. |
Date |
LocatorRecordingSpec.getStartTime()
Returns the start time passed as an argument to the constructor. |
Constructors in org.ocap.shared.dvr with parameters of type Date | |
---|---|
DeletionDetails(int reason,
Date date)
Constructs a DeletionDetails |
|
LocatorRecordingSpec(Locator[] source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
|
ServiceContextRecordingSpec(ServiceContext serviceContext,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
|
ServiceRecordingSpec(Service source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |