1 23 24 package javax.resource.cci; 25 26 27 import javax.resource.ResourceException ; 28 29 39 40 public interface ConnectionMetaData { 41 42 49 public 50 String getEISProductName() throws ResourceException ; 51 52 58 public 59 String getEISProductVersion() throws ResourceException ; 60 61 70 public 71 String getUserName() throws ResourceException ; 72 } 73 | Popular Tags |