@DistributeMe(agentsSupport=false)
@SupportService
public interface AdditionalFunctionalityAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
void |
forceIntervalUpdate(String intervalName)
Forces an intentional interval update.
|
MoskitoConfiguration |
getConfiguration()
Returns MoSKito Configuration
|
String |
getConfigurationAsString()
Returns current configuration as string for presentation purposes.
|
List<IntervalInfoAO> |
getIntervalInfos()
Returns interval infos.
|
Long |
getIntervalUpdateTimestamp(String intervalName) |
List<MBeanWrapperAO> |
getMBeans()
Returns the list of available beans.
|
List<PluginAO> |
getPlugins() |
void |
removePlugin(String pluginName) |
List<PluginAO> getPlugins() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid removePlugin(String pluginName) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid forceIntervalUpdate(String intervalName) throws net.anotheria.anoplass.api.APIException
intervalName - net.anotheria.anoplass.api.APIExceptionList<MBeanWrapperAO> getMBeans() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionList<IntervalInfoAO> getIntervalInfos() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionString getConfigurationAsString() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionLong getIntervalUpdateTimestamp(String intervalName) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionMoskitoConfiguration getConfiguration() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.