|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.DialectBase
org.glite.ce.monitorapij.types.Dialect
This class identifies a particular dialect supported by a sensor. A Dialect is intended as a particular way of expressing the output of a sensor and supports a certain number of query languages.
Constructor Summary | |
Dialect()
Creates a new _Dialect object without a name. |
|
Dialect(java.lang.String dialectName)
Creates a new _Dialect object with the specified name. |
Method Summary | |
boolean |
checkSupportedQueryLanguage(java.lang.String ql_name)
Check if this dialect supports the query language specified by its name. |
Methods inherited from class org.glite.ce.monitorapij.types.DialectBase |
equals, getDeserializer, getName, getQueryLanguage, getQueryLanguage, getSerializer, getTypeDesc, hashCode, setName, setQueryLanguage, setQueryLanguage |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dialect()
public Dialect(java.lang.String dialectName)
dialectName
- The name of the dialect.Method Detail |
public boolean checkSupportedQueryLanguage(java.lang.String ql_name)
ql_name
- The checked query language.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |