|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICastingAttributeStore
Attribute storage with automatic object casting support.
| Method Summary | |
|---|---|
Boolean |
getBoolAttribute(String name)
Get Boolean attribute by name |
Byte |
getByteAttribute(String name)
Get Byte attribute by name |
Double |
getDoubleAttribute(String name)
Get Double attribute by name |
Integer |
getIntAttribute(String name)
Get Integer attribute by name |
List<?> |
getListAttribute(String name)
Get List attribute by name |
Long |
getLongAttribute(String name)
Get boolean attribute by name |
Map<?,?> |
getMapAttribute(String name)
Get Long attribute by name |
Set<?> |
getSetAttribute(String name)
Get Set attribute by name |
Short |
getShortAttribute(String name)
Get Short attribute by name |
String |
getStringAttribute(String name)
Get String attribute by name |
| Methods inherited from interface org.red5.server.api.IAttributeStore |
|---|
getAttribute, getAttribute, getAttributeNames, getAttributes, hasAttribute, removeAttribute, removeAttributes, setAttribute, setAttributes, setAttributes |
| Method Detail |
|---|
Boolean getBoolAttribute(String name)
name - Attribute name
Byte getByteAttribute(String name)
name - Attribute name
Double getDoubleAttribute(String name)
name - Attribute name
Integer getIntAttribute(String name)
name - Attribute name
List<?> getListAttribute(String name)
name - Attribute name
Long getLongAttribute(String name)
name - Attribute name
Map<?,?> getMapAttribute(String name)
name - Attribute name
Set<?> getSetAttribute(String name)
name - Attribute name
Short getShortAttribute(String name)
name - Attribute name
String getStringAttribute(String name)
name - Attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||