com.sun.jini.norm
Class NormServerBaseImpl.CountLeases

java.lang.Object
  extended by com.sun.jini.norm.NormServerBaseImpl.CountLeases
Enclosing class:
NormServerBaseImpl

private static class NormServerBaseImpl.CountLeases
extends Object

Keeps track of the number of leases.


Field Summary
private  int count
           
 
Constructor Summary
private NormServerBaseImpl.CountLeases()
           
 
Method Summary
private  int getCount()
           
private  void updateCount(int change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private int count
Constructor Detail

NormServerBaseImpl.CountLeases

private NormServerBaseImpl.CountLeases()
Method Detail

updateCount

private void updateCount(int change)

getCount

private int getCount()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.