Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi.remote
Class SystemPropertiesProcessCallable

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.remote.SystemPropertiesProcessCallable
All Implemented Interfaces:
ProcessCallable<Serializable>, Serializable

public class SystemPropertiesProcessCallable
extends Object
implements ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
SystemPropertiesProcessCallable(Map<String,String> propertiesMap)
           
 
Method Summary
 Serializable call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesProcessCallable

public SystemPropertiesProcessCallable(Map<String,String> propertiesMap)
Method Detail

call

public Serializable call()
Specified by:
call in interface ProcessCallable<Serializable>

Liferay 6.2-ce-ga5