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<java.io.Serializable>, java.io.Serializable

public class SystemPropertiesProcessCallable
extends java.lang.Object
implements ProcessCallable<java.io.Serializable>

Author:
Shuyang Zhou
See Also:
Serialized Form

Constructor Summary
SystemPropertiesProcessCallable(java.util.Map<java.lang.String,java.lang.String> propertiesMap)
           
 
Method Summary
 java.io.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(java.util.Map<java.lang.String,java.lang.String> propertiesMap)
Method Detail

call

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