Searched defs:jbiEndpts (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DEndpointRegistry.java62 private ConcurrentHashMap<String, DescriptorEndpointInfo> jbiEndpts; field in class:EndpointRegistry
75 jbiEndpts = new ConcurrentHashMap<String, DescriptorEndpointInfo>(11,0.75f,4);
177 return jbiEndpts;
H A DJBIDescriptorReader.java88 private Map<String, DescriptorEndpointInfo> jbiEndpts = registry.getJBIEndpts(); field in class:JBIDescriptorReader
235 jbiEndpts.put(dei1.getKey(), dei);

Completed in 21 milliseconds