/[projects]/CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxCircuitBreakerMBean.java
ViewVC logotype

Annotation of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxCircuitBreakerMBean.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 402 - (hide annotations) (download)
Tue Oct 6 21:23:49 2009 UTC (14 years, 9 months ago) by torben
File size: 223 byte(s)
Added basic JMX interface
1 torben 402 package dk.thoerup.curcuitbreaker.jmx;
2    
3     public interface JmxCircuitBreakerMBean {
4     public String getName();
5    
6     public String getStateName();
7    
8     public void reset();
9    
10     public void tripBreaker();
11    
12     }

  ViewVC Help
Powered by ViewVC 1.1.20