org.apache.avalon.cornerstone.blocks.masterstore
Class AvalonFileRepositoryMonitor
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
- All Implemented Interfaces:
- FileRepositoryMonitor, LogEnabled
public class AvalonFileRepositoryMonitor
- extends AbstractLogEnabled
- implements FileRepositoryMonitor
- Version:
- $Revision: 1.8 $
- Author:
- Paul Hammant
Method Summary |
void |
checkingKey(Class aClass,
String key)
|
void |
initialized(Class aClass)
|
void |
keyRemoved(Class aClass,
String key)
|
void |
pathOpened(Class aClass,
String m_path)
|
void |
repositoryCreated(Class aClass,
String m_name,
String m_destination,
String childName)
|
void |
returningKey(Class aClass,
String key)
|
void |
returningObjectForKey(Class aClass,
Object object,
String key)
|
void |
storingObjectForKey(Class xmlFilePersistentObjectRepository,
Object value,
String key)
|
void |
unExpectedIOException(Class aClass,
String message,
IOException ioe)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvalonFileRepositoryMonitor
public AvalonFileRepositoryMonitor()
repositoryCreated
public void repositoryCreated(Class aClass,
String m_name,
String m_destination,
String childName)
- Specified by:
repositoryCreated
in interface FileRepositoryMonitor
keyRemoved
public void keyRemoved(Class aClass,
String key)
- Specified by:
keyRemoved
in interface FileRepositoryMonitor
checkingKey
public void checkingKey(Class aClass,
String key)
- Specified by:
checkingKey
in interface FileRepositoryMonitor
returningKey
public void returningKey(Class aClass,
String key)
- Specified by:
returningKey
in interface FileRepositoryMonitor
returningObjectForKey
public void returningObjectForKey(Class aClass,
Object object,
String key)
- Specified by:
returningObjectForKey
in interface FileRepositoryMonitor
storingObjectForKey
public void storingObjectForKey(Class xmlFilePersistentObjectRepository,
Object value,
String key)
- Specified by:
storingObjectForKey
in interface FileRepositoryMonitor
initialized
public void initialized(Class aClass)
- Specified by:
initialized
in interface FileRepositoryMonitor
pathOpened
public void pathOpened(Class aClass,
String m_path)
- Specified by:
pathOpened
in interface FileRepositoryMonitor
unExpectedIOException
public void unExpectedIOException(Class aClass,
String message,
IOException ioe)
- Specified by:
unExpectedIOException
in interface FileRepositoryMonitor
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.