|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.core.monitoring.GCUBEMessage
org.gcube.messaging.common.messages.GHNMessage<TEST>
public class GHNMessage<TEST extends Test>
Models a GHN Message
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
org.gcube.common.core.monitoring.GCUBEMessage.ResultType |
Field Summary | |
---|---|
static String |
GHN
topic base |
Fields inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
DATE_FORMAT_NOW, result, scope, sourceGHN, time, topic |
Constructor Summary | |
---|---|
GHNMessage()
|
|
GHNMessage(String ghnName,
org.gcube.common.core.scope.GCUBEScope VO)
build a new GHNMessage |
Method Summary | |
---|---|
TEST |
getTest()
get the test contained into the message |
void |
setTest(TEST test)
set the test object for this message |
String |
toString()
String representation |
Methods inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
getResult, getScope, getSourceGHN, getTime, getTopic, setResult, setScope, setSourceGHN, setTime, setTimeNow, setTopic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String GHN
Constructor Detail |
---|
public GHNMessage()
public GHNMessage(String ghnName, org.gcube.common.core.scope.GCUBEScope VO)
ghnName
- the ghnnameVO
- the voMethod Detail |
---|
public TEST getTest()
public void setTest(TEST test)
test
- the testpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |