public abstract class PogamutPlatformProxy extends Object implements PogamutPlatform
| Constructor and Description |
|---|
PogamutPlatformProxy(PogamutPlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Used to shutdown the Pogamut platform - currently it only stops JMX.
|
MBeanServer |
getMBeanServer() |
MBeanServerConnection |
getMBeanServerConnection() |
JMXServiceURL |
getMBeanServerURL() |
String |
getProperty(String key) |
String |
getProperty(String key,
String def) |
void |
setProperty(String key,
String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBooleanProperty, getIntPropertypublic PogamutPlatformProxy(PogamutPlatform platform)
public MBeanServerConnection getMBeanServerConnection() throws cz.cuni.amis.utils.exception.PogamutException
getMBeanServerConnection in interface PogamutPlatformcz.cuni.amis.utils.exception.PogamutExceptionpublic String getProperty(String key)
getProperty in interface PogamutPlatformpublic String getProperty(String key, String def)
getProperty in interface PogamutPlatformpublic void close()
throws cz.cuni.amis.utils.exception.PogamutException
PogamutPlatformclose in interface PogamutPlatformcz.cuni.amis.utils.exception.PogamutExceptionpublic MBeanServer getMBeanServer() throws cz.cuni.amis.utils.exception.PogamutException
getMBeanServer in interface PogamutPlatformcz.cuni.amis.utils.exception.PogamutExceptionpublic JMXServiceURL getMBeanServerURL() throws cz.cuni.amis.utils.exception.PogamutException
getMBeanServerURL in interface PogamutPlatformcz.cuni.amis.utils.exception.PogamutExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.