Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

com.bea.httppubsub.runtime
Interface ChannelRuntimeMBean

All Known Subinterfaces:
ChannelRuntimeMBean

public interface ChannelRuntimeMBean

Represent runtime information of a channel.


Method Summary
 String getName()
          Get the qualified name for this channel
 long getPublishedMessageCount()
          Get the number of published messages to this Channel
 int getSubscriberCount()
          Get the number of subscribers for this channel currently
 List<String> getSubscribers()
          Get the subscribers for this channel
 

Method Detail

getName

String getName()
Get the qualified name for this channel


getSubscriberCount

int getSubscriberCount()
Get the number of subscribers for this channel currently

Returns:
the number of subscribers

getSubscribers

List<String> getSubscribers()
Get the subscribers for this channel

Returns:
the subscribers

getPublishedMessageCount

long getPublishedMessageCount()
Get the number of published messages to this Channel

Returns:
the published messsage count

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02