org.apache.geronimo.blueprint.mutable
Interface MutableRegistrationListener
- All Superinterfaces:
- RegistrationListener
- All Known Implementing Classes:
- RegistrationListenerImpl
public interface MutableRegistrationListener
- extends RegistrationListener
A mutable version of the RegistrationListener that allows modifications.
- Version:
- $Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
- Author:
- Apache Geronimo Project
setListenerComponent
void setListenerComponent(Target listenerComponent)
setRegistrationMethod
void setRegistrationMethod(String registrationMethodName)
setUnregistrationMethod
void setUnregistrationMethod(String unregistrationMethodName)
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.