org.glite.rgma
Interface TupleStore


public interface TupleStore

Details of a named tuple store.


Method Summary
 java.lang.String getLocation()
          Gets the URL for this storage system.
 java.lang.String getLogicalName()
          Gets the logical name for this storage system.
 boolean isDatabase()
          Determines if this storage system is a database.
 boolean isFile()
          Determines if this storage system is a file.
 boolean isMemory()
          Determines if this storage system is memory.
 

Method Detail

isDatabase

public boolean isDatabase()
Determines if this storage system is a database.

Returns:
true if the storage system is a database.

isFile

public boolean isFile()
Determines if this storage system is a file.

Returns:
true if the storage system is a file.

isMemory

public boolean isMemory()
Determines if this storage system is memory.

Returns:
true if the storage system is memory.

getLogicalName

public java.lang.String getLogicalName()
Gets the logical name for this storage system.

Returns:
Logical name as a String

getLocation

public java.lang.String getLocation()
Gets the URL for this storage system.

Returns:
URL as a String