flex.management.runtime.messaging.endpoints.rtmp
Interface RTMPServerControlMBean

super Interface의 Summary :
BaseControlMBean

Public Interface RTMPServerControlMBean
BaseControlMBean 를 확장

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
 

메소드의 상세

isRunning

Boolean  isRunning()
IOException  를 슬로우
RTMPServer 가 실행중의 경우,true 를 돌려줍니다.

반환값 :
RTMPServer 가 실행중의 경우,true.
Exception :
IOException

getStartTimestamp

Date  getStartTimestamp()
IOException  를 슬로우
RTMPServer 의 개시 타임 스탬프를 돌려줍니다.

반환값 :
RTMPServer 의 개시 타임 스탬프입니다.
Exception :
IOException

getConnectionCount

Integer  getConnectionCount()
IOException  를 슬로우
서버와의 현재의 클라이언트 접속의 총수를 돌려줍니다.

반환값 :
서버와의 현재의 클라이언트 접속의 총수입니다.
Exception :
IOException

getConnectionIds

String [] getConnectionIds()
IOException  를 슬로우
현재 접속 떠날 수 있어 모든 클라이언트의 클라이언트 ID 를 돌려줍니다.

반환값 :
현재 접속 떠날 수 있어 모든 클라이언트의 클라이언트 ID 입니다.
Exception :
IOException

removeConnection

void removeConnection(String  connectionId)
IOException  를 슬로우
지정된 클라이언트 접속을 삭제합니다.

파라미터 :
connectionId - 삭제하는 접속의 ID 입니다.
Exception :
IOException

removeAllConnections

void removeAllConnections()
IOException  를 슬로우
모든 클라이언트 접속을 삭제합니다.

Exception :
IOException


Copyright © 2006 Adobe Systems Inc. All Rights Reserved.