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

public class DestinationConfigurationProcessCallable
extends java.lang.Object
implements ProcessCallable<java.lang.Boolean>

Author:
Shuyang Zhou
See Also:
Serialized Form

Constructor Summary
DestinationConfigurationProcessCallable(java.lang.String destinationName)
           
 
Method Summary
 java.lang.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(java.lang.String destinationName)
Method Detail

call

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