public class TypeResultSelector extends BasicResultSelector
| Constructor and Description |
|---|
TypeResultSelector()
Create a type result listener.
|
TypeResultSelector(Class type)
Create a type result listener.
|
TypeResultSelector(Class type,
boolean oneresult)
Create a type result listener.
|
TypeResultSelector(Class type,
boolean oneresult,
boolean remote)
Create a type result listener.
|
| Modifier and Type | Method and Description |
|---|---|
IService[] |
generateServiceArray(Map servicemap)
Get all services of the map as linear collection.
|
Object |
getCacheKey()
Get the cache key.
|
Class |
getType()
Get the type.
|
void |
setType(Class type)
Set the type.
|
String |
toString()
Get the string representation.
|
getFilter, isFinished, isOneResult, selectServices, setFilter, setOneResultpublic TypeResultSelector()
public TypeResultSelector(Class type)
public TypeResultSelector(Class type, boolean oneresult)
public TypeResultSelector(Class type, boolean oneresult, boolean remote)
public IService[] generateServiceArray(Map servicemap)
generateServiceArray in class BasicResultSelectorpublic Object getCacheKey()
getCacheKey in interface IResultSelectorgetCacheKey in class BasicResultSelectorpublic Class getType()
public void setType(Class type)
type - The type to set.public String toString()
toString in class BasicResultSelectorCopyright © 2012. All Rights Reserved.