/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/ |
H A D | CrudResolver.java | 70 <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type); method in interface:CrudResolver 79 public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type) { method in class:CrudResolver.DefaultResolver 81 return defaultResolver.resolve(context, type);
|
H A D | TargetBasedResolver.java | 75 public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type) { method in class:TargetBasedResolver
|
H A D | TypeAndNameResolver.java | 68 public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type) { method in class:TypeAndNameResolver
|
H A D | TypeResolver.java | 72 public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, final Class<T> type) { method in class:TypeResolver
|
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/ |
H A D | HandleDelegateClassLoader.java | 65 protected Class loadClass(String name, boolean resolve) argument 69 return super.loadClass(name, resolve); 104 if (resolve) {
|
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deployment/deploy/shared/ |
H A D | Util.java | 98 * @param baseUri the base URI to resolve against 99 * @param uriString the String to construct URI and resolve 102 public static URI resolve(URI baseUri, String uriString) { method in class:Util 103 return baseUri.resolve(uriString.replaceAll(SPACE, ENCODED_SPACE));
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/ |
H A D | FileClassLoader.java | 96 public synchronized Class loadClass(String name, boolean resolve) argument 115 if (resolve)
|
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/ |
H A D | MaskingClassLoader.java | 84 protected synchronized Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { argument 95 return super.loadClass(name, resolve);
|
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | AttributeResolverHelper.java | 57 Helper to resolve attribute configuration values eg ${com.sun.aas.installRoot} once they have 145 resolve( final String in ) throws TranslationException method in class:AttributeResolverHelper 149 //debug( "AttributeResolverHelper.resolve(): " + in + " ===> " + result );
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/types/ |
H A D | MessageDestinationReferencer.java | 79 * @param resolve if true, *try* to resolve link to the target message 86 (String linkName, boolean resolve); 89 * Try to resolve the current link name value to a MessageDestination 85 setMessageDestinationLinkName(String linkName, boolean resolve) argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/io/ |
H A D | EJBObjectInputStream.java | 76 EJBObjectInputStream(InputStream in, ClassLoader appCl, boolean resolve) argument 83 if (resolve == true) { 84 enableResolveObject(resolve);
|
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/ |
H A D | ProfileTransformer.java | 135 public Source resolve (final String href, final String base) throws TransformerException { method in class:ProfileTransformer.TemplateUriResolver 139 final URI tbResolved = baseUri.resolve(href);
|
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
H A D | ConstBasic.java | 80 abstract void resolve (ConstantPool p); method in class:ConstBasic
|
H A D | ConstUnicode.java | 101 void resolve (ConstantPool p) { method in class:ConstUnicode
|
H A D | ConstUtf8.java | 90 void resolve (ConstantPool p) { method in class:ConstUtf8
|
H A D | ConstBasicMemberRef.java | 108 void resolve (ConstantPool p) { method in class:ConstBasicMemberRef
|
H A D | ConstClass.java | 118 void resolve (ConstantPool p) { method in class:ConstClass
|
H A D | ConstDouble.java | 104 void resolve (ConstantPool p) { } method in class:ConstDouble
|
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
H A D | InstanceResolverImpl.java | 86 public @NotNull T resolve(Packet request) { method in class:InstanceResolverImpl 98 return resolver.resolve(request); 143 return m.invoke( resolve(p), args ); 148 return ((Provider<T>)resolve(p)).invoke(arg);
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ |
H A D | ConnectorClassLoader.java | 177 public synchronized Class loadClass(String name, boolean resolve) argument 187 if (resolve) { 197 return super.loadClass(name, resolve); 207 if (resolve) {
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | MessageDestinationReferencerImpl.java | 147 * NOTE : Does *NOT* attempt to resolve link name. Use 158 * @param resolve if true, *try* to resolve link to the target message 165 (String linkName, boolean resolve) { 170 if( resolve ) { 177 * Try to resolve the current link name value to a MessageDestination 164 setMessageDestinationLinkName(String linkName, boolean resolve) argument
|
/glassfish-3.1.2/extras/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/ |
H A D | OSGiDeployedBundle.java | 146 public synchronized Class<?> loadClass(final String name, boolean resolve) throws ClassNotFoundException argument
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | SecureAdminPrincipal.java | 160 public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type) { method in class:SecureAdminPrincipal.Resolver
|
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/ |
H A D | RunMojo.java | 163 dist.add(resolve(distribution)); 166 dist.add(resolve(a)); 192 // resolve transitive dependencies 206 artifactResolver.resolve( (Artifact)dependency, project.getRemoteArtifactRepositories(), localRepository ); 208 throw new MojoExecutionException("Failed to resolve dependencies of distribution POM",e); 210 throw new MojoExecutionException("Failed to resolve dependencies of distribution POM",e); 212 throw new MojoExecutionException("Failed to resolve dependencies of distribution POM",e); 284 private Artifact resolve(ArtifactInfo distribution) throws ArtifactResolutionException, ArtifactNotFoundException { method in class:RunMojo 286 artifactResolver.resolve(dist,
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/ |
H A D | TokenResolver.java | 55 * Then you can call resolve(List<String>) and/or resolve(String) and/or 56 * resolve(Map<String,String>) 82 public void resolve(Map<String, String> map) { method in class:TokenResolver 102 value = resolve(value); 110 String newKey = resolve(key); 122 public void resolve(List<String> list) { method in class:TokenResolver 127 list.set(i, resolve(s)); 139 public String resolve(String s) method in class:TokenResolver
|