Uses of Class
it.geosolutions.geobatch.flow.event.consumer.EventConsumerStatus

Packages that use EventConsumerStatus
it.geosolutions.geobatch.flow.event.consumer   
 

Uses of EventConsumerStatus in it.geosolutions.geobatch.flow.event.consumer
 

Methods in it.geosolutions.geobatch.flow.event.consumer that return EventConsumerStatus
 EventConsumerStatus BaseEventConsumer.getStatus()
           
 EventConsumerStatus EventConsumer.getStatus()
          Retrieves the status for this EventConsumer .
static EventConsumerStatus EventConsumerStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventConsumerStatus[] EventConsumerStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.geosolutions.geobatch.flow.event.consumer with parameters of type EventConsumerStatus
 void BaseEventConsumer.EventConsumerListenerForwarder.fireStatusChanged(EventConsumerStatus olds, EventConsumerStatus news)
           
protected  void BaseEventConsumer.setStatus(EventConsumerStatus eventConsumerStatus)
          Change status and fire events on listeners if status has really changed.
 void EventConsumerListener.statusChanged(EventConsumerStatus oldStatus, EventConsumerStatus neeStatus)
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.