org.apache.archiva.consumers
Interface ConsumerMonitor


public interface ConsumerMonitor

ConsumerMonitor - a monitor for consumers.


Method Summary
 void consumerError(Consumer consumer, String type, String message)
          A consumer error event.
 void consumerInfo(Consumer consumer, String message)
          A consumer informational event.
 void consumerWarning(Consumer consumer, String type, String message)
          A consumer warning event.
 

Method Detail

consumerError

void consumerError(Consumer consumer,
                   String type,
                   String message)
A consumer error event.

Parameters:
consumer - the consumer that caused the error.
type - the type of error.
message - the message about the error.

consumerWarning

void consumerWarning(Consumer consumer,
                     String type,
                     String message)
A consumer warning event.

Parameters:
consumer - the consumer that caused the warning.
type - the type of warning.
message - the message about the warning.

consumerInfo

void consumerInfo(Consumer consumer,
                  String message)
A consumer informational event.

Parameters:
consumer - the consumer that caused the informational message.
message - the message.


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.