com.francetelecom.admindm.model
Class CheckMaximum

java.lang.Object
  extended by com.francetelecom.admindm.model.CheckMaximum
All Implemented Interfaces:
CheckCallBack

public class CheckMaximum
extends java.lang.Object
implements CheckCallBack

The Class CheckMaximum.


Constructor Summary
CheckMaximum(long pMaximum)
          Instantiates a new check maximum.
 
Method Summary
 void check(java.lang.Object value)
          Check.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckMaximum

public CheckMaximum(long pMaximum)
Instantiates a new check maximum.

Parameters:
pMaximum - the maximum
Method Detail

check

public final void check(java.lang.Object value)
                 throws Fault
Check.

Specified by:
check in interface CheckCallBack
Parameters:
value - the value
Throws:
Fault - the fault
See Also:
CheckCallBack.check(java.lang.Object)


Copyright © 2011 FranceTelecom. All Rights Reserved.