public class OnmsGatewayGroupRegistrar extends Object implements GatewayGroupRegistrar, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
OnmsGatewayGroupRegistrar class.
Constructor and Description |
---|
OnmsGatewayGroupRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
void |
destroy()
destroy
|
ServiceRegistry |
getServiceRegistry()
getServiceRegistry
|
void |
registerGatewayGroup(GatewayGroup gatewayGroup)
registerGatewayGroup
|
void |
setServiceRegistry(ServiceRegistry serviceRegistry)
setServiceRegistry
|
public void registerGatewayGroup(GatewayGroup gatewayGroup)
registerGatewayGroup
registerGatewayGroup
in interface GatewayGroupRegistrar
gatewayGroup
- a GatewayGroup
object.public void destroy() throws Exception
destroy
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
- if any.public void setServiceRegistry(ServiceRegistry serviceRegistry)
setServiceRegistry
serviceRegistry
- a ServiceRegistry
object.public ServiceRegistry getServiceRegistry()
getServiceRegistry
ServiceRegistry
object.Copyright © 2015. All Rights Reserved.