Uses of Interface
org.jcoderz.commons.config.ConfigurationServiceInterface

Packages that use ConfigurationServiceInterface
org.jcoderz.commons.config   
 

Uses of ConfigurationServiceInterface in org.jcoderz.commons.config
 

Subinterfaces of ConfigurationServiceInterface in org.jcoderz.commons.config
 interface ConfigurationService
          Remote interface for ConfigurationService.
 

Classes in org.jcoderz.commons.config that implement ConfigurationServiceInterface
 class ConfigurationServiceBean
          The (stateless) session bean facade of the Configuration Service.
 class ConfigurationServiceImpl
          Implementation of the ConfigurationService business methods.
 class ConfigurationServiceSession
          Session layer for ConfigurationService.
 

Methods in org.jcoderz.commons.config that return ConfigurationServiceInterface
static ConfigurationServiceInterface ConfigurationServiceContainerFactory.createLocalService()
          Returns a local instance of the ConfigurationServiceInterface.
static ConfigurationServiceInterface ConfigurationServiceContainerFactory.createRemoteService()
          Returns a remote instance of the ConfigurationServiceInterface.
static ConfigurationServiceInterface ConfigurationServiceClientFactory.createService()
          Returns a remote instance of the ConfigurationServiceInterface.
 



Copyright 2007 The jCoderZ Project.