com.francetelecom.admindm.model
Class CheckMinimum

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

public class CheckMinimum
extends java.lang.Object
implements CheckCallBack

The Class CheckMinimum.


Constructor Summary
CheckMinimum(long pMinimum)
          Instantiates a new check minimum.
 
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

CheckMinimum

public CheckMinimum(long pMinimum)
Instantiates a new check minimum.

Parameters:
pMinimum - the minimum
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.