Searched defs:bindings (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DInterceptorBindingTranslator.java72 // true if there are 0 bindings.
107 // Do a pass through default interceptor bindings.
117 // Do a pass through Class level bindings.
129 // Now do method-level bindings.
137 // bindings.
200 List<InterceptorBindingDescriptor> bindings) {
218 for(InterceptorBindingDescriptor nextBinding : bindings) {
317 // class name listed in the bindings.
199 processMethod(MethodDescriptor businessMethod, List<InterceptorBindingDescriptor> bindings) argument
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/naming/
H A DGlassfishNamingManager.java153 Collection<? extends JNDIBinding> bindings)
158 * Binds the bindings to module namespace of an application<br>
165 * @param bindings list of bindings
166 * @throws NamingException when unable to bind the bindings
168 public void bindToAppNamespace(String appName, Collection<? extends JNDIBinding> bindings) argument
172 * Binds the bindings to module namespace of an application<br>
180 * @param bindings list of bindings
181 * @throws NamingException when unable to bind the bindings
151 bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings) argument
183 bindToModuleNamespace(String appName, String moduleName, Collection<? extends JNDIBinding> bindings) argument
[all...]
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DNamingContext.java110 this.bindings = new Hashtable<String, NamingEntry>();
129 Hashtable<String, NamingEntry> bindings)
132 this.bindings = bindings;
154 protected Hashtable<String, NamingEntry> bindings; field in class:NamingContext
292 NamingEntry entry = bindings.get(name.get(0));
307 bindings.remove(name.get(0));
370 * @return an enumeration of the names and class names of the bindings in
380 return new NamingContextEnumeration(bindings.values().iterator());
383 NamingEntry entry = bindings
128 NamingContext(Hashtable<String, Object> env, String name, Hashtable<String, NamingEntry> bindings) argument
[all...]
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DTransientContext.java71 private Map<String,Object> bindings = new HashMap<String,Object>(); field in class:TransientContext
139 if (bindings.containsKey(name)) {
146 bindings.put(name, ctx);
157 bindings.put(n.get(0), ctx);
181 if (bindings.containsKey(name)) {
182 bindings.remove(name);
246 Object answer = bindings.get(name);
306 //TransientContext ctx = (TransientContext) bindings.get(s);
308 Object obj = bindings.get(s);
332 if (bindings
761 RepNames(Hashtable bindings) argument
811 Hashtable bindings; field in class:TransientContext.RepBindings
813 RepBindings(Hashtable bindings) argument
[all...]
H A DGlassfishNamingManagerImpl.java539 Collection<? extends JNDIBinding> bindings)
554 for (JNDIBinding binding : bindings) {
602 public void bindToModuleNamespace(String appName, String moduleName, Collection<? extends JNDIBinding> bindings) argument
606 for (JNDIBinding binding : bindings) {
617 public void bindToAppNamespace(String appName, Collection<? extends JNDIBinding> bindings) argument
620 for (JNDIBinding binding : bindings) {
835 // a list of bindings in each javaURLContext instance.
537 bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings) argument
H A DSerialContext.java806 Hashtable bindings = getProvider().list(myName);
807 return new RepNames<NameClassPair>(bindings);
840 * List the bindings in the specified context.
843 * @return an enumeration of the bindings.
851 Hashtable bindings = getProvider().list(myName);
852 return new RepBindings<Binding>(bindings);
875 * List the bindings in the specified context.
878 * @return an enumeration of the bindings.
1102 Hashtable bindings; field in class:SerialContext.RepNames
1106 RepNames(Hashtable bindings) { argument
1147 Hashtable bindings; field in class:SerialContext.RepBindings
1149 RepBindings(Hashtable bindings) argument
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbBundleDescriptor.java431 bindings) {
433 interceptorBindings.addAll(bindings);
430 setInterceptorBindings(List<InterceptorBindingDescriptor> bindings) argument
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 303 milliseconds