Uses of Class
net.sf.arise.delegate.ServiceLocator

Packages that use ServiceLocator
net.sf.arise.delegate A simple delegation mechanism to expose general services over pluggable protocols (typically EJB and Servlets). 
net.sf.arise.gui The Swing classes that make up the Arise GUI. 
net.sf.arise.inspector The inspector mechanism. 
 

Uses of ServiceLocator in net.sf.arise.delegate
 

Methods in net.sf.arise.delegate that return ServiceLocator
static ServiceLocator ServiceLocator.get()
           
static ServiceLocator ServiceLocator.get(boolean remote)
           
static ServiceLocator ServiceLocator.get(boolean remote, boolean forRemoteUse)
           
static ServiceLocator ServiceLocator.get(ServiceFactory factory)
           
static ServiceLocator ServiceLocator.get(ServiceFactory factory, boolean remote)
           
static ServiceLocator ServiceLocator.get(ServiceFactory factory, boolean remote, boolean forRemoteUse)
           
 

Uses of ServiceLocator in net.sf.arise.gui
 

Constructors in net.sf.arise.gui with parameters of type ServiceLocator
InspectorPopup(InspectorNode node, javax.swing.Action selectedAction, Workarea area, ServiceLocator locator)
           
EngineServiceWorkarea(ServiceLocator locator, java.lang.String name, java.lang.String language, Classpath path)
           
 

Uses of ServiceLocator in net.sf.arise.inspector
 

Fields in net.sf.arise.inspector declared as ServiceLocator
protected  ServiceLocator ProxyInspectorNode.locator
           
protected  ServiceLocator AbstractInspectorNode.locator
           
 

Methods in net.sf.arise.inspector with parameters of type ServiceLocator
 void ProxyInspectorNode.setServiceLocator(ServiceLocator locator)
           
 void InspectorNode.setServiceLocator(ServiceLocator locator)
           
 void AbstractInspectorNode.setServiceLocator(ServiceLocator locator)
           
 

Constructors in net.sf.arise.inspector with parameters of type ServiceLocator
InspectVC(java.lang.String engineName, boolean treeIsRemote, ServiceLocator locator)
           
InspectTreeVC(ServiceLocator locator)
           
InspectTreeVC(InspectTreeJPanel view, ServiceLocator locator)
           
InspectTreeJPanel(ServiceLocator locator)
           
InspectTreeJPanel(InspectTreeVC controller, ServiceLocator locator)
           
InspectJPanel(InspectVC controller, ServiceLocator locator)
           
 



All code and documentation is

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