com.monad.homerun.base
Interface LimiterResolver


public interface LimiterResolver

LimiterResolver describes classes that can resolve Specifier limiters.


Method Summary
 java.lang.String[] getConfigFeatures(java.lang.String configPath)
           
 java.lang.String[] getFilterNames(java.lang.String domain)
           
 java.lang.String[] getIconNames(java.lang.String category)
           
 java.lang.String[] getInstanceNames(java.lang.String domain)
           
 java.lang.String[] getPlanNames()
           
 java.lang.String[] getSceneNames()
           
 java.lang.String[] getScheduleNames()
           
 

Method Detail

getConfigFeatures

java.lang.String[] getConfigFeatures(java.lang.String configPath)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getInstanceNames

java.lang.String[] getInstanceNames(java.lang.String domain)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFilterNames

java.lang.String[] getFilterNames(java.lang.String domain)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSceneNames

java.lang.String[] getSceneNames()
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPlanNames

java.lang.String[] getPlanNames()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getScheduleNames

java.lang.String[] getScheduleNames()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getIconNames

java.lang.String[] getIconNames(java.lang.String category)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.