org.eclipse.higgins.iss
Interface IICardSelectorFactory

All Superinterfaces:
org.eclipse.higgins.registry.IServiceProvider

public interface IICardSelectorFactory
extends org.eclipse.higgins.registry.IServiceProvider


Method Summary
 IICardSelector getICardSelector(CallbackHandler handler, org.eclipse.higgins.icard.IPolicy policy)
           
 IICardSelector getICardSelector(CallbackHandler handler, String policy)
           
 org.eclipse.higgins.icard.IPolicy parsePolicy(String policy)
           
 
Methods inherited from interface org.eclipse.higgins.registry.IServiceProvider
getConfiguration, getID, setID
 

Method Detail

parsePolicy

public org.eclipse.higgins.icard.IPolicy parsePolicy(String policy)
                                              throws PolicyParseException
Throws:
PolicyParseException

getICardSelector

public IICardSelector getICardSelector(CallbackHandler handler,
                                       org.eclipse.higgins.icard.IPolicy policy)
                                throws UnsatisfiablePolicyException
Throws:
UnsatisfiablePolicyException

getICardSelector

public IICardSelector getICardSelector(CallbackHandler handler,
                                       String policy)
                                throws PolicyParseException,
                                       UnsatisfiablePolicyException
Throws:
PolicyParseException
UnsatisfiablePolicyException