WBI BrokersTM
Config Manager Proxy API

com.ibm.broker.config.proxy
Class ResyncHandler

java.lang.Object
  extended bycom.ibm.broker.config.proxy.ResyncHandler
All Implemented Interfaces:
com.ibm.broker.config.proxy.ReceiverListener

public class ResyncHandler
extends Object
implements com.ibm.broker.config.proxy.ReceiverListener


Constructor Summary
ResyncHandler()
           
 
Method Summary
 void action(byte[] b)
          Tells the ReceiverListener to process the supplied data.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResyncHandler

public ResyncHandler()
Method Detail

main

public static void main(String[] args)

action

public void action(byte[] b)
Description copied from interface: com.ibm.broker.config.proxy.ReceiverListener
Tells the ReceiverListener to process the supplied data.

Specified by:
action in interface com.ibm.broker.config.proxy.ReceiverListener

WBI BrokersTM
Config Manager Proxy API