DiscoveryClientMBean.java

00001 
00021 package org.objectweb.jonas.discovery;
00022 
00028 public interface DiscoveryClientMBean extends EnrollerMBean {
00033     int getTimeout();
00038     void setTimeout(int timeout);
00043     int getSourcePort();
00048     void setSourcePort(int sourcePort);
00053     String getSourceIp();
00058     void setSourceIp(String sourceIp);
00059 }

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