Uses of Interface
net.sf.arise.delegate.ServiceFactory

Packages that use ServiceFactory
net.sf.arise.delegate A simple delegation mechanism to expose general services over pluggable protocols (typically EJB and Servlets). 
 

Uses of ServiceFactory in net.sf.arise.delegate
 

Classes in net.sf.arise.delegate that implement ServiceFactory
 class AbstractServiceFactory
           
 

Fields in net.sf.arise.delegate declared as ServiceFactory
static ServiceFactory ServiceLocator.EJB
           
static ServiceFactory ServiceLocator.HTTP
           
static ServiceFactory ServiceLocator.LOCAL
           
static ServiceFactory ServiceInvokerLocalClient.SERVICE_FACTORY
           
static ServiceFactory ServiceInvokerHTTPClient.SERVICE_FACTORY
           
static ServiceFactory ServiceInvokerEJBClient.SERVICE_FACTORY
           
 

Methods in net.sf.arise.delegate that return ServiceFactory
 ServiceFactory ServiceLocator.getServiceFactory()
           
 

Methods in net.sf.arise.delegate with parameters of type ServiceFactory
static ServiceLocator ServiceLocator.get(ServiceFactory factory)
           
static ServiceLocator ServiceLocator.get(ServiceFactory factory, boolean remote)
           
static ServiceLocator ServiceLocator.get(ServiceFactory factory, boolean remote, boolean forRemoteUse)
           
 



All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth