|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for Sails that can be stacked on top of other Sails. Examples of such Sail are classes that handle synchronization, or classes that cache specific information (e.g. schema information).
| Method Summary | |
Sail |
getBaseSail()
Gets the base Sail that this Sail works on top of. |
void |
setBaseSail(Sail baseSail)
Sets the base Sail that this Sail will work on top of. |
| Methods inherited from interface org.openrdf.sesame.sail.Sail |
initialize, shutDown |
| Method Detail |
public void setBaseSail(Sail baseSail)
public Sail getBaseSail()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||