|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CrudEvent | |
|---|---|
| com.ehsbe.commons.server.jms | |
| com.ehsbe.commons.util | |
| com.ehsbe.commons.util.jms | |
| Uses of CrudEvent in com.ehsbe.commons.server.jms |
|---|
| Methods in com.ehsbe.commons.server.jms with parameters of type CrudEvent | |
|---|---|
static void |
MsgProducer.send(String destination,
CrudEvent<?> event)
Convinience method for sending a CRUD message to the given destination. |
| Uses of CrudEvent in com.ehsbe.commons.util |
|---|
| Methods in com.ehsbe.commons.util that return types with arguments of type CrudEvent | |
|---|---|
ArrayList<CrudEvent<?>> |
CrudEventList.getEvents()
Get all CRUD events. |
| Methods in com.ehsbe.commons.util with parameters of type CrudEvent | |
|---|---|
void |
CrudEventList.add(CrudEvent<?> e)
Add a CRUD event to the list of notifications. |
| Uses of CrudEvent in com.ehsbe.commons.util.jms |
|---|
| Methods in com.ehsbe.commons.util.jms that return CrudEvent | |
|---|---|
CrudEvent<?> |
QueueEvent.getCrudEvent()
Get the CRUD event, which caused this event to be sent. |
| Constructors in com.ehsbe.commons.util.jms with parameters of type CrudEvent | |
|---|---|
QueueEvent(String topic,
long id,
CrudEvent<?> e)
Create a new Queue event message. |
|
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||