br.shob
Class SharedSpace.Validator

java.lang.Object
  |
  +--br.shob.SharedSpace.Validator
All Implemented Interfaces:
Runnable
Enclosing class:
SharedSpace

protected static class SharedSpace.Validator
extends Object
implements Runnable

Description of the Class

Version:
0.1
Author:
dukejeffrie, crolmos
Created:
September 8, 2002

Field Summary
protected  SharedSpace shob
          Description of the Field
 
Constructor Summary
SharedSpace.Validator(SharedSpace shob)
          Constructor for the Validator object
SharedSpace.Validator(SharedSpace shob, long waitTimeMilis)
          Constructor for the Validator object
 
Method Summary
 void run()
          Main processing method for the Validator object
 void validateOnce()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shob

protected SharedSpace shob
Description of the Field

Constructor Detail

SharedSpace.Validator

public SharedSpace.Validator(SharedSpace shob)
Constructor for the Validator object

Parameters:
shob - Description of the Parameter

SharedSpace.Validator

public SharedSpace.Validator(SharedSpace shob,
                             long waitTimeMilis)
Constructor for the Validator object

Parameters:
shob - Description of the Parameter
waitTimeMilis - Description of the Parameter
Method Detail

run

public void run()
Main processing method for the Validator object

Specified by:
run in interface Runnable

validateOnce

public void validateOnce()
Description of the Method