The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
Class calypso.util.SelfTestRWLock.RWTestHelper
All Packages  This Package  Class Hierarchy  Class Search  Index

Class calypso.util.SelfTestRWLock.RWTestHelper

java.lang.Object
   |
   +----calypso.util.SelfTestRWLock.RWTestHelper

static class  SelfTestRWLock.RWTestHelper
     extends java.lang.Object
     implements java.lang.Runnable
{
          // Fields 5
     int fCount;
     int fDelay;
     int fHow;
     RWLock fLock;
     int fValue;

          // Constructors 1
     RWTestHelper(RWLock, int, int, int, int);

          // Methods 1
     public void run();
}



Fields


fLock

   RWLock fLock


fHow

   int fHow


fValue

   int fValue


fCount

   int fCount


fDelay

   int fDelay



Constructors


RWTestHelper

   RWTestHelper(RWLock aLock, 
                int aHow, 
                int aValue, 
                int aCount, 
                int aDelay) 



Methods


run

   public void run() 
Implements:
run in interface Runnable


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4

Copyright © 1998-1999 The Mozilla Organization.