|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.blueprint.reflect.RegistrationListenerImpl
public class RegistrationListenerImpl
Implementation of RegistrationListener.
| Constructor Summary | |
|---|---|
RegistrationListenerImpl()
|
|
RegistrationListenerImpl(RegistrationListener source)
|
|
RegistrationListenerImpl(Target listenerComponent,
String registrationMethod,
String unregistrationMethod)
|
|
| Method Summary | |
|---|---|
Target |
getListenerComponent()
Return the Metadata for the component that will receive registration and unregistration events. |
String |
getRegistrationMethod()
Return the name of the registration method. |
String |
getUnregistrationMethod()
Return the name of the unregistration method. |
void |
setListenerComponent(Target listenerComponent)
|
void |
setRegistrationMethod(String registrationMethod)
|
void |
setUnregistrationMethod(String unregistrationMethod)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationListenerImpl()
public RegistrationListenerImpl(Target listenerComponent,
String registrationMethod,
String unregistrationMethod)
public RegistrationListenerImpl(RegistrationListener source)
| Method Detail |
|---|
public Target getListenerComponent()
RegistrationListenerref attribute or via an inlined
component.
getListenerComponent in interface RegistrationListenerpublic void setListenerComponent(Target listenerComponent)
setListenerComponent in interface MutableRegistrationListenerpublic String getRegistrationMethod()
RegistrationListenerregistration-method attribute of
the registration listener.
getRegistrationMethod in interface RegistrationListenerpublic void setRegistrationMethod(String registrationMethod)
setRegistrationMethod in interface MutableRegistrationListenerpublic String getUnregistrationMethod()
RegistrationListenerunregistration-method attribute of
the registration listener.
getUnregistrationMethod in interface RegistrationListenerpublic void setUnregistrationMethod(String unregistrationMethod)
setUnregistrationMethod in interface MutableRegistrationListenerpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||