repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/service/ConcurrentContextService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,242 | 34.603175 | 96 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/service/ManagedExecutorServiceService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,631 | 48.895954 | 463 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/service/ManagedExecutorHungTasksPeriodicTerminationService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,941 | 37.647059 | 159 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/service/ManagedScheduledExecutorServiceService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,489 | 50.454545 | 436 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/service/ContextServiceService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,858 | 39.267606 | 198 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/ThreadContextProviderContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 5,897 | 39.122449 | 176 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/ClassLoaderContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,147 | 34.260274 | 168 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/ContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,511 | 33.888889 | 145 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/TransactionContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 6,305 | 37.218182 | 158 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/NullContextHandle.java | package org.jboss.as.ee.concurrent.handle;
import org.wildfly.security.manager.WildFlySecurityManager;
/**
* A context handle without invocation context to set. For now it provides only the setup and reset of TCCL captured at handle creation.
* @author Eduardo Martins
*/
public class NullContextHandle implements S... | 878 | 29.310345 | 157 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/OtherEESetupActionsContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,538 | 34.9 | 125 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/EE10ContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 2,272 | 34.515625 | 125 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/TransactionLeakContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,847 | 39.046784 | 122 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/NamingContextHandleFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,846 | 36 | 125 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/ResetContextHandle.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,538 | 35.642857 | 133 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/handle/SetupContextHandle.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,670 | 36.977273 | 133 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/EEConcurrentContextProcessor.java | package org.jboss.as.ee.concurrent.deployers;
import org.jboss.as.controller.capability.CapabilityServiceSupport;
import org.jboss.as.ee.component.Attachments;
import org.jboss.as.ee.component.ComponentConfiguration;
import org.jboss.as.ee.component.ComponentConfigurator;
import org.jboss.as.ee.component.ComponentDesc... | 10,300 | 62.981366 | 344 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/EEConcurrentDefaultBindingProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 3,830 | 56.179104 | 157 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/injection/ManagedScheduledExecutorServiceResourceReferenceProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,392 | 42.509091 | 186 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/injection/ManagedExecutorServiceResourceReferenceProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,328 | 41.345455 | 176 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/injection/ContextServiceResourceReferenceProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,271 | 40.309091 | 167 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/deployers/injection/ManagedThreadFactoryResourceReferenceProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,314 | 41.090909 | 174 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedScheduledExecutorDefinitionInjectionSource.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 9,794 | 45.421801 | 390 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ContextServiceDefinitionInjectionSource.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 4,216 | 46.920455 | 241 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedScheduledExecutorDefinitionDescriptorProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,422 | 50.863636 | 166 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedExecutorDefinitionAnnotationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,191 | 51.327869 | 182 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ContextServiceDefinitionDescriptorProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 2,962 | 46.790323 | 164 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedThreadFactoryDefinitionAnnotationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 2,893 | 48.896552 | 182 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedExecutorDefinitionDescriptorProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,313 | 48.462687 | 164 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedThreadFactoryDefinitionDescriptorProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,002 | 47.435484 | 164 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ContextServiceDefinitionAnnotationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,062 | 47.619048 | 182 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedExecutorDefinitionInjectionSource.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 9,915 | 44.072727 | 395 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedThreadFactoryDefinitionInjectionSource.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 5,844 | 48.117647 | 241 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/concurrent/resource/definition/ManagedScheduledExecutorDefinitionAnnotationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2022 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 3,321 | 53.459016 | 182 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptorXMLAttribute.java | package org.jboss.as.ee.structure;
import java.util.HashMap;
import java.util.Map;
public enum EJBClientDescriptorXMLAttribute {
EXCLUDE_LOCAL_RECEIVER("exclude-local-receiver"),
LOCAL_RECEIVER_PASS_BY_VALUE("local-receiver-pass-by-value"),
CONNECT_TIMEOUT("connect-timeout"),
NAME("name"),
OUTBOU... | 1,807 | 27.698413 | 120 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/ApplicationClientDeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 5,251 | 47.62963 | 118 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptorXMLElement.java | package org.jboss.as.ee.structure;
import java.util.HashMap;
import java.util.Map;
public enum EJBClientDescriptorXMLElement {
CLIENT_CONTEXT("client-context"),
NODE("node"),
EJB_RECEIVERS("ejb-receivers"),
JBOSS_EJB_CLIENT("jboss-ejb-client"),
REMOTING_EJB_RECEIVER("remoting-ejb-receiver"),
H... | 1,478 | 29.183673 | 116 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor12Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,969 | 40.987952 | 127 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/InitializeInOrderProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 5,043 | 51.541667 | 198 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EarMetaDataParsingProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,491 | 46.043478 | 197 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EarInitializationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,116 | 39.711538 | 102 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/Attachments.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,537 | 42.146341 | 145 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/AppJBossAllParser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,171 | 40.769231 | 136 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EarDependencyProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,480 | 47.647059 | 171 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EarStructureProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 15,522 | 49.399351 | 194 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor11Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 14,925 | 42.9 | 166 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor15Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,884 | 43.548023 | 164 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/GlobalModuleDependencyProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 3,513 | 41.853659 | 175 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/DeploymentTypeMarker.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,351 | 41 | 131 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor14Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,052 | 42.269939 | 168 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor13Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,656 | 41.533835 | 127 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/AnnotationPropertyReplacementProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,377 | 41.464286 | 127 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/JBossDescriptorPropertyReplacement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,038 | 40.612245 | 140 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBAnnotationPropertyReplacement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,025 | 39.52 | 140 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EjbJarDeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 4,657 | 48.553191 | 133 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/DeploymentType.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 1,126 | 40.740741 | 73 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptorParsingProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 9,075 | 47.276596 | 132 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EJBClientDescriptor10Parser.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 12,406 | 41.489726 | 169 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/DescriptorPropertyReplacementProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,363 | 39.758621 | 102 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/SpecDescriptorPropertyReplacement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,035 | 40.55102 | 140 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/EjbClientDescriptorPropertyReplacement.java | package org.jboss.as.ee.structure;
import org.jboss.as.server.deployment.DeploymentUnit;
import org.jboss.metadata.property.PropertyReplacer;
import org.jboss.metadata.property.PropertyReplacers;
/**
* @author <a href=mailto:tadamski@redhat.com>Tomasz Adamski</a>
*/
public class EjbClientDescriptorPropertyReplaceme... | 957 | 35.846154 | 110 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/ComponentAggregationProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,662 | 51.848276 | 221 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/structure/GlobalDirectoryDependencyProcessor.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 5,360 | 50.548077 | 224 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/logging/EeLogger.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 53,893 | 42.67423 | 170 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser12.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 10,962 | 44.301653 | 149 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedScheduledExecutorServiceAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,342 | 64.5625 | 407 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedExecutorServiceAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,665 | 59.601399 | 407 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser60.java | /*
* Copyright 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 30,789 | 47.64139 | 175 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EeSubsystemAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 22,514 | 89.06 | 295 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/Element.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 3,124 | 32.602151 | 118 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EEJndiViewExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 9,704 | 52.618785 | 208 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EeWriteAttributeHandler.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,794 | 56.376238 | 161 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedExecutorServiceResourceDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 18,434 | 55.204268 | 299 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser50.java | /*
* Copyright 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 30,336 | 47.38437 | 175 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EeSubsystemRootResource.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 6,989 | 54.47619 | 197 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser20.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 27,458 | 47.428571 | 175 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedExecutorServiceMetricsAttributes.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 2,798 | 44.885246 | 124 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EEStartupCountdownProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 2,129 | 46.333333 | 119 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/DefaultBindingsAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,798 | 56.819277 | 180 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemXmlPersister.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,967 | 49.100559 | 154 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/GlobalModulesDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,638 | 43.302564 | 170 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/DefaultBindingsResourceDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,515 | 54.674074 | 238 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemModel.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,534 | 39.238095 | 91 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedThreadFactoryAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,561 | 51.382353 | 227 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser11.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 8,851 | 42.605911 | 149 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser40.java | /*
* Copyright 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 27,246 | 46.885764 | 193 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ContextServiceAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,893 | 50.678571 | 183 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedScheduledExecutorServiceResourceDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 13,755 | 58.549784 | 266 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedThreadFactoryResourceDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,772 | 49.242105 | 204 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EeExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,213 | 50.623762 | 133 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/GlobalDirectoryResourceDefinition.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 7,253 | 43.231707 | 192 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/Attribute.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,036 | 38.194175 | 109 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/GlobalDirectoryService.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,504 | 36.231405 | 159 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedExecutorServiceMetricsHandler.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 4,901 | 37.296875 | 124 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/GlobalDirectoryDeploymentService.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,484 | 44.30303 | 294 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/EESubsystemParser10.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,074 | 41.620482 | 149 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/Namespace.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | 2,665 | 30.364706 | 76 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ManagedExecutorTerminateHungTasksOperation.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 4,192 | 40.93 | 160 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/BeanValidationProfileParsingCompletionHandler.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,272 | 48.280374 | 153 | java |
null | wildfly-main/ee/src/main/java/org/jboss/as/ee/subsystem/ContextServiceResourceDefinition.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,041 | 47.119048 | 190 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.