org.gcube.common.core.instrumentation
Interface RIMBean

All Known Implementing Classes:
RI

public interface RIMBean


Method Summary
 String addScope(String s)
           
 float getAverageResponseTime()
           
 long getCallCount()
           
 long getFailedCalls()
           
 float getLastResponseTime()
           
 String getScope()
           
 String getServiceClass()
           
 String getServiceName()
           
 String getStatus()
           
 String removeScope(String s)
           
 

Method Detail

getServiceName

String getServiceName()

getServiceClass

String getServiceClass()

getStatus

String getStatus()

getScope

String getScope()

getCallCount

long getCallCount()

getAverageResponseTime

float getAverageResponseTime()

getLastResponseTime

float getLastResponseTime()

getFailedCalls

long getFailedCalls()

addScope

String addScope(String s)
                throws Exception
Throws:
Exception

removeScope

String removeScope(String s)
                   throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.