com.wowza.wms.vhost
Class StreamItem

Object
  extended by com.wowza.wms.vhost.StreamItem

public class StreamItem
extends Object

StreamItem: data object that defines a streamType.


Constructor Summary
StreamItem(String name, String baseClass, String playClass)
          Create a new streamItem
 
Method Summary
 void clearProperty(String name)
          Clear property.
 String getBaseClass()
          Get base class path.
 String getDescription()
          Get streamType description.
 String getName()
          Get streamType name.
 String getPlayClass()
          Get play class path.
 WMSProperties getProperties()
          Get properties.
 String getProperty(String name)
          Get property by name.
 void setBaseClass(String baseClass)
          Set base class path.
 void setDescription(String description)
          Set streamType description.
 void setName(String name)
          Set streamType name.
 void setPlayClass(String playClass)
          Set play class path.
 void setProperty(String name, String value)
          Set property value.
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamItem

public StreamItem(String name,
                  String baseClass,
                  String playClass)
Create a new streamItem

Parameters:
name - streamType name
baseClass - base class path
playClass - play class path
Method Detail

clearProperty

public void clearProperty(String name)
Clear property.

Parameters:
name - property name

getBaseClass

public String getBaseClass()
Get base class path.

Returns:
base clas path

getDescription

public String getDescription()
Get streamType description.

Returns:
streamType description

getName

public String getName()
Get streamType name.

Returns:
streamType name

getPlayClass

public String getPlayClass()
Get play class path.

Returns:
play class path

getProperties

public WMSProperties getProperties()
Get properties.

Returns:
properties

getProperty

public String getProperty(String name)
Get property by name.

Parameters:
name - property name
Returns:
property value

setBaseClass

public void setBaseClass(String baseClass)
Set base class path.

Parameters:
baseClass - base class path

setDescription

public void setDescription(String description)
Set streamType description.

Parameters:
description - streamType description

setName

public void setName(String name)
Set streamType name.

Parameters:
name - streamType name

setPlayClass

public void setPlayClass(String playClass)
Set play class path.

Parameters:
playClass - play class path

setProperty

public void setProperty(String name,
                        String value)
Set property value.

Parameters:
name - property name
value - property value

toString

public String toString()
Overrides:
toString in class Object