org.wso2.andes.wso2.service
Class QpidNotificationServiceImpl

java.lang.Object
  extended by org.wso2.andes.wso2.service.QpidNotificationServiceImpl
All Implemented Interfaces:
QpidNotificationService

public class QpidNotificationServiceImpl
extends java.lang.Object
implements QpidNotificationService

This is a declarative service for exposing Qpid attributes to the OSGi runtime.


Constructor Summary
QpidNotificationServiceImpl()
           
 
Method Summary
 java.lang.String getBuildNumber()
           
 java.lang.String getVersion()
           
 void setBuildNumber(java.lang.String buildNumber)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QpidNotificationServiceImpl

public QpidNotificationServiceImpl()
Method Detail

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface QpidNotificationService

setVersion

public void setVersion(java.lang.String version)
Specified by:
setVersion in interface QpidNotificationService

getBuildNumber

public java.lang.String getBuildNumber()
Specified by:
getBuildNumber in interface QpidNotificationService

setBuildNumber

public void setBuildNumber(java.lang.String buildNumber)
Specified by:
setBuildNumber in interface QpidNotificationService


Copyright © 2015 WSO2. All Rights Reserved.