Class | Description |
---|---|
BroadcastManager |
when a broadcast operation is triggered
(ModelQuery broadcast or Event broadcast)
the RealTimeClient willUse the BroadcastManager
to now witch sessions's will be involved in the data broadcast
|
NGEvent |
an NGEvent is a utility class used internally by angularBeans to convert an
angularJS event to a CDI event.
|
RealTimeMessage |
a RealTime message is a server to client message translated to an angularJS
event.
|
RemoteEventBus |
the RemoteEventBus is a service called by angularBeans throw an angularJS
service extend angularJS event firing to the CDI container (server) side
|
ServerEvent |
a ServerEvent will be inserted to a response and converted to an AngularJS
event
|
Annotation Type | Description |
---|---|
AngularEvent |
CDI qualifier to qualify a CDI event triggered from
an angularJS event --> CDI event conversion.
|
RealTimeErrorEvent | |
RealTimeSessionCloseEvent | |
RealTimeSessionReadyEvent | |
RealTimeSessionReadyEvents |
Copyright © 2015. All rights reserved.