This link has been bookmarked by 11 people . It was first bookmarked on 23 May 2007, by Navneet Kumar.
-
08 Apr 10
-
28 Mar 09
-
management interface
-
eans, Java objects that represent resources to be managed.
-
Typed notifications that can be emitted by the MBean
-
attributes representing the different configuration parameters, such as a cache size.
-
Writing
CacheSizewould update the size of the cache, -
An operation such as
savecould store the current configuration persistently -
Dynamic MBeans define their management interface at runtime
-
MBean interface and are visible to a JMX agent through introspection.
-
A dynamic MBean is an MBean that defines its management interface at runtime. For example, a configuration MBean could determine the names and types of the attributes it exposes by parsing an XML file.
-
MBean must be registered in an MBean Server, also called an MBean agent.
-
An MBean Server is a repository of MBeans.
-
with a unique name within the MBean Server
-
he
registerMBeanmethod is simpler for local use, but cannot be used remotely.
-
-
25 Jun 08
-
JMX API allows you to instrument applications for monitoring and management.
-
MBeans are managed beans, Java objects that represent resources to be managed.
-
A standard MBean exposes the resource to be managed directly through its attributes and operations.
-
A dynamic MBean is an MBean that defines its management interface at runtime.
-
an MBean must be registered in an MBean Server, also called an MBean agent.
-
-
03 Jun 08
-
29 Oct 07
-
23 May 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.