|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.core.soa.support.RegistrationListenerBean<T>
public class RegistrationListenerBean<T>
RegistrationListenerBean
| Constructor Summary | |
|---|---|
RegistrationListenerBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
String |
getBindMethod()
getBindMethod |
Class<?> |
getServiceInterface()
getServiceInterface |
Object |
getTarget()
getTarget |
String |
getUnbindMethod()
getUnbindMethod |
void |
providerRegistered(Registration registration,
Object provider)
providerRegistered |
void |
providerUnregistered(Registration registration,
Object provider)
providerUnregistered |
void |
setBindMethod(String bindMethod)
setBindMethod |
void |
setServiceInterface(Class<T> serviceInterface)
setServiceInterface |
void |
setTarget(Object target)
setTarget |
void |
setUnbindMethod(String unbindMethod)
setUnbindMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationListenerBean()
| Method Detail |
|---|
public Class<?> getServiceInterface()
getServiceInterface
public void setServiceInterface(Class<T> serviceInterface)
setServiceInterface
serviceInterface - the serviceInterface to setpublic Object getTarget()
getTarget
public void setTarget(Object target)
setTarget
target - the target to setpublic String getBindMethod()
getBindMethod
public void setBindMethod(String bindMethod)
setBindMethod
bindMethod - the bindMethod to setpublic String getUnbindMethod()
getUnbindMethod
public void setUnbindMethod(String unbindMethod)
setUnbindMethod
unbindMethod - the unbindMethod to set
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.
public void providerRegistered(Registration registration,
Object provider)
providerRegistered
providerRegistered in interface RegistrationListener<T>registration - a Registration object.provider - a T object.
public void providerUnregistered(Registration registration,
Object provider)
providerUnregistered
providerUnregistered in interface RegistrationListener<T>registration - a Registration object.provider - a T object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||