it.eng.spagobi.engines.network
Class NetworkEngine

java.lang.Object
  extended by it.eng.spagobi.engines.network.NetworkEngine

public class NetworkEngine
extends java.lang.Object

Author:
...

Constructor Summary
NetworkEngine()
           
 
Method Summary
static NetworkEngineInstance createInstance(java.lang.Object template, java.util.Map env)
          Creates the instance.
static NetworkEngineConfig getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkEngine

public NetworkEngine()
Method Detail

getConfig

public static NetworkEngineConfig getConfig()

createInstance

public static NetworkEngineInstance createInstance(java.lang.Object template,
                                                   java.util.Map env)
                                            throws NetworkEngineException
Creates the instance.

Parameters:
template - the template
env - the env
Returns:
the geo report engine instance
Throws:
NetworkEngineException