Index (com.equo.comm.api)
C E F G I O R S 

C

com.equo.comm.api - package com.equo.comm.api
 
com.equo.comm.api.actions - package com.equo.comm.api.actions
 
com.equo.comm.api.annotations - package com.equo.comm.api.annotations
 
com.equo.comm.api.error - package com.equo.comm.api.error
 
CommMessageException - Exception in com.equo.comm.api.error
This class is intended to be extended by user applications.
CommMessageException(int, String) - Constructor for exception com.equo.comm.api.error.CommMessageException
 

E

EventName - Annotation Type in com.equo.comm.api.annotations
<p> Annotation to define the name of the event to be listened to in the annotated class/method.

F

fillInStackTrace() - Method in exception com.equo.comm.api.error.CommMessageException
 
findServiceReference() - Static method in interface com.equo.comm.api.ICommSendService
Tries to find a reference to the service via all supported mechanisms.
findServiceReference() - Static method in interface com.equo.comm.api.ICommService
Tries to find a reference to the service via all supported mechanisms.

G

getErrorCode() - Method in exception com.equo.comm.api.error.CommMessageException
 

I

IActionHandler - Interface in com.equo.comm.api.actions
<p> Action handler interface.
ICommSendService - Interface in com.equo.comm.api
Allows to send events.
ICommService - Interface in com.equo.comm.api
Interface for event handlers.

O

on(String, Class<T>, Function<T, R>) - Method in interface com.equo.comm.api.ICommService
Defines a custom actionHandler for an specific event ID.
on(String, Function<String, R>) - Method in interface com.equo.comm.api.ICommService
Defines a custom actionHandler for an specific event ID.
on(String, Class<T>, Consumer<T>) - Method in interface com.equo.comm.api.ICommService
Defines a custom actionHandler for an specific event ID.
on(String, Consumer<String>) - Method in interface com.equo.comm.api.ICommService
Defines a custom actionHandler for an specific event ID.

R

remove(String) - Method in interface com.equo.comm.api.ICommService
Removes an event handler.

S

send(String) - Method in interface com.equo.comm.api.ICommSendService
Sends a null data to later be transmitted using the userEvent as ID.
send(String, Object) - Method in interface com.equo.comm.api.ICommSendService
Sends the specified data to later be transmitted using the userEvent as ID.
send(String, Class<T>) - Method in interface com.equo.comm.api.ICommSendService
Sends a null data to later be transmitted using the userEvent as ID expecting a response.
send(String, Object, Class<T>) - Method in interface com.equo.comm.api.ICommSendService
Sends the specified data to later be transmitted using the userEvent as ID expecting a response.
C E F G I O R S