|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.vhost.VHostItem
public class VHostItem
VHostItem: data class that hold definition of a virtual host.
| Constructor Summary | |
|---|---|
VHostItem()
Create empty vHostItem |
|
| Method Summary | |
|---|---|
String |
getConfigDir()
Get configuration path for vHost. |
int |
getConnectionLimit()
Get connection limit of this vHost item. |
String |
getName()
Get vHost name |
WMSProperties |
getProperties()
Get properties |
boolean |
isVisited()
Has this vHostItem been visited during load of VHosts.xml file. |
void |
reset()
Reset vHostItem to empty state |
void |
setConfigDir(String configDir)
Set configuration path for vHost. |
void |
setConnectionLimit(int connectionLimit)
Set connection limit of this vHost item. |
void |
setName(String name)
Set vHost name |
void |
setProperties(WMSProperties properties)
Set properties |
void |
setVisited(boolean visited)
Set is visited. |
String |
toString()
Format vHost item |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VHostItem()
| Method Detail |
|---|
public String getConfigDir()
public int getConnectionLimit()
public String getName()
public WMSProperties getProperties()
public boolean isVisited()
public void reset()
public void setConfigDir(String configDir)
configDir - configuration path for vHostpublic void setConnectionLimit(int connectionLimit)
connectionLimit - connection limit of this vHost itempublic void setName(String name)
name - vHost namepublic void setProperties(WMSProperties properties)
properties - propertiespublic void setVisited(boolean visited)
visited - is visitedpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||