Uses of Interface
fr.paris5.shaman.insight.component.InsightConfigurationConstants

Packages that use InsightConfigurationConstants
fr.paris5.shaman.insight.client Client tools. 
fr.paris5.shaman.insight.component Insight manages its services as components. 
fr.paris5.shaman.insight.model Buisness Objects, made persistent by Prevayler.  
fr.paris5.shaman.insight.server Insight server implementation. 
fr.paris5.shaman.insight.server.rmi Insight exposed services.  
 

Uses of InsightConfigurationConstants in fr.paris5.shaman.insight.client
 

Classes in fr.paris5.shaman.insight.client that implement InsightConfigurationConstants
private  class OperationCombinerTest.DummyInsightManager
           
 

Uses of InsightConfigurationConstants in fr.paris5.shaman.insight.component
 

Classes in fr.paris5.shaman.insight.component that implement InsightConfigurationConstants
 class AbstractExposedService
          The base class for all exposed services, which MUST derive of it.
 class ComponentHandler
          Instantiates, then keeps a reference to a Component instance inside a ServiceManager.
 class InsightManager
          Component Manager dedicated to Insight services.
 class PreInstantiatedComponentHandler
          A special ComponentHandler which does not act as a factory, but restitutes a pre-built instance of a component.
 class RMIClientObjectHandler
          A ComponentHandler which produces a RMI stub for handled component.
 class RMIServerObjectHandler
          A ComponentHandler instantiating the component, with a contructor making it RMI-bound.
 class StandaloneComponentHandler
          A ComponentHandler just instantiating the Component, doing nothing else.
 

Uses of InsightConfigurationConstants in fr.paris5.shaman.insight.model
 

Classes in fr.paris5.shaman.insight.model that implement InsightConfigurationConstants
 class InsightModel
          The root object for accessing all persistent objects of the Model.
 

Uses of InsightConfigurationConstants in fr.paris5.shaman.insight.server
 

Classes in fr.paris5.shaman.insight.server that implement InsightConfigurationConstants
 class InsightServer
          Insight RMI server.
 

Uses of InsightConfigurationConstants in fr.paris5.shaman.insight.server.rmi
 

Classes in fr.paris5.shaman.insight.server.rmi that implement InsightConfigurationConstants
 class HelloServiceImpl
          Implementation of HelloService, used for tests.
 class OperationServiceImpl
          Implementation of OperationService.
 class PingServiceImpl
          Implementation of PingService.
 class ShutdownServiceImpl
          Implementation of ShutdownService.
 class WriteToLogServiceImpl
          Implementation of WriteToLogService.
 



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