fr.paris5.shaman.insight.service
Interface PingService

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

public interface PingService
extends java.rmi.Remote

Allows to test if the server is alive.

Version:
$Id: PingService.java,v 1.1 2002/06/18 12:23:12 caillette Exp $
Author:
Laurent Caillette

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void ping()
          Does nothing, except throwing a RemoteException on the client side when the server is unavailable.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

ping

public void ping()
          throws java.rmi.RemoteException
Does nothing, except throwing a RemoteException on the client side when the server is unavailable.
Throws:
java.rmi.RemoteException -  


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.