Package com.wowza.wms.manifest.model.hds
Class SanJoseManifestModel
- Object
- 
- com.wowza.wms.manifest.model.ManifestModelLogging
- 
- com.wowza.wms.manifest.model.ManifestModel
- 
- com.wowza.wms.manifest.model.hds.SanJoseManifestModel
 
 
 
- 
- All Implemented Interfaces:
- Cloneable
 
 public class SanJoseManifestModel extends ManifestModel 
- 
- 
Constructor SummaryConstructors Constructor Description SanJoseManifestModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()protected StringgetContextStr()Get the context string associated with the Model to include with the log statementsvoidwrite(TagWriter tagWriter)- 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModeldoSubs, equals, getManifest, hashCode, setManifest, toString
 - 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogginggetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
 
- 
 
- 
- 
- 
Method Detail- 
getContextStrprotected String getContextStr() Description copied from class:ManifestModelLoggingGet the context string associated with the Model to include with the log statements- Specified by:
- getContextStrin class- ManifestModelLogging
- Returns:
- String
 
 - 
clonepublic Object clone() throws CloneNotSupportedException- Overrides:
- clonein class- ManifestModelLogging
- Throws:
- CloneNotSupportedException
 
 - 
writepublic void write(TagWriter tagWriter) throws java.io.IOException - Specified by:
- writein class- ManifestModel
- Throws:
- java.io.IOException
 
 
- 
 
-