org.smallmind.quorum.transport.message
Class SynchronousTransmissionCallback

java.lang.Object
  extended by org.smallmind.quorum.transport.message.SynchronousTransmissionCallback
All Implemented Interfaces:
SelfDestructive, TransmissionCallback

public class SynchronousTransmissionCallback
extends Object
implements TransmissionCallback


Constructor Summary
SynchronousTransmissionCallback(MessageStrategy messageStrategy, javax.jms.Message responseMessage)
           
 
Method Summary
 void destroy()
           
 Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousTransmissionCallback

public SynchronousTransmissionCallback(MessageStrategy messageStrategy,
                                       javax.jms.Message responseMessage)
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface SelfDestructive

getResult

public Object getResult()
                 throws Exception
Specified by:
getResult in interface TransmissionCallback
Throws:
Exception


Copyright © 2012. All Rights Reserved.