com.bea.p13n.expression.operator
Class SystemCurrentTimeMillis
java.lang.Object
|
+--com.bea.p13n.expression.internal.ComplexExpressionImpl
|
+--com.bea.p13n.expression.operator.Operator
|
+--com.bea.p13n.expression.operator.SystemCurrentTimeMillis
- public final class SystemCurrentTimeMillis
- extends Operator
Implementation of the SystemCurrentTimeMillis operator. Returns
a Double object with the current system time in milliseconds.
Inputs: None.
Returns: A Long that is the result of calling System.currentTimeMillis.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
SystemCurrentTimeMillis
public SystemCurrentTimeMillis()
- A default constructor.
getParameterSignature
public java.lang.Class[] getParameterSignature()
Copyright © 2001 BEA Systems, Inc. All Rights Reserved