Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a second flavor of a collecting agent. The second option is to use pure JMX, bypassing the retrieval of the MEJB mbean in the server. All of the functionality is the same, because EJB timers are replaced with threads. Therefore, stopping a snapshot querying may take longer because of the use of threads as opposed to EJB Timers.

MEJB Method Dependencies

...

Code Block

 agent-ejb                   // MEJB controller

...

 library
 agent-ds                    // datasource plugin
 agent-ear                   // packaging of agent-ejb and agent-jar
 agent-jar                   // common utility classes used to talk to the DB
 agent-sql                   // common sql commands to execute during deployment (used by agent-ds)

Pure JMX Method Depenedencies

...

Code Block

 agent-car-jmx               // JMX controller

...

 library
 agent-ds                    // datasource plugin
 agent-ear                   // packaging of agent-ejb and agent-jar
 agent-jar                   // common utility classes used to talk to the DB
 agent-sql                   // common sql commands to execute during deployment (used by agent-ds)

Using other Databases to store snapshot information on the Server Node

...