|
||||||||||
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.RIMessage<TEST>
public class RIMessage<TEST extends Test>
Model a RunningInstance 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 |
RI
topic base |
Fields inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
DATE_FORMAT_NOW, result, scope, sourceGHN, time, topic |
Constructor Summary | |
---|---|
RIMessage()
|
|
RIMessage(String ghnName,
org.gcube.common.core.scope.GCUBEScope VO)
create a RIMessage for the given scope and ghn |
Method Summary | |
---|---|
String |
getServiceClass()
get the service class |
String |
getServiceName()
get the serviceName |
TEST |
getTest()
get the test Object |
void |
setServiceClass(String serviceClass)
set the service class |
void |
setServiceName(String serviceName)
set the service name |
void |
setTest(TEST test)
set the test object |
String |
toString()
to string |
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 RI
Constructor Detail |
---|
public RIMessage()
public RIMessage(String ghnName, org.gcube.common.core.scope.GCUBEScope VO)
ghnName
- the ghnVO
- the scopeMethod Detail |
---|
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass
- the service classpublic TEST getTest()
public void setTest(TEST test)
test
- the test objectpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |