Firefish 0.5.10

Uses of Class
gov.lbl.dsd.p2pio.Msg

Packages that use Msg
gov.lbl.dsd.firefish Core firefish classes. 
gov.lbl.dsd.p2pio The core abstractions of the Peer-to-Peer I/O Protocol, such as their messages and parameters; OPEN, OK, ERROR, RECEIVE, SEND, FINALSEND, CLOSE, item, item set. 
gov.lbl.dsd.p2pio.util Utilitiy classes for P2PIO protocol. 
 

Uses of Msg in gov.lbl.dsd.firefish
 

Methods in gov.lbl.dsd.firefish that return Msg
 Msg Event.getMsg()
           
 

Constructors in gov.lbl.dsd.firefish with parameters of type Msg
Event(Msg msg, Stage source)
           
 

Uses of Msg in gov.lbl.dsd.p2pio
 

Subclasses of Msg in gov.lbl.dsd.p2pio
 class Close
          Close request message of P2PIO protocol; requests closing the given transaction.
 class Err
          Error response message used to indicate the failure of a previous request message.
 class FinalSend
          FinalSend response message of P2PIO protocol; indicates that this is the last send of the current message exchange.
 class Invite
          Invite request message of P2PIO protocol; invites the client to issue a Receive request.
 class Ok
          A response message used to indicate the success of a previous request message.
 class Open
          Open request message of P2PIO protocol; requests the opening of a transaction; In particular, contains the query to be executed by nodes of the P2P network, as well as the scope of the query.
 class Receive
          Receive request message of P2PIO protocol; requests an ItemSet to be send in a Send or FinalSend response message, depending on the given mode.
 class ReceiveTimeout
          Timeout issued when a Receive message times out.
 class Request
          The abstract base class of all request messages of the P2PIO protocol.
 class Response
          The abstract base class of all response messages of the P2PIO protocol.
 class Send
          Send response message of P2PIO protocol; indicates that this is not the last send of the current message exchange.
 class TransactionTimeout
          Timeout issued when a transaction times out; The transaction timeout is indicated in the Scope element of the Open request message.
 

Methods in gov.lbl.dsd.p2pio that return Msg
static Msg Parser.parseMsg(Element elem)
           
 

Methods in gov.lbl.dsd.p2pio with parameters of type Msg
static void ExchangeVerifier.checkIsRequest(Msg req)
           
static void ExchangeVerifier.checkIsResponse(Msg rsp)
           
 

Uses of Msg in gov.lbl.dsd.p2pio.util
 

Methods in gov.lbl.dsd.p2pio.util that return Msg
static Msg XMLUtil.dom2msg(Element elem)
           
static Msg XMLUtil.xom2msg(Element elem)
           
static Msg XMLUtil.string2msg(String elem)
           
 

Methods in gov.lbl.dsd.p2pio.util with parameters of type Msg
static Element XMLUtil.msg2dom(Msg msg)
           
static Element XMLUtil.msg2xom(Msg msg)
           
static String XMLUtil.msg2SoapString(Msg msg)
           
static Document XMLUtil.msg2SoapDocument(Msg msg)
           
static SOAPBodyElement XMLUtil.msg2soap(Msg msg)
           
 


Firefish 0.5.10

Jump to the Firefish Homepage