Samples JDK
Main Page
Related Pages
Packages
Classes
Files
File List
src
com
freemindcafe
jmx
sample2
server
IHelloService.java
1
package
com.freemindcafe.jmx.sample2.server;
2
3
public
interface
IHelloService
{
4
public
void
sayHello();
5
public
int
add(
int
x,
int
y);
6
7
public
String getName();
8
9
public
int
getCacheSize();
10
public
void
setCacheSize(
int
size);
11
}
com.freemindcafe.jmx.sample2.server.IHelloService
Definition:
IHelloService.java:3
Generated on Fri Feb 19 2016 08:35:43 for Samples JDK by
1.8.9.1