net.walend.lyophil.ejb
Class EJBClassDigger

java.lang.Object
  |
  +--net.walend.lyophil.ejb.EJBClassDigger
All Implemented Interfaces:
ClassDigger, Digger

public class EJBClassDigger
extends java.lang.Object
implements ClassDigger

Since:
20010905
Author:
David Walend

Constructor Summary
EJBClassDigger()
           
 
Method Summary
 int countByClass(java.lang.Class interf)
          Count the number of freezables that implement this interf.
 SetOfFreezables findByClass(java.lang.Class interf)
          Returns the Set of Freezables in the Freezer that can be cast to interf.
private  ClassDiggerEJB getClassDigger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBClassDigger

public EJBClassDigger()
Method Detail

getClassDigger

private ClassDiggerEJB getClassDigger()

countByClass

public int countByClass(java.lang.Class interf)
Count the number of freezables that implement this interf.

Specified by:
countByClass in interface ClassDigger

findByClass

public SetOfFreezables findByClass(java.lang.Class interf)
Returns the Set of Freezables in the Freezer that can be cast to interf.

Specified by:
findByClass in interface ClassDigger
Throws:
<{PersistenceFailureException}>


Copyright (c) 2000, 2001, David Walend