| Package | Description |
|---|---|
| com.wowza.wms.vhost |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<VHostItem> |
VHostList.getVHostItems() |
Get a list of vHostItems.
|
java.util.Map<String,VHostItem> |
VHostList.getVHostMap() |
Get the Map of vHostItem defintions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
VHostList.notifyVHostItemCreate(VHostItem vhostItem) |
Notify vHostItem listener of item create.
|
void |
VHostList.notifyVHostItemDestroy(VHostItem vhostItem) |
Notify vHostItem listener of item destroy.
|
void |
VHostList.notifyVHostItemUpdate(VHostItem vhostItem) |
Notify vHostItem listener of item update.
|
void |
IVHostItemNotify.onVHostItemCreate(VHostItem vhostItem) |
Triggered when vHostItem created
|
void |
IVHostItemNotify.onVHostItemDestroy(VHostItem vhostItem) |
Triggered when vHostItem destroyed
|
void |
IVHostItemNotify.onVHostItemUpdate(VHostItem vhostItem) |
Triggered when vHostItem updated
|