Search results
"category:/beans/management_beans"
| Title and summary | Date/time | |
|---|---|---|
|
1 |
JBoss Clustering Architecture - Distributed Replicant Manager
My understanding of Distributed Replicant Manager (DRM) is that it allows you to attach some serialized data (stub) to a cluster node and manage it. Examples of this data include the list of stubs for a given RMI server. Each node has a stub to share ... |
31/05/2008 5:37:00 PM |
|
2 |
JBoss Clustering - Shared state across cluster partition
Did you know that if you have a JBoss cluster, HA singletons service beans on each can share a common memory state? State is a memory space shared by all HA singletons service beans in a cluster. It is possible save an object to the state using HA ... |
16/05/2008 11:15:00 PM |
|
3 |
JBoss Clustering - How many nodes in the cluster?
If you want to know how many nodes there are in the current cluster partition, all you have to do is to ask HAPartition for the node list. HAPartition represents your cluster partition, and it contains all the information you need to know about your ... |
14/05/2008 6:36:00 PM |
|
4 |
Deployment of mbean separately to its interface
Few days ago i came across a little nasty thing during mbean deployment. What i did was separation of my mbean class and its interface in to two archives. So first i would deploy an archive contained my interfaces and then i would deploy an archive ... |
03/05/2008 7:51:00 PM |




