implementation of the FWSimInterface
using ConnectionPool
giving access to resources from and output to Databases
use by FWSimInterface.createStatement();
Make sure to free connections after use by calling
ConnectionPoolManager#getInstance#freeConnection(Connection)
public class JSONInterface extends FWSimInterface { // Public Constructors public JSONInterface(String aName, String aURL, String aPath); // Protected Constructors protected JSONInterface(String aName, FWSimInterface.INTERFACE_TYPE aInterfaceType, int aPoolSize); protected JSONInterface(String aName, Element aInterfaceElement); // Protected Instance Variables protected String iURL; protected String iPath; // Public Instance Methods