fr.lifl.magique.platform.rmi
Interface Communicate

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PlatformServer

public interface Communicate
extends java.rmi.Remote

rmi remote interface for "message sending" between platform


Method Summary
 void haveAMessage(byte[] msg)
           
 

Method Detail

haveAMessage

public void haveAMessage(byte[] msg)
                  throws java.rmi.RemoteException,
                         java.lang.ClassNotFoundException
Throws:
java.rmi.RemoteException
java.lang.ClassNotFoundException