com.liferay.portal.kernel.resiliency.spi.remote
Class SystemPropertiesProcessCallable
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesProcessCallable
public SystemPropertiesProcessCallable(Map<String,String> propertiesMap)
call
public Serializable call()
- Specified by:
call
in interface ProcessCallable<Serializable>