|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalClient | |
---|---|
com.bea.httppubsub | Provides interfaces and classes for the WebLogic HTTP Publish-Subscribe server. |
Uses of LocalClient in com.bea.httppubsub |
---|
Methods in com.bea.httppubsub that return LocalClient | |
---|---|
LocalClient |
ClientManager.createLocalClient()
Create a local client instance. |
LocalClient |
DeliveredMessageEvent.getLocalClient()
|
Methods in com.bea.httppubsub with parameters of type LocalClient | |
---|---|
EventMessage |
MessageFactory.createEventMessage(LocalClient client,
String channel,
String payLoad)
Create EventMessage object with specified payLoad string. |
void |
PubSubServer.publishToChannel(LocalClient client,
String channel,
String payLoad)
The method is a facade method which is used for publishing messages from server side. |
void |
PubSubServer.subscribeToChannel(LocalClient client,
String channel)
The method is a facade method which is used to subscribe a Channel on server side. |
void |
PubSubServer.unsubscribeToChannel(LocalClient client,
String channel)
This method is a facade method which is used to unsubscribe a Channel on server side. |
Constructors in com.bea.httppubsub with parameters of type LocalClient | |
---|---|
DeliveredMessageEvent(LocalClient client,
EventMessage message)
Construct a local client message event from the given client. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |