public interface IServiceInfoProvider
Modifier and Type | Method and Description |
---|---|
MethodInformation |
getMethodInfo(java.lang.String service,
java.lang.String method) |
PluginInformation |
getPluginInfo() |
ServerInformation |
getServerInfo(java.lang.String service,
java.lang.String method,
Server server) |
ServiceInformation |
getServiceInfo(java.lang.String service) |
Service |
getServiceInstance(java.lang.String service) |
PluginInformation getPluginInfo() throws java.lang.Exception
java.lang.Exception
ServiceInformation getServiceInfo(java.lang.String service) throws java.lang.Exception
service
- the service to be monitoredjava.lang.Exception
MethodInformation getMethodInfo(java.lang.String service, java.lang.String method) throws java.lang.Exception
service
- the service to be monitoredmethod
- the method to be executedjava.lang.Exception
ServerInformation getServerInfo(java.lang.String service, java.lang.String method, Server server) throws java.lang.Exception
service
- the service to be monitoredmethod
- the method to be executedserver
- the server on which the method must be executedjava.lang.Exception
Service getServiceInstance(java.lang.String service)
service
- the service to be returnedCopyright © 2021. All Rights Reserved.