org.apache.fulcrum.hsqldb
Interface HSQLService

All Known Implementing Classes:
HSQLServiceImpl

public interface HSQLService

A definition for a HSQLService component which configures a single hsqldb database.

Author:
Peter Tillemans, Siegfried Goeschl

Method Summary
 boolean isOnline()
          Is the HSQLDB server online and will accept SQL queries?
 

Method Detail

isOnline

boolean isOnline()
Is the HSQLDB server online and will accept SQL queries?

Returns:
true if the HSQLDB server is online


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.