|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.cluster.ClusterNodeResponse
public class ClusterNodeResponse
| Method Summary | |
|---|---|
static ClusterNodeResponse |
createExceptionClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Exception exception)
|
static ClusterNodeResponse |
createResultClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Serializable result)
|
ClusterNode |
getClusterNode()
|
Exception |
getException()
|
Serializable |
getResult()
|
String |
getUuid()
|
boolean |
hasException()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ClusterNodeResponse createExceptionClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Exception exception)
public static ClusterNodeResponse createResultClusterNodeResponse(ClusterNode clusterNode,
String uuid,
Serializable result)
public ClusterNode getClusterNode()
public Exception getException()
public Serializable getResult()
public String getUuid()
public boolean hasException()
public String toString()
toString in class Object
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||