Package | Description |
---|---|
org.red5.server.adapter | |
org.red5.server.api.so | |
org.red5.server.api.statistics | |
org.red5.server.midi | |
org.red5.server.so | |
org.red5.server.statistics |
Modifier and Type | Method and Description |
---|---|
ISharedObject |
MultiThreadedApplicationAdapter.getSharedObject(IScope scope,
String name)
Returns shared object from given scope by name.
|
ISharedObject |
MultiThreadedApplicationAdapter.getSharedObject(IScope scope,
String name,
boolean persistent)
Returns shared object from given scope by name.
|
Modifier and Type | Method and Description |
---|---|
ISharedObject |
ISharedObjectService.getSharedObject(IScope scope,
String name)
Get a shared object by name.
|
ISharedObject |
ISharedObjectService.getSharedObject(IScope scope,
String name,
boolean persistent)
Get a shared object by name and create it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISharedObjectSecurity.isConnectionAllowed(ISharedObject so)
Check if a connection to the given existing shared object is allowed.
|
boolean |
ISharedObjectSecurity.isDeleteAllowed(ISharedObject so,
String key)
Check if the deletion of a property is allowed on the given shared object.
|
boolean |
ISharedObjectSecurity.isSendAllowed(ISharedObject so,
String message,
List<?> arguments)
Check if sending a message to the shared object is allowed.
|
boolean |
ISharedObjectSecurity.isWriteAllowed(ISharedObject so,
String key,
Object value)
Check if a modification is allowed on the given shared object.
|
Modifier and Type | Method and Description |
---|---|
ISharedObject |
IStatisticsService.getScopeStatisticsSO(IScope scope)
Return the shared object that will be used to keep scope statistics.
|
ISharedObject |
IStatisticsService.getSharedObjectStatisticsSO(IScope scope)
Return the shared object that will be used to keep SO statistics.
|
Modifier and Type | Field and Description |
---|---|
protected ISharedObject |
SharedMidiObject.so |
Constructor and Description |
---|
SharedMidiObject(String deviceName,
ISharedObject so) |
Modifier and Type | Class and Description |
---|---|
class |
SharedObjectScope
Special scope for shared objects
|
Modifier and Type | Method and Description |
---|---|
ISharedObject |
SharedObjectService.getSharedObject(IScope scope,
String name)
Get a shared object by name.
|
ISharedObject |
SharedObjectService.getSharedObject(IScope scope,
String name,
boolean persistent)
Get a shared object by name and create it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
ISharedObject |
StatisticsService.getScopeStatisticsSO(IScope scope) |
ISharedObject |
StatisticsService.getSharedObjectStatisticsSO(IScope scope) |
Copyright © 2006-2012 The Red5 Project