1 22 package org.jboss.test.cluster.partition; 23 24 31 public class HAPartitionRecorder implements HAPartitionRecorderMBean 32 { 33 private Exception startupException; 34 35 public Exception getStartupException() 36 { 37 return startupException; 38 } 39 public void setStartupException(Exception startupException) 40 { 41 this.startupException = startupException; 42 } 43 44 45 } 46 | Popular Tags |