net.walend.lyophil.ejb.ejbbeans
Interface ClassDiggerEJB

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ClassDiggerEJB
extends javax.ejb.EJBObject

Since:
20010905
Author:
David Walend

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.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

countByClass

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


findByClass

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

Throws:
<{PersistenceFailureException}>
java.lang.RuntimeException


Copyright (c) 2000, 2001, David Walend