|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
|
Copyright 1996, 2011, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |