|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||
Public Interface RTMPServerControlMBean
Management 대상의 RTMP 서버의 실행시 감시 및 Management Interface를 정의합니다.
| 메소드 Summary | |
|---|---|
Integer |
getConnectionCount ()
서버와의 클라이언트 접속의 현재의 총수를 돌려줍니다. |
String [] |
getConnectionIds ()
현재 접속 떠날 수 있어 모든 클라이언트의 클라이언트 ID 를 돌려줍니다. |
Date |
getStartTimestamp ()
RTMPServer 의 개시 타임 스탬프를 돌려줍니다. |
Boolean |
isRunning ()
RTMPServer 가 실행중의 경우,true 를 돌려줍니다. |
void |
removeAllConnections ()
모든 클라이언트 접속을 삭제합니다. |
void |
removeConnection (String connectionId)
지정된 클라이언트 접속을 삭제합니다. |
| Interface flex.management. BaseControlMBean 로부터 상속 받는 메소드 |
|---|
getId , getParent , getType |
| 메소드의 상세 |
|---|
Boolean isRunning() IOException 를 슬로우
RTMPServer 가 실행중의 경우,true 를 돌려줍니다.
RTMPServer 가 실행중의 경우,true.
IOException Date getStartTimestamp() IOException 를 슬로우
RTMPServer 의 개시 타임 스탬프를 돌려줍니다.
RTMPServer 의 개시 타임 스탬프입니다.
IOException Integer getConnectionCount() IOException 를 슬로우
IOException String [] getConnectionIds() IOException 를 슬로우
IOException void removeConnection(String connectionId) IOException 를 슬로우
connectionId - 삭제하는 접속의 ID 입니다.
IOException void removeAllConnections() IOException 를 슬로우
IOException
|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||