Package org.red5.server.jmx.mxbeans
Interface AttributeStoreMXBean
- All Known Subinterfaces:
IAttributeStore
,ICastingAttributeStore
,IClient
,IConnection
,IRemotingConnection
,IServiceCapableConnection
,IStreamCapableConnection
,RTMPConnectionMXBean
,RTMPMinaConnectionMXBean
- All Known Implementing Classes:
AdminApplication
,AntMediaApplicationAdapter
,ApplicationAdapter
,AttributeStore
,BaseConnection
,Client
,MultiThreadedApplicationAdapter
,PersistableAttributeStore
,RTMPConnection
,RTMPMinaConnection
,StatefulScopeWrappingAdapter
Base interface for all API objects with attributes
- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasAttribute
(String name) boolean
removeAttribute
(String name) void
-
Method Details
-
getAttributeNames
-
hasAttribute
-
removeAttribute
-
removeAttributes
void removeAttributes()
-