|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.server_api.DateTime
public class DateTime
A representation of a point in time.
| Constructor Summary | |
|---|---|
DateTime()Creates a DateTime representing "transaction time" or "now". |
|
DateTime(long dateTime)Creates a DateTime representing a specific point in time. |
|
| Method Summary | |
|---|---|
long |
getTime()Gets the time in millis that this DateTime represents. |
boolean |
isTransactionTime()Determines whether this DateTime represents "transaction time". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateTime(long dateTime)
DateTime representing a specific point in time.
dateTime - the time in millis that the created DateTime will representpublic DateTime()
DateTime representing "transaction time" or "now".| Method Detail |
|---|
public long getTime()
DateTime represents.DateTime represents or 0 if it is "transaction time".public boolean isTransactionTime()
DateTime represents "transaction time".true if this this DateTime represents "transaction time", false otherwise
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||