org.hypergraphdb.peer.jxta
Class JXTASendActivity

java.lang.Object
  extended by org.hypergraphdb.peer.PeerRelatedActivity
      extended by org.hypergraphdb.peer.jxta.JXTASendActivity
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class JXTASendActivity
extends PeerRelatedActivity

Author:
Cipri Costa An Activity that will send the attached message to the sent destination. If the ReplyTo address of the message is null, the address of the current peer will be set.

Constructor Summary
JXTASendActivity(net.jxta.peergroup.PeerGroup peerGroup, net.jxta.document.Advertisement pipeAdv)
           
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class org.hypergraphdb.peer.PeerRelatedActivity
getMessage, getTarget, setMessage, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXTASendActivity

public JXTASendActivity(net.jxta.peergroup.PeerGroup peerGroup,
                        net.jxta.document.Advertisement pipeAdv)
Method Detail

call

public java.lang.Boolean call()