org.apache.qpid.info
Class InfoServiceImpl
java.lang.Object
org.apache.qpid.info.InfoServiceImpl
- All Implemented Interfaces:
- InfoService
public class InfoServiceImpl
- extends Object
- implements InfoService
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 |
infoMap
SortedMap<String,String> infoMap
InfoServiceImpl
public InfoServiceImpl()
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