| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
MediaServerEntity |
MediaServersDao.getMediaServer(String msId) |
| Modifier and Type | Method and Description |
|---|---|
List<MediaServerEntity> |
MediaServersDao.getMediaServerEntityByIP(String msIPAddres) |
List<MediaServerEntity> |
MediaServersDao.getMediaServers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaServersDao.addMediaServer(MediaServerEntity ms) |
void |
MediaServersDao.updateMediaServer(MediaServerEntity ms) |
| Modifier and Type | Method and Description |
|---|---|
MediaServerEntity |
MediaServerEntity.Builder.build() |
MediaServerEntity |
MediaServerEntity.setMsId(int msId) |
| Modifier and Type | Method and Description |
|---|---|
MediaServerEntity |
MybatisMediaServerDao.getMediaServer(String msId) |
| Modifier and Type | Method and Description |
|---|---|
List<MediaServerEntity> |
MybatisMediaServerDao.getMediaServerEntityByIP(String msIPAddress) |
List<MediaServerEntity> |
MybatisMediaServerDao.getMediaServers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisMediaServerDao.addMediaServer(MediaServerEntity ms) |
void |
MybatisMediaServerDao.updateMediaServer(MediaServerEntity ms) |
Copyright © 2017. All Rights Reserved.