| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| Modifier and Type | Method and Description |
|---|---|
EClient.ClientLocation |
EFeed.location()
|
EClient.ClientLocation |
EClient.location()
Returns the client location.
|
static EClient.ClientLocation |
EClient.ClientLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClient.ClientLocation[] |
EClient.ClientLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EClient |
EClient.findOrCreateClient(EObject client,
EClient.ClientLocation location)
Returns the eBus proxy for the given eBus client instance.
|
F |
EMultiFeed.SubordinateFeedFactory.newFeed(R client,
EMessageKey key,
EFeed.FeedScope scope,
ECondition condition,
EClient.ClientLocation location)
Returns a newly instantiated
EFeed-subclass
instance based on the given parameters. |
static EPublishFeed |
EPublishFeed.open(EPublisher cl,
EMessageKey key,
EFeed.FeedScope scope,
EClient.ClientLocation l,
boolean isMulti)
Returns a notification publish feed for the specified
notification message class and subject.
|
static EReplyFeed |
EReplyFeed.open(EReplier client,
EMessageKey key,
EFeed.FeedScope scope,
ECondition condition,
EClient.ClientLocation l,
MessageType dataType,
boolean isMulti)
Returns a reply advertiser feed for the specified request
message class and subject.
|
static ERequestFeed |
ERequestFeed.open(ERequestor cl,
EMessageKey key,
EFeed.FeedScope scope,
EClient.ClientLocation l,
boolean isMulti)
Creates a new request feed for the given client, message
key, and feed scope.
|
boolean |
EFeed.FeedScope.supports(EClient.ClientLocation loc)
Returns
true if this scope supports the given
client location; false otherwise. |
Copyright © 2019. All rights reserved.