|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.TopicBase
org.glite.ce.monitorapij.types.Topic
This class identifies a class of sensor and specifies the _Dialect
s it supports.
Constructor Summary | |
Topic()
Creates a new _Topic object without name. |
|
Topic(java.lang.String topicName)
Creates a new _Topic object specifying its name. |
Method Summary | |
boolean |
checkSupportedDialect(Dialect dlct)
Check if the specified _Dialect is supported by this topic. |
Dialect |
getDialect(java.lang.String dialectName)
Get the _Dialect specified by its name if it is supported by the topic. |
Methods inherited from class org.glite.ce.monitorapij.types.TopicBase |
equals, getDeserializer, getDialect, getDialect, getName, getSerializer, getTypeDesc, hashCode, setDialect, setDialect, setName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Topic()
public Topic(java.lang.String topicName)
topicName
- The name of this topic.Method Detail |
public Dialect getDialect(java.lang.String dialectName)
_Dialect
specified by its name if it is supported by the topic.
dialectName
- The name of the searched dialect.
Dialect
if it is supported by the topic, null otherwise.public boolean checkSupportedDialect(Dialect dlct)
_Dialect
is supported by this topic.
dlct
- The _Dialect
which is to be verified.
Dialect
is supported.
False otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |