com.liferay.portal.cluster
Class ClusterResponseImpl
java.lang.Object
com.liferay.portal.cluster.ClusterResponseImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.cluster.ClusterResponse, java.io.Serializable
public class ClusterResponseImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.cluster.ClusterResponse
View Source
- Author:
- Tina Tian
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClusterResponseImpl
public ClusterResponseImpl()
getException
public java.lang.Exception getException()
- Specified by:
getException
in interface com.liferay.portal.kernel.cluster.ClusterResponse
getResult
public java.lang.Object getResult()
- Specified by:
getResult
in interface com.liferay.portal.kernel.cluster.ClusterResponse
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid
in interface com.liferay.portal.kernel.cluster.ClusterResponse
hasException
public boolean hasException()
- Specified by:
hasException
in interface com.liferay.portal.kernel.cluster.ClusterResponse
isMulticast
public boolean isMulticast()
- Specified by:
isMulticast
in interface com.liferay.portal.kernel.cluster.ClusterResponse
setException
public void setException(java.lang.Exception exception)
- Specified by:
setException
in interface com.liferay.portal.kernel.cluster.ClusterResponse
setMulticast
public void setMulticast(boolean multicast)
- Specified by:
setMulticast
in interface com.liferay.portal.kernel.cluster.ClusterResponse
setResult
public void setResult(java.lang.Object result)
- Specified by:
setResult
in interface com.liferay.portal.kernel.cluster.ClusterResponse
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid
in interface com.liferay.portal.kernel.cluster.ClusterResponse
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object