it.polito.elite.doseWS.agency.messages
Class ImAlive

java.lang.Object
  extended byit.polito.elite.doseWS.agency.messages.Message
      extended byit.polito.elite.doseWS.agency.messages.ImAlive

public class ImAlive
extends Message

Title: ImAlive

Description: The default response to an IsAlive message. It specify the service exported by the agent.

Copyright: Copyright (c) 2004

Company: Politecnico di Torino

Author:
alessio.bosca@polito.it

Constructor Summary
ImAlive(java.lang.String service)
           
 
Method Summary
 java.lang.String createMsg()
           
static java.lang.String getID()
           
 java.lang.String getService()
           
static Message parse(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImAlive

public ImAlive(java.lang.String service)
Method Detail

createMsg

public java.lang.String createMsg()

getID

public static java.lang.String getID()

getService

public java.lang.String getService()

parse

public static Message parse(java.lang.String msg)