fr.paris5.shaman.insight.server.rmi
Class PingServiceImpl
fr.paris5.shaman.insight.component.AbstractExposedService
|
+--fr.paris5.shaman.insight.server.rmi.PingServiceImpl
- All Implemented Interfaces:
- ExposedService, InsightConfigurationConstants, PingService, java.rmi.Remote, java.io.Serializable, SystemConfigurationConstants
- public class PingServiceImpl
- extends AbstractExposedService
- implements PingService
Implementation of PingService.
- Version:
- $Id: PingServiceImpl.java,v 1.1 2002/06/18 12:23:12 caillette Exp $
- Author:
- Laurent Caillette
- See Also:
- Serialized Form
Fields inherited from interface fr.paris5.shaman.insight.service.PingService |
ROLE |
Method Summary |
void |
ping()
Does nothing, except throwing a RemoteException on the
client side when the server is unavailable. |
Methods inherited from class fr.paris5.shaman.insight.component.AbstractExposedService |
clone, compose, configure, contextualize, dispose, doCompose, doConfigure, doContextualize, doDispose, doInitialize, equals, exportObject, exportObject, exportObject, getInsightManager, getLogManager, getRef, hashCode, initialize, readObject, reexport, setLogKitManager, toString, writeObject |
PingServiceImpl
public PingServiceImpl()
PingServiceImpl
public PingServiceImpl(int port)
throws java.rmi.RemoteException
ping
public void ping()
throws java.rmi.RemoteException
- Description copied from interface:
PingService
- Does nothing, except throwing a RemoteException on the
client side when the server is unavailable.
- Specified by:
ping
in interface PingService
- Following copied from interface:
fr.paris5.shaman.insight.service.PingService
- Throws:
java.rmi.RemoteException
-
Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.