Uses of Class
org.apache.lokahi.core.common.interfaces.XMLDao

Packages that use XMLDao
org.apache.lokahi.core.api.function   
org.apache.lokahi.core.common.database   
org.apache.lokahi.core.common.interfaces   
 

Uses of XMLDao in org.apache.lokahi.core.api.function
 

Subclasses of XMLDao in org.apache.lokahi.core.api.function
 class Function
          Represents the actions that a user can perform on configurable items that lokahi maintains and controls.
 

Uses of XMLDao in org.apache.lokahi.core.common.database
 

Classes in org.apache.lokahi.core.common.database with type parameters of type XMLDao
 class XMLBroker<T extends XMLDao>
           
 

Methods in org.apache.lokahi.core.common.database with type parameters of type XMLDao
<T extends XMLDao>
ReadOnlyBroker<T>
BrokerFactory.getBroker(java.io.File f, java.lang.Class<T> aClass)
           
<T extends XMLDao>
ReadOnlyBroker<T>
BrokerFactory.getBroker(java.io.InputStream in, java.lang.Class<T> aClass)
           
 

Uses of XMLDao in org.apache.lokahi.core.common.interfaces
 

Classes in org.apache.lokahi.core.common.interfaces with type parameters of type XMLDao
 class XMLDao<T extends XMLDao>