Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.messaging
Class DestinationConfigurationProcessCallable

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.messaging.DestinationConfigurationProcessCallable
All Implemented Interfaces:
ProcessCallable<Boolean>, Serializable

public class DestinationConfigurationProcessCallable
extends Object
implements ProcessCallable<Boolean>

See Also:
Serialized Form

Constructor Summary
DestinationConfigurationProcessCallable(String destinationName)
           
 
Method Summary
 Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationConfigurationProcessCallable

public DestinationConfigurationProcessCallable(String destinationName)
Method Detail

call

public Boolean call()
             throws ProcessException
Specified by:
call in interface ProcessCallable<Boolean>
Throws:
ProcessException

Liferay 6.2-ce-ga5