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

Packages that use Topic
org.glite.ce.monitorapij.types   
org.glite.ce.monitorapij.ws   
 

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

Methods in org.glite.ce.monitorapij.types that return Topic
 Topic[] TopicArrayBase.getTopic()
          Gets the topic value for this TopicArrayBase.
 Topic TopicArrayBase.getTopic(int i)
           
 Topic SubscriptionBase.getTopic()
          Gets the topic value for this SubscriptionBase.
 Topic Notification.getTopic()
          Gets the topic value for this Notification.
 Topic[] Info.getTopic()
          Gets the topic value for this Info.
 Topic Info.getTopic(int i)
           
 

Methods in org.glite.ce.monitorapij.types with parameters of type Topic
 void TopicArrayBase.setTopic(Topic[] topic)
          Sets the topic value for this TopicArrayBase.
 void TopicArrayBase.setTopic(int i, Topic _value)
           
 void SubscriptionBase.setTopic(Topic topic)
          Sets the topic value for this SubscriptionBase.
 void Notification.setTopic(Topic topic)
          Sets the topic value for this Notification.
 void Info.setTopic(Topic[] topic)
          Sets the topic value for this Info.
 void Info.setTopic(int i, Topic _value)
           
 

Constructors in org.glite.ce.monitorapij.types with parameters of type Topic
TopicArrayBase(Topic[] topic)
           
SubscriptionBase(org.apache.axis.types.URI monitorConsumerURL, java.util.Calendar expirationTime, Topic topic, Policy policy)
           
Notification(java.util.Calendar expirationTime, Topic topic, Event event, org.apache.axis.types.URI consumerURL)
           
Info(java.lang.String version, java.lang.String description, Topic[] topic, Action[] action)
           
 

Uses of Topic in org.glite.ce.monitorapij.ws
 

Methods in org.glite.ce.monitorapij.ws with parameters of type Topic
 Event CEMonitorBindingStub.getEvent(Topic topic)
           
 Event CEMonitorBindingImpl.getEvent(Topic topic)
           
 Event CEMonitorPort.getEvent(Topic topic)
          This method is used to obtain the last event relative to the specified topic.