org.opennms.sms.gateways.internal
Class GatewayGroupLoader

java.lang.Object
  extended by org.opennms.sms.gateways.internal.GatewayGroupLoader
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class GatewayGroupLoader
extends Object
implements org.springframework.beans.factory.InitializingBean

GatewayGroupLoader class.

Version:
$Id: $
Author:
ranger

Constructor Summary
GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar, Properties configProperties)
          Constructor for GatewayGroupLoader.
GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar, URL configURL)
          Constructor for GatewayGroupLoader.
 
Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 GatewayGroup[] getGatewayGroups()
          getGatewayGroups
 void load()
          load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayGroupLoader

public GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar,
                          URL configURL)

Constructor for GatewayGroupLoader.

Parameters:
gatewayGroupRegistrar - a GatewayGroupRegistrar object.
configURL - a URL object.

GatewayGroupLoader

public GatewayGroupLoader(GatewayGroupRegistrar gatewayGroupRegistrar,
                          Properties configProperties)

Constructor for GatewayGroupLoader.

Parameters:
gatewayGroupRegistrar - a GatewayGroupRegistrar object.
configProperties - a Properties object.
Method Detail

getGatewayGroups

public GatewayGroup[] getGatewayGroups()

getGatewayGroups

Returns:
an array of GatewayGroup objects.

load

public void load()

load


afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception

afterPropertiesSet

Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception - if any.


Copyright © 2011. All Rights Reserved.