|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Time | |
---|---|
railo.runtime.op | |
railo.runtime.op.date | |
railo.runtime.schedule | |
railo.runtime.text.xml.storage | |
railo.runtime.type.dt | |
railo.runtime.util |
Uses of Time in railo.runtime.op |
---|
Methods in railo.runtime.op that return Time | |
---|---|
Time |
CreationImpl.createTime(int hour,
int minute,
int second,
int millis)
|
Time |
CreationImpl.createTime(long time)
|
Uses of Time in railo.runtime.op.date |
---|
Methods in railo.runtime.op.date that return Time | |
---|---|
static Time |
DateCaster.toTime(TimeZone timeZone,
Object o)
converts a Object to a Time Object, returns null if invalid string |
static Time |
DateCaster.toTime(TimeZone timeZone,
String str,
Time defaultValue)
converts a String to a Time Object, returns null if invalid string |
Methods in railo.runtime.op.date with parameters of type Time | |
---|---|
static Time |
DateCaster.toTime(TimeZone timeZone,
String str,
Time defaultValue)
converts a String to a Time Object, returns null if invalid string |
Uses of Time in railo.runtime.schedule |
---|
Methods in railo.runtime.schedule that return Time | |
---|---|
Time |
ScheduleTaskImpl.getEndTime()
|
Time |
ScheduleTask.getEndTime()
|
Time |
ScheduleTaskImpl.getStartTime()
|
Time |
ScheduleTask.getStartTime()
|
Time |
StorageUtil.toTime(Config config,
Element el,
String attributeName)
reads a XML Element Attribute ans cast it to a Time Object |
Time |
StorageUtil.toTime(Element el,
String attributeName,
Time defaultValue)
reads a XML Element Attribute ans cast it to a Date |
Methods in railo.runtime.schedule with parameters of type Time | |
---|---|
Time |
StorageUtil.toTime(Element el,
String attributeName,
Time defaultValue)
reads a XML Element Attribute ans cast it to a Date |
Constructors in railo.runtime.schedule with parameters of type Time | |
---|---|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
org.apache.commons.httpclient.Credentials credentials,
String proxyHost,
int proxyPort,
org.apache.commons.httpclient.Credentials proxyCredentials,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class |
Uses of Time in railo.runtime.text.xml.storage |
---|
Methods in railo.runtime.text.xml.storage that return Time | |
---|---|
Time |
StorageItem.getTime(String key)
gets a value from the storage item as Time Object |
Methods in railo.runtime.text.xml.storage with parameters of type Time | |
---|---|
void |
StorageItem.setTime(String key,
Time value)
sets a value to the storage item as Time Object |
Uses of Time in railo.runtime.type.dt |
---|
Subclasses of Time in railo.runtime.type.dt | |
---|---|
class |
TimeImpl
Printable and Castable Time Object (at the moment, same as DateTime) |
Uses of Time in railo.runtime.util |
---|
Methods in railo.runtime.util that return Time | |
---|---|
Time |
Creation.createTime(int hour,
int minute,
int second,
int millis)
creates and returns a Time instance |
Time |
Creation.createTime(long time)
creates and returns a Time instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |