SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.impl.jdbc.schema
Class ReferenceCounter

java.lang.Object
  |
  +--com.solarmetric.rd.kodo.impl.jdbc.schema.ReferenceCounter
Direct Known Subclasses:
Column, Constraint

public class ReferenceCounter
extends java.lang.Object

Some schema components count references so that unused components can be detected.


Constructor Summary
ReferenceCounter()
           
 
Method Summary
 void deref()
           
 int getRefCount()
           
 void ref()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceCounter

public ReferenceCounter()
Method Detail

getRefCount

public int getRefCount()

ref

public void ref()

deref

public void deref()

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.