Uses of Class
org.glite.ce.monitorapij.types.Dialect

Packages that use Dialect
org.glite.ce.monitorapij.types   
 

Uses of Dialect in org.glite.ce.monitorapij.types
 

Methods in org.glite.ce.monitorapij.types that return Dialect
 Dialect Topic.getDialect(java.lang.String dialectName)
          Get the _Dialect specified by its name if it is supported by the topic.
 Dialect[] TopicBase.getDialect()
          Gets the dialect value for this TopicBase.
 Dialect TopicBase.getDialect(int i)
           
 Dialect Topic.getDialect(java.lang.String dialectName)
          Get the _Dialect specified by its name if it is supported by the topic.
 

Methods in org.glite.ce.monitorapij.types with parameters of type Dialect
 boolean Topic.checkSupportedDialect(Dialect dlct)
          Check if the specified _Dialect is supported by this topic.
 void TopicBase.setDialect(Dialect[] dialect)
          Sets the dialect value for this TopicBase.
 void TopicBase.setDialect(int i, Dialect _value)
           
 boolean Topic.checkSupportedDialect(Dialect dlct)
          Check if the specified _Dialect is supported by this topic.
 

Constructors in org.glite.ce.monitorapij.types with parameters of type Dialect
TopicBase(java.lang.String name, Dialect[] dialect)