org.jecars.apps
Class CARS_TestApp

java.lang.Object
  extended by org.jecars.apps.CARS_DefaultInterface
      extended by org.jecars.apps.CARS_TestApp
All Implemented Interfaces:
javax.jcr.observation.EventListener, CARS_Interface

public class CARS_TestApp
extends CARS_DefaultInterface
implements CARS_Interface

CARS_TestApp

Version:
$Id: CARS_TestApp.java,v 1.1 2007/09/26 14:12:21 weertj Exp $

Field Summary
 
Fields inherited from class org.jecars.apps.CARS_DefaultInterface
gLog
 
Constructor Summary
CARS_TestApp()
          Creates a new instance of CARS_TestApp
 
Method Summary
 void getNodes(CARS_Main pMain, javax.jcr.Node pInterfaceNode, javax.jcr.Node pParentNode, java.lang.String pLeaf)
          getNodes
 
Methods inherited from class org.jecars.apps.CARS_DefaultInterface
_createHttpConnection, addNode, confAppEvent, getName, init, nodeAdded, onEvent, removeJeCARSNode, removeNode, setBodyStream, setParamProperty, synchronizeNode_AddNewNode, synchronizeNode_RemoveNode, synchronizeNode, synchronizeNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jecars.apps.CARS_Interface
addNode, getName, init, nodeAdded, removeNode, setBodyStream, setParamProperty
 

Constructor Detail

CARS_TestApp

public CARS_TestApp()
Creates a new instance of CARS_TestApp

Method Detail

getNodes

public void getNodes(CARS_Main pMain,
                     javax.jcr.Node pInterfaceNode,
                     javax.jcr.Node pParentNode,
                     java.lang.String pLeaf)
              throws java.lang.Exception
Description copied from class: CARS_DefaultInterface
getNodes

Specified by:
getNodes in interface CARS_Interface
Overrides:
getNodes in class CARS_DefaultInterface
Throws:
java.lang.Exception