flex.management.runtime.messaging.services.messaging.adapters
Interface JMSAdapterControlMBean

super Interface의 Summary :
BaseControlMBean , ServiceAdapterControlMBean

Public Interface JMSAdapterControlMBean
ServiceAdapterControlMBean 을 확장

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
 

메소드의 상세

getTopicProducerCount

Integer  getTopicProducerCount()
IOException  를 슬로우
어댑터의 트픽크프로듀사의 수를 돌려줍니다.

반환값 :
어댑터의 트픽크프로듀사의 수
Exception :
IOException

getTopicConsumerCount

Integer  getTopicConsumerCount()
IOException  를 슬로우
어댑터의 토픽 컨슈머(consumer)의 수를 돌려줍니다.

반환값 :
어댑터의 토픽 컨슈머(consumer)의 수
Exception :
IOException

getTopicConsumerIds

String [] getTopicConsumerIds()
IOException  를 슬로우
모든 토픽 컨슈머(consumer)의 ID 를 돌려줍니다.

반환값 :
모든 토픽 컨슈머(consumer)의 ID
Exception :
IOException

getQueueProducerCount

Integer  getQueueProducerCount()
IOException  를 슬로우
어댑터의 큐프로듀사의 수를 돌려줍니다.

반환값 :
어댑터의 큐프로듀사의 수
Exception :
IOException

getQueueConsumerCount

Integer  getQueueConsumerCount()
IOException  를 슬로우
어댑터의 큐 컨슈머(consumer)의 수를 돌려줍니다.

반환값 :
어댑터의 큐 컨슈머(consumer)의 수
Exception :
IOException

getQueueConsumerIds

String [] getQueueConsumerIds()
IOException  를 슬로우
모든 큐 컨슈머(consumer)의 ID 를 돌려줍니다.

반환값 :
모든 큐 컨슈머(consumer)의 ID
Exception :
IOException

removeConsumer

void removeConsumer(String  consumerId)
IOException  를 슬로우
컨슈머(consumer) (토픽 또는 큐)를 예약(subscribe) 해제합니다.

파라미터 :
consumerId - 예약(subscribe) 해제하는 컨슈머(consumer)의 ID
Exception :
IOException


Copyright © 2006 Adobe Systems Inc. All Rights Reserved.