1 package org.jboss.test.profileservice.profiles.p0.beans; 2 3 import org.jboss.annotation.management.ManagedProperty; 4 import org.jboss.annotation.management.ViewUse; 5 6 10 public class TxConnectionManager 11 { 12 @ManagedProperty(use = ViewUse.CONFIGURATION) 13 public boolean trackConnectionByTx; 14 15 @ManagedProperty(use = ViewUse.CONFIGURATION) 16 public String jndiName; 17 18 } 19 | Popular Tags |