EnrollerMBean.java

00001 
00021 package org.objectweb.jonas.discovery;
00022 
00028 public interface EnrollerMBean {
00035     int getListeningPort();
00036 
00041     void setListeningPort(int listeningPort);
00042 
00046     String getListeningIp();
00047 
00052     void setListeningIp(String listeningIp);
00053 
00060     void setTimeToLive(int ttl);
00061 
00067     int getTimeToLive();
00068 
00073     void start();
00074 
00078     void stop();
00079 }

Generated on Tue Feb 15 15:05:15 2005 for JOnAS by  doxygen 1.3.9.1