goldengate.snmp.interf
Interface GgInterfaceMonitor

All Known Implementing Classes:
GgPrivateMonitor

public interface GgInterfaceMonitor

This interface defines a Monitor to be used in GoldenGate projects, for HTTP support or SNMP support.

Author:
Frederic Bregier

Method Summary
 void initialize()
          To initialize the monitor
 void releaseResources()
          To release the monitor resources.
 void setAgent(GgSnmpAgent agent)
           
 

Method Detail

setAgent

void setAgent(GgSnmpAgent agent)
Parameters:
agent -

initialize

void initialize()
To initialize the monitor


releaseResources

void releaseResources()
To release the monitor resources. The monitor is no more valid after this call



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.