Package org.red5.server.jmx.mxbeans
Interface AttributeStoreMXBean
- All Known Subinterfaces:
IAttributeStore,ICastingAttributeStore,IClient,IClientSharedObject,IConnection,IServiceCapableConnection,ISharedObject,ISharedObjectBase,IStreamCapableConnection,RTMPConnectionMXBean,RTMPMinaConnectionMXBean
- All Known Implementing Classes:
AttributeStore,BaseConnection,Client,ClientSharedObject,RTMPConnection,RTMPMinaConnection,SharedObject,SharedObjectScope
Base interface for all API objects with attributes
- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasAttribute(String name) booleanremoveAttribute(String name) void
-
Method Details
-
getAttributeNames
-
hasAttribute
-
removeAttribute
-
removeAttributes
void removeAttributes()
-