org.red5.server.jmx.mxbeans
Interface AttributeStoreMXBean
- All Known Subinterfaces:
- IAttributeStore, ICastingAttributeStore, IClient, IClientSharedObject, IConnection, IRemotingConnection, IServiceCapableConnection, ISharedObject, ISharedObjectBase, IStreamCapableConnection, RTMPMinaConnectionMXBean
- All Known Implementing Classes:
- ApplicationAdapter, AttributeStore, BaseConnection, BaseRTMPTConnection, Client, ClientSharedObject, MultiThreadedApplicationAdapter, PersistableAttributeStore, RemotingConnection, RTMPConnection, RTMPMinaConnection, RTMPTConnection, SharedObject, SharedObjectScope, StatefulScopeWrappingAdapter
@MXBean
public interface AttributeStoreMXBean
Base interface for all API objects with attributes
- Author:
- The Red5 Project ([email protected]), Paul Gregoire ([email protected])
getAttributeNames
Set<String> getAttributeNames()
hasAttribute
boolean hasAttribute(String name)
removeAttribute
boolean removeAttribute(String name)
removeAttributes
void removeAttributes()
Copyright © 2006-2012 The Red5 Project