public interface PogamutPlatform
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Used to shutdown the Pogamut platform - currently it only stops JMX.
|
boolean |
getBooleanProperty(String key) |
int |
getIntProperty(String key) |
MBeanServer |
getMBeanServer() |
MBeanServerConnection |
getMBeanServerConnection() |
JMXServiceURL |
getMBeanServerURL() |
String |
getProperty(String key) |
String |
getProperty(String key,
String def) |
MBeanServerConnection getMBeanServerConnection() throws cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.utils.exception.PogamutExceptionint getIntProperty(String key)
boolean getBooleanProperty(String key)
void close()
throws cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.utils.exception.PogamutExceptionMBeanServer getMBeanServer() throws cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.utils.exception.PogamutExceptionJMXServiceURL getMBeanServerURL() throws cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.utils.exception.PogamutExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.