net.sf.arise.inspector
Class InspectorServiceProxy

java.lang.Object
  |
  +--net.sf.arise.inspector.InspectorServiceProxy
All Implemented Interfaces:
IInspectorService

public class InspectorServiceProxy
extends java.lang.Object
implements IInspectorService

Author:
Maja S Bratseth

Constructor Summary
InspectorServiceProxy()
           
 
Method Summary
 InspectorNode createRoot(java.lang.String engineName, java.lang.String expr, java.lang.String bindAsName)
           
 InspectorNode[] expand(InspectorNode node)
           
static IInspectorService get()
           
static IInspectorService getInstance()
           
 void selectNode(InspectorNode node, java.lang.String engineName, java.lang.String bindAsName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InspectorServiceProxy

public InspectorServiceProxy()
Method Detail

get

public static IInspectorService get()

getInstance

public static IInspectorService getInstance()

createRoot

public InspectorNode createRoot(java.lang.String engineName,
                                java.lang.String expr,
                                java.lang.String bindAsName)
Specified by:
createRoot in interface IInspectorService

selectNode

public void selectNode(InspectorNode node,
                       java.lang.String engineName,
                       java.lang.String bindAsName)
Specified by:
selectNode in interface IInspectorService

expand

public InspectorNode[] expand(InspectorNode node)
Specified by:
expand in interface IInspectorService


All code and documentation is

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