| /glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ |
| H A D | PoolManagerImpl.java | 553 //by default, scope is "comp" 554 return "java:comp/env/" + name; 595 Object comp = invToUse.getInstance(); 597 if (comp == null) { 601 handleLazilyAssociatedConnectionPools(comp, invToUse); 606 * @param comp Component that acquired connections 609 private void handleLazilyAssociatedConnectionPools(Object comp, ComponentInvocation invToUse) { argument 611 List list = tm.getExistingResourceList(comp, invToUse);
|
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/factories/ |
| H A D | NavigationNodeFactory.java | 103 UIComponent comp = createComponent(context, COMPONENT_TYPE, descriptor, parent); 104 String compId = (String) descriptor.getId(context, comp.getParent()); 106 comp.setId(compId); 119 applyOption(context, comp, descriptor, "text", label); 120 applyOption(context, comp, descriptor, "target", target); 121 applyOption(context, comp, descriptor, "expanded", expanded); 122 applyOption(context, comp, descriptor, "imageURL", icon); 123 applyOption(context, comp, descriptor, "toolTip", toolTip); 129 comp.getAttributes().put(REAL_URL, url); 130 comp 158 applyOption(FacesContext context, UIComponent comp, LayoutComponent lc, String name, Object value) argument [all...] |
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/help/ |
| H A D | HelpTreeAdaptor.java | 266 * <code>TreeNode (comp)</code>. Useful facets for the sun 269 * <p> Facets that already exist on <code>comp</code>, or facets that 270 * are directly added to <code>comp</code> do not need to be returned 276 * @param comp The tree node <code>UIComponent</code>. 279 public Map<String, UIComponent> getFacets(UIComponent comp, Object nodeObject) { argument 295 public Map getHandlersByType(UIComponent comp, Object nodeObject) { argument
|
| H A D | HelpTreeIndexAdaptor.java | 270 * <code>TreeNode (comp)</code>. Useful facets for the sun 273 * <p> Facets that already exist on <code>comp</code>, or facets that 274 * are directly added to <code>comp</code> do not need to be returned 280 * @param comp The tree node <code>UIComponent</code>. 283 public Map<String, UIComponent> getFacets(UIComponent comp, Object nodeObject) { argument 299 public Map getHandlersByType(UIComponent comp, Object nodeObject) { argument
|
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/tree/ |
| H A D | JndiBrowserTreeAdaptor.java | 367 * <code>TreeNode (comp)</code>. Useful facets for the sun 372 * Facets that already exist on <code>comp</code>, or facets that are 373 * directly added to <code>comp</code> do not need to be returned from this 382 * @param comp 387 public Map<String, UIComponent> getFacets(UIComponent comp, argument 409 setProperty(props, "text", comp.getAttributes().get("text")); 416 UIComponent link = compUtil.getChild(comp, "link", 464 public Map getHandlersByType(UIComponent comp, Object nodeObject) { argument
|
| H A D | ListTreeAdaptor.java | 307 * <code>TreeNode (comp)</code>. Useful facets for the sun 310 * <p> Facets that already exist on <code>comp</code>, or facets that 311 * are directly added to <code>comp</code> do not need to be returned 317 * @param comp The tree node <code>UIComponent</code>. 320 public Map<String, UIComponent> getFacets(UIComponent comp, Object nodeObject) { argument 349 comp, "imagelink", 358 setProperty(props, "text", comp.getAttributes().get("text")); 360 comp, "link", 418 public Map getHandlersByType(UIComponent comp, Object nodeObject) { argument
|
| /glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ |
| H A D | CSIV2TaggedComponentInfo.java | 364 org.omg.IOP.TaggedComponent comp = maker.evaluate( iorDesc ) ; 389 comp, asContext, sasContext); 818 org.omg.IOP.TaggedComponent comp = tcomp.getIOPComponent(orb); 819 byte[] b = comp.component_data; 838 private TLS_SEC_TRANS getSSLComponent(org.omg.IOP.TaggedComponent comp) { argument 843 if (comp.tag == TAG_NULL_TAG.value){ 846 byte[] b = comp.component_data;
|