org.jmythapi.protocol.response
Interface IStorageGroupFileList

All Superinterfaces:
Iterable<IStorageGroupFile>
All Known Implementing Classes:
StorageGroupFileList

public interface IStorageGroupFileList
extends Iterable<IStorageGroupFile>

The response to a IBackend.queryStorageGroupFileList(java.lang.String, java.lang.String, java.lang.String) request.

See Also:
IBackend.queryStorageGroupFileList(java.lang.String, java.lang.String, java.lang.String), QUERY_SG_GETFILELIST

Field Summary
static String FILE_PROPS_DELIM
          The deliminator to split the file-properties into separate values.
 
Method Summary
 List<IStorageGroupFile> asList()
          Gets a list of files stored in the storage group.
 int size()
          Gets the amount of files stored in the storage group.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

FILE_PROPS_DELIM

static final String FILE_PROPS_DELIM
The deliminator to split the file-properties into separate values.

See Also:
Constant Field Values
Method Detail

asList

List<IStorageGroupFile> asList()
Gets a list of files stored in the storage group.

Returns:
a list of files

size

int size()
Gets the amount of files stored in the storage group.

Returns:
the amount of files of the storage group


Copyright © 2008-2013. All Rights Reserved.