edu.internet2.middleware.shibboleth.common.config
Class BaseReloadableService.ConfigurationResourceListener

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.config.BaseReloadableService.ConfigurationResourceListener
All Implemented Interfaces:
org.opensaml.util.resource.ResourceChangeListener
Enclosing class:
BaseReloadableService

protected class BaseReloadableService.ConfigurationResourceListener
extends Object
implements org.opensaml.util.resource.ResourceChangeListener

A listener for policy resource changes that triggers a reloading of the AFP context.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opensaml.util.resource.ResourceChangeListener
org.opensaml.util.resource.ResourceChangeListener.ResourceChange
 
Constructor Summary
protected BaseReloadableService.ConfigurationResourceListener()
           
 
Method Summary
 void onResourceCreate(org.opensaml.util.resource.Resource resource)
          
 void onResourceDelete(org.opensaml.util.resource.Resource resource)
          
 void onResourceUpdate(org.opensaml.util.resource.Resource resource)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseReloadableService.ConfigurationResourceListener

protected BaseReloadableService.ConfigurationResourceListener()
Method Detail

onResourceCreate

public void onResourceCreate(org.opensaml.util.resource.Resource resource)

Specified by:
onResourceCreate in interface org.opensaml.util.resource.ResourceChangeListener

onResourceDelete

public void onResourceDelete(org.opensaml.util.resource.Resource resource)

Specified by:
onResourceDelete in interface org.opensaml.util.resource.ResourceChangeListener

onResourceUpdate

public void onResourceUpdate(org.opensaml.util.resource.Resource resource)

Specified by:
onResourceUpdate in interface org.opensaml.util.resource.ResourceChangeListener


Copyright © 2006-2009 Internet2. All Rights Reserved.