it.imolinfo.jbi4corba.jbi.component
Class Jbi4CorbaPerformanceMeasurement
java.lang.Object
it.imolinfo.jbi4corba.jbi.component.Jbi4CorbaPerformanceMeasurement
- All Implemented Interfaces:
- com.sun.jbi.eManager.provider.PerformanceMeasurement
public class Jbi4CorbaPerformanceMeasurement
- extends Object
- implements com.sun.jbi.eManager.provider.PerformanceMeasurement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBI4CORBA_BC_SOURCE_FILTER
public static final String JBI4CORBA_BC_SOURCE_FILTER
- See Also:
- Constant Field Values
Jbi4CorbaPerformanceMeasurement
public Jbi4CorbaPerformanceMeasurement()
getPerformanceInstrumentationMeasurement
public TabularData getPerformanceInstrumentationMeasurement(String endpoint)
throws OpenDataException,
MBeanException
- Retrieves the performance insturmentation measurement for the specified endpoint.
- Specified by:
getPerformanceInstrumentationMeasurement
in interface com.sun.jbi.eManager.provider.PerformanceMeasurement
- Parameters:
endpoint
- The endpoint name qualified by service name.
- Returns:
- An instance of TabularData which holds the performance instrumentation measurement for the specified endpoint.
- Throws:
OpenDataException
- if there's an error related to the openmbean data.
MBeanException
- if the endpoint does not exist for the component.
clearPeformaceInstrumentationMeasurement
public void clearPeformaceInstrumentationMeasurement(String endpoint)
throws MBeanException
- Resets the performance measurements on the endpoint.
- Specified by:
clearPeformaceInstrumentationMeasurement
in interface com.sun.jbi.eManager.provider.PerformanceMeasurement
- Parameters:
endpoint
- The endpoint name qualified by service name.
- Throws:
MBeanException
- if the endpoint does not exist for the component.
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.