| 
Oracle | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
|---|---|
 Channel | 
PubSubServer.findChannel(String url)
Lookup a given url Channel from PubSubServer.  | 
 Channel | 
PubSubServer.findOrCreateChannel(Client client,
                    String url)
Lookup a given url Channel from PubSubServer.  | 
 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 | |
|---|---|
 List<Channel> | 
Channel.getAllSubChannels()
Return the list of all child channels for the current channel.  | 
 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 | |
|---|---|
 void | 
Channel.addSubChannel(Channel child)
Add one immediate child channel to this channel.  | 
 void | 
Channel.removeSubChannel(Channel child)
Remove sub channel from this channel.  | 
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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.  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||