Uses of Interface
com.sun.enterprise.deployment.annotation.context.ResourceContainerContext
-
-
Uses of ResourceContainerContext in com.sun.enterprise.connectors.deployment.annotation.handlers
Methods in com.sun.enterprise.connectors.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultAdministeredObjectDefinitionHandler. processAnnotation(jakarta.resource.AdministeredObjectDefinition adminObjectDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultAdministeredObjectDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultAdministeredObjectDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultConnectionFactoryDefinitionHandler. processAnnotation(jakarta.resource.ConnectionFactoryDefinition connectorFactoryDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultConnectionFactoryDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultConnectionFactoryDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of ResourceContainerContext in com.sun.enterprise.connectors.jms.deployment.annotation.handlers
Methods in com.sun.enterprise.connectors.jms.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultJMSConnectionFactoryDefinitionHandler. processAnnotation(jakarta.jms.JMSConnectionFactoryDefinition jmsConnectionFactoryDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSConnectionFactoryDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSConnectionFactoryDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionHandler. processAnnotation(jakarta.jms.JMSDestinationDefinition jmsDestinationDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of ResourceContainerContext in com.sun.enterprise.deployment.annotation.context
Classes in com.sun.enterprise.deployment.annotation.context that implement ResourceContainerContext Modifier and Type Class Description classAppClientContextThis provides a context for Application Client.classEjbBundleContextThis ClientContext implementation holds a top level reference to the DOL EJB BundleDescriptor which will be used to populate any information processed from the annotations.classEjbContextclassEjbInterceptorContextThis provides a context for a of interceptor.classManagedBeanContextThis provides a context for a ManagedBeanclassResourceContainerContextImplThis provides an abstraction for handle resource references.classWebBundleContextThis ClientContext implementation holds a top level reference to the DOL Web BundleDescriptor which will be used to populate any information processed from the annotations.classWebComponentContextThis provides a context for a of web component. -
Uses of ResourceContainerContext in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected abstract HandlerProcessingResultAbstractResourceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process Annotation with given ResourceContainerContexts.protected HandlerProcessingResultEntityManagerFactoryReferenceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerFactoryReferencesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultEntityManagerReferenceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerReferencesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultPostConstructHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultPreDestroyHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultResourceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)This entry point is used both for a single @Resource and iteratively from a compound @Resources processor.protected HandlerProcessingResultResourcesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)This entry point is used both for a single @EJB and iteratively from a compound @EJBs processor.protected HandlerProcessingResultEntityManagerFactoryReferenceHandler. processEmfRef(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.persistence.PersistenceUnit emfRefAn)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerReferenceHandler. processEmRef(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.persistence.PersistenceContext emRefAn)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultResourceHandler. processResource(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.annotation.Resource resourceAn) -
Uses of ResourceContainerContext in org.glassfish.concurrent.runtime.deployment.annotation.handlers
Methods in org.glassfish.concurrent.runtime.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultContextServiceDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultContextServiceDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedExecutorDefinition managedExecutorDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition managedScheduledExecutorDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition managedThreadFactoryDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)voidContextServiceDefinitionHandler. processSingleAnnotation(jakarta.enterprise.concurrent.ContextServiceDefinition contextServiceDefinition, ResourceContainerContext[] resourceContainerContexts) -
Uses of ResourceContainerContext in org.glassfish.ejb.deployment.annotation.handlers
Methods in org.glassfish.ejb.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultEJBHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEJBsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultEJBHandler. processEJB(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.ejb.EJB ejbAn)Process a particular annotation whose type is the same as the one returned by @see getAnnotationType(). -
Uses of ResourceContainerContext in org.glassfish.jdbcruntime.deployment.annotation.handlers
Methods in org.glassfish.jdbcruntime.deployment.annotation.handlers with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultDataSourceDefinitionHandler. processAnnotation(jakarta.annotation.sql.DataSourceDefinition dataSourceDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultDataSourceDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultDataSourceDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of ResourceContainerContext in org.glassfish.resources.javamail.annotation.handler
Methods in org.glassfish.resources.javamail.annotation.handler with parameters of type ResourceContainerContext Modifier and Type Method Description protected HandlerProcessingResultMailSessionDefinitionHandler. processAnnotation(jakarta.mail.MailSessionDefinition mailSessionDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultMailSessionDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultMailSessionDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)
-