com.tivoli.twg.snmp
Interface TWGSNMPInfoBrowserInterface2


public interface TWGSNMPInfoBrowserInterface2


Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
          Register to be a propertyChange listener.
 javax.swing.JPanel getDisplayWindow()
          Construct the window panel that is to be displayed.
 TWGMIBItem2 getMIBItem()
          Provide the MIBItem data for the selected OID
 int getStatus()
          Provide the info browser's current status as one of the TWGSNMPConstants status values.
 java.lang.String getStatusText()
          Provide a display string describing info browser's current status.
 com.tivoli.twg.guilibs.WindowAttributes getWindowAttributes()
          Return the Window Attributes.
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
          De-register as a propertyChange listener.
 void setMIBItem(long MOID, java.lang.String OID)
          Update the object whose mib information and value information browser will now be displaying and update the display to match.
 void setMIBItem(long MOID, java.lang.String RawOID, java.lang.String OID)
          Update the object whose mib information and value information browser will now be displaying and update the display to match.
 void setMIBItem(long MOID, java.lang.String RawOID, java.lang.String OID, java.lang.String Value, ServiceNode sn)
          Update the object whose mib information and value information browser will now be displaying and update the display to match.
 void setStatus(int newStatus)
          Set the info browser status to the new value provided.
 void setStatusText(java.lang.String newStatusText)
          Update the display string describing info browser's current status.
 void setWindowAttributes(com.tivoli.twg.guilibs.WindowAttributes wa)
          Set the Window Attributes.
 

Method Detail

getDisplayWindow

public javax.swing.JPanel getDisplayWindow()
Construct the window panel that is to be displayed.


getStatus

public int getStatus()
Provide the info browser's current status as one of the TWGSNMPConstants status values.


setStatus

public void setStatus(int newStatus)
Set the info browser status to the new value provided.

Parameters:
newStatus - - a TWGSNMPConstants status value indicating the new status of the fino browser.

getStatusText

public java.lang.String getStatusText()
Provide a display string describing info browser's current status.


setStatusText

public void setStatusText(java.lang.String newStatusText)
Update the display string describing info browser's current status.

Parameters:
newStatusText - - the string that reflects the new status of the info browser.

getMIBItem

public TWGMIBItem2 getMIBItem()
Provide the MIBItem data for the selected OID

See Also:
TWGMIBItem2

setMIBItem

public void setMIBItem(long MOID,
                       java.lang.String RawOID,
                       java.lang.String OID)
Update the object whose mib information and value information browser will now be displaying and update the display to match.


setMIBItem

public void setMIBItem(long MOID,
                       java.lang.String OID)
Update the object whose mib information and value information browser will now be displaying and update the display to match.


setMIBItem

public void setMIBItem(long MOID,
                       java.lang.String RawOID,
                       java.lang.String OID,
                       java.lang.String Value,
                       ServiceNode sn)
Update the object whose mib information and value information browser will now be displaying and update the display to match.


setWindowAttributes

public void setWindowAttributes(com.tivoli.twg.guilibs.WindowAttributes wa)
Set the Window Attributes.


getWindowAttributes

public com.tivoli.twg.guilibs.WindowAttributes getWindowAttributes()
Return the Window Attributes.


addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Register to be a propertyChange listener.


removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
De-register as a propertyChange listener.