it.unitn.ing.xgridclient
Class XGridClientRequestHandler

java.lang.Object
  extended by it.unitn.ing.xgridclient.XGridClientRequestHandler
All Implemented Interfaces:
org.beepcore.beep.core.RequestHandler

public class XGridClientRequestHandler
extends java.lang.Object
implements org.beepcore.beep.core.RequestHandler

The XGridClientRequestHandler handles the requests and messaging This class as the other were inspired and constructed using as a starting base the com.deadmoo.xgridagent package. For more information on the XGridAgent see http://sourceforge.net/projects/xgridagent-java/

Since:
JDK1.1
Version:
$Revision: 1.0 $, $Date: Mar 29, 2006 9:59:42 AM $
Author:
Luca Lutterotti

Field Summary
static java.lang.String hiddenChar1
           
static java.lang.String hiddenChar2
           
 
Method Summary
 void receiveMSG(org.beepcore.beep.core.MessageMSG message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hiddenChar1

public static final java.lang.String hiddenChar1

hiddenChar2

public static final java.lang.String hiddenChar2
Method Detail

receiveMSG

public void receiveMSG(org.beepcore.beep.core.MessageMSG message)
Specified by:
receiveMSG in interface org.beepcore.beep.core.RequestHandler