© 2001 BEA Systems, Inc.


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

Constructor Summary
SystemCurrentTimeMillis()
          A default constructor.
 
Method Summary
 java.lang.Class[] getParameterSignature()
           
 
Methods inherited from class com.bea.p13n.expression.operator.Operator
leftHandSide, operand, rightHandSide
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemCurrentTimeMillis

public SystemCurrentTimeMillis()
A default constructor.
Method Detail

getParameterSignature

public java.lang.Class[] getParameterSignature()

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved