Class SnmpInformResponseCallbackProxy

Object
com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
All Implemented Interfaces:
DpSnmpInformResponseCallback

public class SnmpInformResponseCallbackProxy extends Object implements DpSnmpInformResponseCallback
Callback proxy for SnmpInformResponse Callbacks. Implements the DpSnmpInformResponseCallback interface and delegates calls to the registered callback POJO with annotated methods
Since:
3.2.0
  • Constructor Details

    • SnmpInformResponseCallbackProxy

      public SnmpInformResponseCallbackProxy(Object backupObject, String callPoint)
      Constructor for Callback proxys. Used internally.
      Parameters:
      backupObject - registered callback POJO
      callPoint - string describing the callpoint for this callback
  • Method Details