SourceForge.net Logo

org.netsnmp.util
Interface HostLister


public interface HostLister

Utility class that will Provide a list of hosts. This is meant to feed into combo boxes, lists and other UI elements that might take a host name. This is to make it more convenient for users that may be using utilities to monitor multiple hosts.

Author:
Andrew E. Page aepage@users.sourceforge.net

Method Summary
 String[] hosts()
           
 

Method Detail

hosts

public String[] hosts()

SourceForge.net Logo