com.ibm.broker.config.proxy
Class ResyncHandler
java.lang.Object
com.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
Method Summary |
void |
action(byte[] b)
Tells the ReceiverListener to process the supplied data. |
static void |
main(String[] args)
|
ResyncHandler
public ResyncHandler()
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