Searched refs:ConfigProperty (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConfigProperty.java59 public @interface ConfigProperty { interface
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnectionFactory.java73 import javax.resource.spi.ConfigProperty;
711 @ConfigProperty(type = String.class, defaultValue = "APP")
730 @ConfigProperty(type = String.class, defaultValue = "APP")
749 @ConfigProperty(type = String.class, defaultValue = "org.apache.derby.jdbc.ClientConnectionPoolDataSource")
768 @ConfigProperty(type = String.class, defaultValue = "false")
787 @ConfigProperty(type = String.class, defaultValue = "")
806 @ConfigProperty(type = String.class, defaultValue = "")
861 @ConfigProperty(type = String.class, defaultValue = "")
880 @ConfigProperty(type = String.class, defaultValue = "")
919 @ConfigProperty(typ
[all...]
H A DXAManagedConnectionFactory.java56 import javax.resource.spi.ConfigProperty;
200 @ConfigProperty(type = String.class, defaultValue = "org.apache.derby.jdbc.ClientXADataSource")
H A DDMManagedConnectionFactory.java63 import javax.resource.spi.ConfigProperty;
355 @ConfigProperty(type = String.class, defaultValue = "org.apache.derby.jdbc.ClientDriver")
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/deployment/annotation/handlers/
H A DConfigPropertyHandler.java80 return ConfigProperty.class;
85 ConfigProperty configProperty = (ConfigProperty) element.getAnnotation();
99 ConfigProperty configProperty, AnnotationInfo element, ConnectorDescriptor desc){
330 // should have been handled before @ConfigProperty
348 //messageListeners cant be 0 as we ask "@Activation" to be handled before "@ConfigProperty"
422 // if there is a @ConfigProperty annotation on any of the connection-definition (MCF), either it is
453 private static String validateMethod(Method m, ConfigProperty property){
464 return "@ConfigProperty annotation on a " +
501 private static Class getType( ConfigProperty propert
[all...]

Completed in 44 milliseconds