org.opennms.sms.gateways.internal
Class OsgiGatewayGroupRegistrar

java.lang.Object
  extended by org.opennms.sms.gateways.internal.OsgiGatewayGroupRegistrar
All Implemented Interfaces:
GatewayGroupRegistrar, org.springframework.beans.factory.DisposableBean, org.springframework.osgi.context.BundleContextAware

public class OsgiGatewayGroupRegistrar
extends Object
implements GatewayGroupRegistrar, org.springframework.osgi.context.BundleContextAware, org.springframework.beans.factory.DisposableBean

OsgiGatewayGroupRegistrar class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OsgiGatewayGroupRegistrar()
           
 
Method Summary
 void destroy()
          destroy
 void registerGatewayGroup(GatewayGroup gatewayGroup)
          registerGatewayGroup
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiGatewayGroupRegistrar

public OsgiGatewayGroupRegistrar()
Method Detail

registerGatewayGroup

public void registerGatewayGroup(GatewayGroup gatewayGroup)

registerGatewayGroup

Specified by:
registerGatewayGroup in interface GatewayGroupRegistrar
Parameters:
gatewayGroup - a GatewayGroup object.

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)

Specified by:
setBundleContext in interface org.springframework.osgi.context.BundleContextAware

destroy

public void destroy()
             throws Exception

destroy

Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception - if any.


Copyright © 2011. All Rights Reserved.