Liferay 7.0-ce-b4

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

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

public class ProcessCallableAssignmentFabricAgentSelector
extends SystemPropertiesFilterFabricAgentSelector


Field Summary
static String PROCESS_CALLABLE_ASSIGNMENT_EXPRESSION_KEY
           
 
Constructor Summary
ProcessCallableAssignmentFabricAgentSelector()
           
 
Method Summary
protected  boolean accept(Map<String,String> systemProperties, ProcessCallable<?> processCallable)
           
 
Methods inherited from class com.liferay.portal.fabric.agent.selectors.SystemPropertiesFilterFabricAgentSelector
select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_CALLABLE_ASSIGNMENT_EXPRESSION_KEY

public static final String PROCESS_CALLABLE_ASSIGNMENT_EXPRESSION_KEY
Constructor Detail

ProcessCallableAssignmentFabricAgentSelector

public ProcessCallableAssignmentFabricAgentSelector()
Method Detail

accept

protected boolean accept(Map<String,String> systemProperties,
                         ProcessCallable<?> processCallable)
Specified by:
accept in class SystemPropertiesFilterFabricAgentSelector

Liferay 7.0-ce-b4