public class RelayMllpListener extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, IRelayListener, org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
RelayMllpListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Fired automatically by the container when
the bean is ready to start
|
void |
destroy()
Fired automatically by the container when
the bean is shutting down
|
String |
getBeanName() |
void |
registerApplication(ca.uhn.hl7v2.protocol.ApplicationRouter.AppRoutingData theAppRouting,
ca.uhn.hl7v2.protocol.ReceivingApplication theReceivingApplication) |
void |
setBeanName(String theBeanName) |
void |
setPort(int thePort) |
public RelayMllpListener()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy() throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic String getBeanName()
getBeanName in interface org.springframework.beans.factory.NamedBeanpublic void registerApplication(ca.uhn.hl7v2.protocol.ApplicationRouter.AppRoutingData theAppRouting, ca.uhn.hl7v2.protocol.ReceivingApplication theReceivingApplication)
registerApplication in interface IRelayListenerpublic void setBeanName(String theBeanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setPort(int thePort)
Copyright © 2012-2014 University Health Network. All Rights Reserved.