Liferay 7.0-ce-b4

com.liferay.portal.fabric.agent.selectors
Class SystemPropertiesFilterFabricAgentSelector

java.lang.Object
  extended by com.liferay.portal.fabric.agent.selectors.SystemPropertiesFilterFabricAgentSelector
All Implemented Interfaces:
FabricAgentSelector
Direct Known Subclasses:
ProcessCallableAssignmentFabricAgentSelector

public abstract class SystemPropertiesFilterFabricAgentSelector
extends Object
implements FabricAgentSelector


Constructor Summary
SystemPropertiesFilterFabricAgentSelector()
           
 
Method Summary
protected abstract  boolean accept(Map<String,String> systemProperties, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesFilterFabricAgentSelector

public SystemPropertiesFilterFabricAgentSelector()
Method Detail

select

public Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents,
                                      ProcessCallable<?> processCallable)
Specified by:
select in interface FabricAgentSelector

accept

protected abstract boolean accept(Map<String,String> systemProperties,
                                  ProcessCallable<?> processCallable)

Liferay 7.0-ce-b4