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 class fr.paris5.shaman.insight.component.AbstractExposedService
iContext, insightManager, isRMIServer, logManager, port, portFactoryParamTypes, portParamTypes, ref, rmiIdentifier
 
Fields inherited from interface fr.paris5.shaman.insight.service.PingService
ROLE
 
Fields inherited from interface fr.paris5.shaman.system.SystemConfigurationConstants
BASEDIRURL_ATTRIBUTE, DEFAULTHOSTNAME, EMPTYSYSTEM_RESOURCE, HOSTNAME_ATTRIBUTE, PORT_ATTRIBUTE, RUNSTYLE_ATTRIBUTE, SYSTEMCONFIGURATION_DEFAULT_RESOURCE
 
Fields inherited from interface fr.paris5.shaman.insight.component.InsightConfigurationConstants
CLASS_ATTRIBUTE, COMMANDLOGS_ELEMENT, DEFAULT_PREVALENCEBASE_DIR, DIR_ELEMENT, EXPOSEDAS_ATTRIBUTE, LOGKITCONFIGURATION_DEFAULT_RESOURCE, PERSISTING_ATTRIBUTE, ROLE_ATTRIBUTE, SNAPSHOTDIR_ELEMENT, SYSTEMCONFIGURATIONURL_ATTRIBUTE
 
Constructor Summary
PingServiceImpl()
           
PingServiceImpl(int port)
           
 
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
 

Constructor Detail

PingServiceImpl

public PingServiceImpl()

PingServiceImpl

public PingServiceImpl(int port)
                throws java.rmi.RemoteException
Method Detail

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.