org.jmythapi.database
Interface IStorageGroupDirectory

All Superinterfaces:
Cloneable, IPropertyAware<IStorageGroupDirectory.Props>
All Known Implementing Classes:
StorageGroupDirectory

public interface IStorageGroupDirectory
extends IPropertyAware<IStorageGroupDirectory.Props>

A response example:

Default Storage Group (with two directories):
<0>DIRECTORY_ID: 1 | <1>GROUPNAME: Default | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/recordings
<0>DIRECTORY_ID: 13 | <1>GROUPNAME: Default | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/recordings2
Live-TV Storage Group:
<0>DIRECTORY_ID: 10 | <1>GROUPNAME: LiveTV | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/livetv/


Nested Class Summary
static class IStorageGroupDirectory.Props
           
 
Method Summary
 Integer getDirectoryId()
           
 String getDirName()
           
 String getGroupName()
           
 String getHostName()
           
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 

Method Detail

getDirectoryId

Integer getDirectoryId()

getGroupName

String getGroupName()

getHostName

String getHostName()

getDirName

String getDirName()


Copyright © 2008-2013. All Rights Reserved.