1 22 package org.jboss.jms.asf; 23 24 import javax.management.ObjectName ; 25 26 32 public interface ServerSessionPoolLoaderMBean extends org.jboss.system.ServiceMBean 33 { 34 39 void setPoolName(String name); 40 41 46 String getPoolName(); 47 48 53 void setPoolFactoryClass(String classname); 54 55 60 String getPoolFactoryClass(); 61 62 67 ObjectName getXidFactory(); 68 69 74 void setXidFactory(ObjectName xidFactory); 75 } 76 | Popular Tags |