|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
defines methods to test connectivity against the backend.
This interface is part of the jagzilla Core API.
Different implementations may provide different methods of access to the data.
This interface provides a simple way of getting information about a connection (ie. web services, JDBC)
without using low level, transport specific code.
| Method Summary | |
java.lang.Exception |
getLastException()
returns the last error that occurs when verifying transport. |
boolean |
transportAvailable()
test the access method to prove accesibility to the backend. |
| Method Detail |
public boolean transportAvailable()
public java.lang.Exception getLastException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||