SourceForge.net Logo

org.netsnmp
Interface SessionProvider

All Known Implementing Classes:
MIBDialog, SessionDialog, SessionPanel

public interface SessionProvider

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

Method Summary
 NetSNMPSession createSession()
           
 NetSNMPSession createSession(boolean open)
           
 

Method Detail

createSession

public NetSNMPSession createSession()
Returns:
an unopened NetSNMPSession

createSession

public NetSNMPSession createSession(boolean open)
Parameters:
open - if true, open the session before returning
Returns:
a NetSNMPSession

SourceForge.net Logo