org.apache.qpid.info
Class AppInfo

java.lang.Object
  extended by org.apache.qpid.info.AppInfo

public class AppInfo
extends Object

AppInfo class is gathering application specific information


Constructor Summary
AppInfo()
           
 
Method Summary
static Map<String,String> getInfo()
          getInfo method retrieves a key-value map for specific application properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppInfo

public AppInfo()
Method Detail

getInfo

public static Map<String,String> getInfo()
getInfo method retrieves a key-value map for specific application properties

Returns:
Map


Licensed to the Apache Software Foundation