|
Liferay 7.0-ce-m6 | |||||||||
| 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,
Object result)
|
ClusterNode |
getClusterNode()
|
Exception |
getException()
|
Object |
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,
Object result)
public ClusterNode getClusterNode()
public Exception getException()
public Object getResult()
throws Exception
Exceptionpublic String getUuid()
public boolean hasException()
public String toString()
toString in class Object
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||