Package org.jboss.ha.framework.server

Examples of org.jboss.ha.framework.server.ClusterPartitionMBean


/* 114 */       for (iter = mbeans.iterator(); iter.hasNext(); )
/*     */       {
/* 116 */         ObjectInstance inst = (ObjectInstance)iter.next();
/*     */         try
/*     */         {
/* 119 */           ClusterPartitionMBean cp = (ClusterPartitionMBean)MBeanProxyExt.create(ClusterPartitionMBean.class, inst.getObjectName(), server);
/*     */
/* 123 */           result = cp.getHAPartition();
/*     */         }
/*     */         catch (Exception e)
/*     */         {
/*     */         }
/*     */       }
View Full Code Here

TOP

Related Classes of org.jboss.ha.framework.server.ClusterPartitionMBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.