org.jmythapi.database.impl
Class RecorderInfo

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.database.impl.ADatabaseRow<IRecorderInfo.Props>
          extended by org.jmythapi.database.impl.RecorderInfo
All Implemented Interfaces:
Cloneable, IPropertyAware<IRecorderInfo.Props>, IRecorderInfo, IVersionable

public class RecorderInfo
extends ADatabaseRow<IRecorderInfo.Props>
implements IRecorderInfo


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.IRecorderInfo
IRecorderInfo.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Fields inherited from interface org.jmythapi.IRecorderInfo
ERROR_HOSTNAME
 
Constructor Summary
RecorderInfo(ProtocolVersion protoVersion, int dbVersion, List<String> data)
           
 
Method Summary
 String getHostName()
           
 int getHostPort()
           
 int getRecorderID()
           
 
Methods inherited from class org.jmythapi.database.impl.ADatabaseRow
clone, decodeProperty, encodeProperty, equals, getDatabaseVersion, getProperties, getProperty, getPropertyIndex
 
Methods inherited from class org.jmythapi.impl.AData
getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 

Constructor Detail

RecorderInfo

public RecorderInfo(ProtocolVersion protoVersion,
                    int dbVersion,
                    List<String> data)
Method Detail

getHostName

public String getHostName()
Specified by:
getHostName in interface IRecorderInfo

getHostPort

public int getHostPort()
Specified by:
getHostPort in interface IRecorderInfo

getRecorderID

public int getRecorderID()
Specified by:
getRecorderID in interface IRecorderInfo


Copyright © 2008-2013. All Rights Reserved.