Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


com.bea.httppubsub
Interface Client

All Superinterfaces:
Serializable
All Known Implementing Classes:
LocalClient

public interface Client
extends Serializable

Representation interface of a client.

Since:
10.3.0.0

Method Summary
abstract  AuthenticatedUser getAuthenticatedUser()
          Get authenticated user object of this client.
abstract  Set<String> getChannelSubscriptions()
          Get all the channels currently subscribed by this client.
abstract  String getId()
          Get the ID associated with this client
abstract  long getPublishedMessageCount()
          Get the number of messages published by this client on all channels

 

Method Detail

getId

String getId()
Get the ID associated with this client
Returns:
Client ID.

getChannelSubscriptions

Set<String> getChannelSubscriptions()
Get all the channels currently subscribed by this client.
Returns:
a Set of all active subscriptions

getPublishedMessageCount

long getPublishedMessageCount()
Get the number of messages published by this client on all channels
Returns:
the count of published messages

getAuthenticatedUser

AuthenticatedUser getAuthenticatedUser()
Get authenticated user object of this client.
Returns:
AuthenticatedUser object.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09