mx4j.server
public interface MBeanRepository extends Cloneable
All necessary synchronization code is taken care by the MBeanServer, so implementations can be coded without caring of synchronization issues.
Version: $Revision: 1.6 $
Method Summary | |
---|---|
Object | clone()
Clones this MBean repository |
MBeanMetaData | get(ObjectName name)
Returns the metadata information associated with the given object name.
|
Iterator | iterator()
Returns an iterator on the metadata stored in this repository. |
void | put(ObjectName name, MBeanMetaData metadata)
Inserts the given metadata associated with the given object name into this repository.
|
void | remove(ObjectName name)
Removes the metadata associated with the given object name from this repository. |
int | size()
Returns the size of this repository. |
See Also: MBeanRepository
See Also: MBeanRepository