Searched defs:annotations (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/annotations/
H A DMonitorable.java46 package org.glassfish.flashlight.annotations;
/glassfish-3.1.2/admin/runtime/rtapt/annotations/src/main/java/org/glassfish/admin/runtime/annotations/
H A DMBean.java41 package org.glassfish.admin.runtime.annotations;
H A DManagedAttribute.java41 package org.glassfish.admin.runtime.annotations;
H A DManagedOperation.java41 package org.glassfish.admin.runtime.annotations;
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DGenericAnnotationDetector.java66 * This class will detect whether an archive contains specified annotations.
71 List<String> annotations = new ArrayList<String>();; field in class:GenericAnnotationDetector
78 annotations.add(Type.getDescriptor(annClass));
111 if (annotations.contains(s)) {
166 logger.warning("Failed to scan archive for annotations" +
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/introspection/
H A DAbstractAnnotationScanner.java53 /** holds the annotations of interest to the specific type of scanner */
54 protected volatile Set<String> annotations=null; field in class:AbstractAnnotationScanner
61 * Invoked so the concrete subclass can populate the annotations set.
64 * corresponding to the annotations of interest.
78 if (annotations==null) {
80 if (annotations == null) {
81 annotations = new HashSet();
82 init(annotations);
86 return annotations.contains(value);
91 return constantPoolToFQCN(annotations);
94 constantPoolToFQCN(Set<String> annotations) argument
[all...]
H A DDefaultAnnotationScanner.java44 import org.jvnet.hk2.annotations.Inject;
45 import org.jvnet.hk2.annotations.Scoped;
46 import org.jvnet.hk2.annotations.Service;
54 * This class contains the list of all annotations types name
67 private Set<String> annotations=null; field in class:DefaultAnnotationScanner
77 return annotations.contains(value);
81 annotations = factory.getAnnotations();
86 return AbstractAnnotationScanner.constantPoolToFQCN(annotations);
H A DEjbComponentAnnotationScanner.java43 import org.jvnet.hk2.annotations.Scoped;
44 import org.jvnet.hk2.annotations.Service;
62 private Set<String> annotations=null; field in class:EjbComponentAnnotationScanner
75 if (annotations==null) {
77 if (annotations==null)
81 return annotations.contains(value);
85 annotations = new HashSet();
86 annotations.add("Ljavax/ejb/Stateless;");
87 annotations.add("Ljavax/ejb/Stateful;");
88 annotations
[all...]
H A DResourceAdapterAnnotationScanner.java43 import org.jvnet.hk2.annotations.Service;
44 import org.jvnet.hk2.annotations.Scoped;
54 private Set<String> annotations=null; field in class:ResourceAdapterAnnotationScanner
68 if (annotations==null) {
70 if (annotations==null)
74 return annotations.contains(value);
78 annotations = new HashSet();
79 annotations.add("Ljavax/resource/spi/Connector;");
80 annotations.add("Ljavax/resource/spi/AdministeredObject;");
81 annotations
[all...]
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DFormReader.java68 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
74 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
73 readFrom(Class<HashMap<String, String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DJsonHashMapProvider.java66 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
72 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
71 readFrom(Class<HashMap<String, String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DJsonParameterMapProvider.java67 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
73 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
72 readFrom(Class<ParameterMap> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DJsonPropertyListReader.java69 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
75 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
74 readFrom(Class<List<Map<String, String>>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DParameterMapFormReader.java68 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
74 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
73 readFrom(Class<ParameterMap> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DXmlHashMapProvider.java64 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
70 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
69 readFrom(Class<HashMap<String, String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
H A DXmlPropertyListReader.java69 public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
75 Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers,
74 readFrom(Class<List<Map<String, String>>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream in) argument
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DInjectionPointHelper.java74 Annotation[] annotations;
79 annotations = field.getDeclaredAnnotations();
82 annotations = method.getDeclaredAnnotations();
87 Annotation envAnnotation = getEnvAnnotation(annotations);
184 private Annotation getEnvAnnotation(Annotation[] annotations) { argument
188 for(Annotation next : annotations) {
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DFormWriter.java69 public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) { argument
74 public long getSize(Dom data, Class<?> type, Type genericType, Annotation annotations[], MediaType mediaType) { argument
80 Class<?> type, Type genericType, Annotation[] annotations,
79 writeTo(Dom data, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> headers, OutputStream out) argument
H A DBaseProvider.java108 public void writeTo(T proxy, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, argument
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DDataSourceDefinitionHandler.java43 import org.jvnet.hk2.annotations.Service;
88 Annotation[] annotations = annotatedClass.getAnnotations();
89 boolean warClass = isAWebComponentClass(annotations);
90 boolean ejbClass = isAEjbComponentClass(annotations);
108 private boolean isAEjbComponentClass(Annotation[] annotations) { argument
111 for(Annotation annotation : annotations){
122 private boolean isAWebComponentClass(Annotation[] annotations) { argument
125 for(Annotation annotation : annotations){
209 Annotation annotations[] = method.getAnnotations();
210 for(Annotation annotation : annotations){
[all...]
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/util/
H A DMBeanInfoSupport.java324 public static <T extends Annotation> T getAnnotation(final Annotation[] annotations, final Class<T> clazz) { argument
327 for (final Annotation a : annotations) {
349 final Annotation[] annotations = paramAnnotations[i];
351 final Param p = getAnnotation(annotations, Param.class);
354 final Description d = getAnnotation(annotations, Description.class);
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/
H A DFlashlightUtils.java53 import org.glassfish.external.probe.provider.annotations.Probe;
54 import org.glassfish.external.probe.provider.annotations.ProbeParam;
345 private static String getParamName(Annotation[] annotations, Class<?>[] paramTypes, int index) { argument
348 for (Annotation annotation : annotations) {
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DConfigBeanJMXSupport.java163 The 'key' should not be necessary as the annotations should supply that information.
797 final Annotation[] annotations = info.annotations();
799 for (final Annotation a : annotations)
1247 public Annotation[] annotations() method in class:ConfigBeanJMXSupport.AttributeMethodInfo

Completed in 1018 milliseconds