|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||
Public Interface JMSAdapterControlMBean
Management 대상의 JMS 어댑터의 실행시 감시 및 Management Interface를 정의합니다.
| 메소드 Summary | |
|---|---|
Integer |
getQueueConsumerCount ()
어댑터의 큐 컨슈머(consumer)의 수를 돌려줍니다. |
String [] |
getQueueConsumerIds ()
모든 큐 컨슈머(consumer)의 ID 를 돌려줍니다. |
Integer |
getQueueProducerCount ()
어댑터의 큐프로듀사의 수를 돌려줍니다. |
Integer |
getTopicConsumerCount ()
어댑터의 토픽 컨슈머(consumer)의 수를 돌려줍니다. |
String [] |
getTopicConsumerIds ()
모든 토픽 컨슈머(consumer)의 ID 를 돌려줍니다. |
Integer |
getTopicProducerCount ()
어댑터의 트픽크프로듀사의 수를 돌려줍니다. |
void |
removeConsumer (String consumerId)
컨슈머(consumer) (토픽 또는 큐)를 예약(subscribe) 해제합니다. |
| Interface flex.management. BaseControlMBean 로부터 상속 받는 메소드 |
|---|
getId , getParent , getType |
| 메소드의 상세 |
|---|
Integer getTopicProducerCount() IOException 를 슬로우
IOException Integer getTopicConsumerCount() IOException 를 슬로우
IOException String [] getTopicConsumerIds() IOException 를 슬로우
IOException Integer getQueueProducerCount() IOException 를 슬로우
IOException Integer getQueueConsumerCount() IOException 를 슬로우
IOException String [] getQueueConsumerIds() IOException 를 슬로우
IOException void removeConsumer(String consumerId) IOException 를 슬로우
consumerId - 예약(subscribe) 해제하는 컨슈머(consumer)의 ID
IOException
|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||