org.jboss.dna.repository.observation
Class ObservationService.DefaultProblemLog

java.lang.Object
  extended by org.jboss.dna.repository.observation.ObservationService.DefaultProblemLog
All Implemented Interfaces:
ObservationService.ProblemLog
Enclosing class:
ObservationService

public class ObservationService.DefaultProblemLog
extends Object
implements ObservationService.ProblemLog

Problem log implementation that records problems in the log.

Author:
Randall Hauch

Constructor Summary
ObservationService.DefaultProblemLog()
           
 
Method Summary
 void error(String repositoryWorkspaceName, Throwable t)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservationService.DefaultProblemLog

public ObservationService.DefaultProblemLog()
Method Detail

error

public void error(String repositoryWorkspaceName,
                  Throwable t)

Specified by:
error in interface ObservationService.ProblemLog


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.