net.sf.jagzilla
Class JagzillaTransportHibernateImpl

java.lang.Object
  extended bynet.sf.jagzilla.JagzillaTransportBaseImpl
      extended bynet.sf.jagzilla.JagzillaTransportHibernateImpl
All Implemented Interfaces:
JagzillaTransport

public class JagzillaTransportHibernateImpl
extends JagzillaTransportBaseImpl

TODO: add javadocs comments

Author:
mgriffa

Constructor Summary
JagzillaTransportHibernateImpl(java.util.Properties hibernateProperties)
           
 
Method Summary
 boolean transportAvailable()
          test the access method to prove accesibility to the backend.
 
Methods inherited from class net.sf.jagzilla.JagzillaTransportBaseImpl
getLastError, getLastException, getTimeout, hostReachable, processException, setTimeout, sockAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JagzillaTransportHibernateImpl

public JagzillaTransportHibernateImpl(java.util.Properties hibernateProperties)
Method Detail

transportAvailable

public boolean transportAvailable()
Description copied from interface: JagzillaTransport
test the access method to prove accesibility to the backend. This method must provide different

Returns:
true if the backend is accessible, false otherwise.


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.