Package | Description |
---|---|
org.red5.server.so |
Modifier and Type | Class and Description |
---|---|
class |
SharedObjectEvent |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentLinkedQueue<ISharedObjectEvent> |
SharedObject.syncEvents
Synchronization events
|
Modifier and Type | Method and Description |
---|---|
Queue<ISharedObjectEvent> |
ISharedObjectMessage.getEvents()
Returns a set of ISharedObjectEvent objects containing informations what
to change.
|
ConcurrentLinkedQueue<ISharedObjectEvent> |
SharedObjectMessage.getEvents()
Returns a set of ISharedObjectEvent objects containing informations what
to change.
|
Modifier and Type | Method and Description |
---|---|
void |
ISharedObjectMessage.addEvent(ISharedObjectEvent event)
Add event handler
|
void |
SharedObjectMessage.addEvent(ISharedObjectEvent event)
Add event handler
|
Modifier and Type | Method and Description |
---|---|
void |
SharedObjectMessage.addEvents(List<ISharedObjectEvent> events) |
void |
SharedObjectMessage.addEvents(Queue<ISharedObjectEvent> events) |
Copyright © 2006-2012 The Red5 Project