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


Uses of Interface
com.bea.httppubsub.Channel

Packages that use Channel
com.bea.httppubsub Provides interfaces and classes for the WebLogic HTTP Publish-Subscribe server. 

 

Uses of Channel in com.bea.httppubsub

 

Methods in com.bea.httppubsub that return Channel
abstract  Channel PubSubServer.findChannel(String url)
          Lookup a given url Channel from PubSubServer.
abstract  Channel PubSubServer.findOrCreateChannel(Client client, String url)
           Lookup a given url Channel from PubSubServer.
abstract  Channel Channel.getParentChannel()
          Return current channel's parent or null if current channel is root.

 

Methods in com.bea.httppubsub that return types with arguments of type Channel
abstract  List<Channel> Channel.getAllSubChannels()
          Return the list of all child channels for the current channel.
abstract  List<Channel> Channel.getSubChannels()
          Return the list of immediate child channels for the current channel.

 

Methods in com.bea.httppubsub with parameters of type Channel
abstract  void Channel.addSubChannel(Channel child)
          Add one immediate child channel to this channel.
abstract  void Channel.removeSubChannel(Channel child)
          Remove sub channel from this channel.

 


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