org.apache.qpid.info
Class InfoServiceImpl

java.lang.Object
  extended by org.apache.qpid.info.InfoServiceImpl
All Implemented Interfaces:
InfoService

public class InfoServiceImpl
extends Object
implements InfoService


Field Summary
(package private)  SortedMap<String,String> infoMap
           
 
Constructor Summary
InfoServiceImpl()
           
 
Method Summary
 Info<? extends Map<String,?>> invoke(String action)
          invoke method collects all the information from System and Application and encapsulates them in an Info object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infoMap

SortedMap<String,String> infoMap
Constructor Detail

InfoServiceImpl

public InfoServiceImpl()
Method Detail

invoke

public Info<? extends Map<String,?>> invoke(String action)
invoke method collects all the information from System and Application and encapsulates them in an Info object

Specified by:
invoke in interface InfoService
Returns:
An instance of an Info object


Licensed to the Apache Software Foundation