Package | Description |
---|---|
org.jboss.errai.bus.client |
This package contains the core client API and shared client/server libraries for the ErraiBus framework.
|
org.jboss.errai.bus.client.api | |
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.client.api.builder | |
org.jboss.errai.bus.client.api.messaging | |
org.jboss.errai.bus.client.framework | |
org.jboss.errai.bus.client.util | |
org.jboss.errai.bus.server |
The server-side components of ErraiBus.
|
org.jboss.errai.bus.server.api | |
org.jboss.errai.bus.server.io | |
org.jboss.errai.bus.server.service | |
org.jboss.errai.cdi.server | |
org.jboss.errai.cdi.server.events | |
org.jboss.errai.ioc.support.bus.client | |
org.jboss.errai.otec.client | |
org.jboss.errai.otec.server | |
org.jboss.errai.tools.monitoring | |
org.jboss.errai.ui.cordova |
Modifier and Type | Method and Description |
---|---|
static MessageBus |
ErraiBus.get()
Obtain an instance of the client MessageBus.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientMessageBus
An extended client-specific/in-browser interface of
MessageBus , which defines client-specific functionality. |
Modifier and Type | Method and Description |
---|---|
void |
BusMonitor.attach(MessageBus bus) |
Modifier and Type | Method and Description |
---|---|
void |
CommandMessage.sendNowWith(MessageBus viaThis) |
Modifier and Type | Method and Description |
---|---|
void |
MessageBuildSendable.sendGlobalWith(MessageBus viaThis)
Sends the message globally with the specified MessageBus
|
void |
RemoteCallSendable.sendNowWith(MessageBus viaThis)
Specifies how to send the message
|
void |
MessageBuildSendable.sendNowWith(MessageBus viaThis)
Sends the message with the specified MessageBus
|
void |
MessageBuildSendable.sendNowWith(MessageBus viaThis,
boolean fireMessageListener)
Sends the message with the specified MessageBus
|
Modifier and Type | Method and Description |
---|---|
void |
Message.sendNowWith(MessageBus viaThis)
Transmits this message to the specified
MessageBus instance. |
Modifier and Type | Class and Description |
---|---|
class |
ClientMessageBusImpl
The default client MessageBus implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcProxyLoader.loadProxies(MessageBus bus) |
void |
AbstractRpcProxy.sendRequest(MessageBus bus,
RemoteCallSendable sendable) |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorHelper.disconnectRemoteBus(MessageBus bus,
Message message)
Sends a disconnect command message to the client bus
|
static void |
ErrorHelper.handleMessageDeliveryFailure(MessageBus bus,
Message message,
String errorMessage,
Throwable e,
boolean disconnect)
Handles the failed delivery of a message, and sends the error to the appropriate place
|
static void |
ErrorHelper.sendClientError(MessageBus bus,
Message message,
String errorMessage,
String additionalDetails)
Sends the error message via conversation to the ClientBusErrors subject
|
static void |
ErrorHelper.sendClientError(MessageBus bus,
Message message,
String errorMessage,
Throwable e)
Creates the stacktrace for the error message and sends it via conversation to the
ClientBusErrors subject
|
static void |
ErrorHelper.sendClientError(MessageBus bus,
String queueId,
String errorMessage,
String additionalDetails) |
Modifier and Type | Class and Description |
---|---|
class |
ServerMessageBusImpl
The ServerMessageBusImpl implements the ServerMessageBus, making it possible for the server to
send and receive messages
|
Modifier and Type | Method and Description |
---|---|
static void |
Worker.deliverToBus(MessageBus bus,
Message message) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerMessageBus
This interface, ServerMessageBus, extends the client's
MessageBus ,
and adds functionality so the server can transmit messages to a client and vice versa |
Modifier and Type | Field and Description |
---|---|
protected MessageBus |
AbstractRPCMethodCallback.bus |
Modifier and Type | Method and Description |
---|---|
static MessageCallback |
RPCEndpointFactory.createEndpointFor(ServiceInstanceProvider provider,
Method method,
MessageBus messageBus) |
Constructor and Description |
---|
AbstractRPCMethodCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
AsyncRPCEndpointCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
ValueReplyRPCEndpointCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
VoidRPCEndpointCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
Modifier and Type | Class and Description |
---|---|
class |
MessageBusProxy |
Constructor and Description |
---|
MessageBusBean(MessageBus delegate) |
SenderBean(Type type,
Set<Annotation> qualifiers,
MessageBus bus) |
Modifier and Type | Method and Description |
---|---|
MessageBus |
ConversationalEventWrapper.getBus() |
Constructor and Description |
---|
ConversationalEventWrapper(Object eventObject,
Class<?> eventType,
Set<String> qualifierStrings,
MessageBus bus) |
EventDispatcher(javax.enterprise.inject.spi.BeanManager beanManager,
EventRoutingTable eventRoutingTable,
MessageBus messageBus,
Set<String> observedEvents,
Map<String,Annotation> qualifiers) |
ShutdownEventObserver(TypeRegistry managedTypes,
MessageBus bus) |
Modifier and Type | Method and Description |
---|---|
static <U> ErraiMessageSender<U> |
ErraiMessageSender.of(String toSubject,
String replyTo,
MessageBus messageBus) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientOTBusService.startOTService(MessageBus messageBus,
OTEngine engine) |
Constructor and Description |
---|
ClientOTPeerImpl(MessageBus bus,
OTEngine engine) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerOTBusService.startOTService(MessageBus messageBus,
OTEngine engine) |
Constructor and Description |
---|
ServerOTPeerImpl(String remoteEngineId,
MessageBus bus) |
Modifier and Type | Class and Description |
---|---|
class |
ClientBusProxyImpl |
Modifier and Type | Method and Description |
---|---|
void |
MonitorController.attach(MessageBus bus) |
Constructor and Description |
---|
Bootstrapper(ActivityProcessor processor,
MessageBus bus) |
ClientBusProxyImpl(MessageBus serverBus) |
MainMonitorGUI(Dataservice service,
MessageBus serverBus) |
MonitorExtension(MessageBus bus) |
ServerMonitorPanel(MainMonitorGUI gui,
MessageBus bus,
String busId) |
Modifier and Type | Class and Description |
---|---|
class |
LocationAwareClientMessageBus
Overrides the standard ClientMessageBus implementation that throws exception when the user did not specify the endpoint
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.