/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/ |
H A D | InstrumentableClassLoader.java | 10 * obtain a copy of the License at 63 public ClassLoader copy(); method in interface:InstrumentableClassLoader
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/ |
H A D | Streams.java | 10 * obtain a copy of the License at 49 * the License. You may obtain a copy of the License at 81 * {@link #copy(InputStream, OutputStream, boolean)}. 89 * copy(pInputStream, pOutputStream, new byte[8192]); 104 public static long copy(InputStream pInputStream, method in class:Streams 107 return copy(pInputStream, pOutputStream, pClose, 128 public static long copy(InputStream pIn, method in class:Streams 188 copy(pStream, baos, true); 204 copy(pStream, baos, true);
|
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ |
H A D | Rejar.java | 10 * obtain a copy of the License at 79 // copy the inhabitants files. 81 copy(e.getValue().toByteArray(), e.getKey(), jos); 123 copy(in, je, stream); 126 copy(in, je, jos); 142 protected void copy(JarFile in, JarEntry je, JarOutputStream jos) throws IOException { method in class:Rejar 145 copy(in, je, (OutputStream) jos); 152 protected void copy(JarFile in, JarEntry je, OutputStream os) throws IOException { method in class:Rejar 153 copy(in, je, Channels.newChannel(os)); 156 protected void copy(JarFil method in class:Rejar 169 protected void copy(byte[] bytes, String name, JarOutputStream jos) throws IOException { method in class:Rejar [all...] |
H A D | StaticGlassFishRuntime.java | 10 * obtain a copy of the License at 216 copy(cl.getResource(resourceName), new File( 222 copy(configFileRL, new File(instanceRoot, configDir + "domain.xml"), false); 231 public static void copy(URL u, File destFile, boolean overwrite) { method in class:StaticGlassFishRuntime 238 Util.copy(stream, new FileOutputStream(destFile), stream.available());
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/ |
H A D | ResponseUtil.java | 10 * obtain a copy of the License at 48 * You may obtain a copy of the License at 78 public static IOException copy(InputStream istream, method in class:ResponseUtil 110 public static IOException copy(Reader reader, PrintWriter writer) { method in class:ResponseUtil
|
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/ |
H A D | LogRecordHeader.java | 10 * obtain a copy of the License at 100 * @param index The index in the array where copy is to start. 123 * Makes the target object a copy of the parameter. 131 void copy( LogRecordHeader other) { method in class:LogRecordHeader 133 currentLSN.copy(other.currentLSN); 134 previousLSN.copy(other.previousLSN); 135 nextLSN.copy(other.nextLSN); 143 * @param index The index in the array where copy is to start.
|
H A D | LogCursor.java | 10 * obtain a copy of the License at 215 currentLSN.copy(logHandle.logControlDescriptor.headLSN); 217 currentLSN.copy(logHandle.logControlDescriptor.tailLSN); 294 currentLSN.copy(logRH.nextLSN); 296 currentLSN.copy(logRH.previousLSN); 339 currentLSN.copy(logRH.nextLSN); 341 currentLSN.copy(logRH.previousLSN); 348 LSNread.copy(logRH.currentLSN);
|
H A D | LogControl.java | 10 * obtain a copy of the License at 334 logHandle.logControlDescriptor.headLSN.copy(LogLSN.NULL_LSN); 335 logHandle.logControlDescriptor.tailLSN.copy(LogLSN.FIRST_LSN); 336 logHandle.logControlDescriptor.nextLSN.copy(LogLSN.FIRST_LSN); 546 headRec.copy(extentRec); 596 linkRec.copy(extentRec); 618 headRec.copy(extentRec); 663 logHandle.logControlDescriptor.headLSN.copy(headRec.currentLSN); 664 logHandle.logControlDescriptor.nextLSN.copy(headRec.nextLSN); 674 logHandle.logControlDescriptor.headLSN.copy(headRe [all...] |
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/ |
H A D | CSIv2Policy.java | 10 * obtain a copy of the License at 61 public org.omg.CORBA.Policy copy() { method in class:CSIv2Policy
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/ |
H A D | ContainerRegistry.java | 10 * obtain a copy of the License at 96 ArrayList<EngineInfo> copy = new ArrayList<EngineInfo>(containers.size()); 97 copy.addAll(containers.values()); 98 return copy;
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/monitor/ |
H A D | MonitorableSelectionKeyHandler.java | 10 * obtain a copy of the License at 73 public void copyTo(Copyable copy) { argument 74 super.copyTo(copy); 76 MonitorableSelectionKeyHandler copyHandler = (MonitorableSelectionKeyHandler) copy;
|
H A D | MonitorableSSLSelectorHandler.java | 10 * obtain a copy of the License at 77 public void copyTo(Copyable copy) { argument 78 super.copyTo(copy); 79 MonitorableSSLSelectorHandler copyHandler = (MonitorableSSLSelectorHandler) copy;
|
H A D | MonitorableSelectorHandler.java | 10 * obtain a copy of the License at 79 public void copyTo(Copyable copy) { argument 80 super.copyTo(copy); 81 MonitorableSelectorHandler copyHandler = (MonitorableSelectorHandler) copy;
|
/glassfish-3.1.2/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/ |
H A D | InstanceRootBuilderUtil.java | 10 * obtain a copy of the License at 76 copy(cl.getResourceAsStream(entryName), instanceroot, 84 copy(configFile.toURL().openConnection().getInputStream(), instanceroot, 89 public static void copy(InputStream stream, String destDir, String path) { method in class:InstanceRootBuilderUtil 90 copy(stream, destDir, path, false); 93 public static void copy(InputStream stream, String destDir, String path, boolean overwrite) { method in class:InstanceRootBuilderUtil
|
H A D | InstanceRootBuilder.java | 10 * obtain a copy of the License at 73 InstanceRootBuilderUtil.copy(bundle.getResource(resource).openConnection().getInputStream(),
|
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/ |
H A D | CommandModel.java | 10 * obtain a copy of the License at 127 ArrayList<ParamModel> copy = new ArrayList<ParamModel>(); 129 copy.add(getModelFor(name)); 131 return copy;
|
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/ |
H A D | ClientJarMakerImpl.java | 10 * obtain a copy of the License at 117 // in all cases we copy the stubs file in the target archive 174 // first copy original module files in the root on the target 191 copy(subSource, target, entryName); 198 // now we need to copy the files we saved inside the embedded 203 // and copy the list of identified files inside it 205 // copy deployment descriptor files from generated xml directory 211 copy(subSource, subSource2, subTarget, 217 copy(subSource, subSource2, subTarget, 223 copy(subSourc 305 private void copy(ReadableArchive source, ReadableArchive source2, method in class:ClientJarMakerImpl 317 private void copy(ReadableArchive source, WritableArchive target, String entryName) method in class:ClientJarMakerImpl [all...] |
H A D | ApplicationClientJarMaker.java | 10 * obtain a copy of the License at 115 // in all cases we copy the stubs file in the target archive 120 //copy over all content of the appclient 165 //copy over all content of the appclient - also updates 'libraries' as needed 175 //copy over the alternative deployment descriptors 186 ClientJarMakerUtils.copy(source2, target, ddPath); 187 ClientJarMakerUtils.copy(source2, target, runtimeDDPath); 189 ClientJarMakerUtils.copy(source, target, ddPath); 190 ClientJarMakerUtils.copy(source, target, runtimeDDPath);
|
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/pi/ |
H A D | InvocationPolicyImpl.java | 10 * obtain a copy of the License at 81 public Policy copy() { method in class:InvocationPolicyImpl
|
H A D | OTSPolicyImpl.java | 10 * obtain a copy of the License at 92 public Policy copy() { method in class:OTSPolicyImpl
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/ |
H A D | ArchivistUtils.java | 10 * obtain a copy of the License at 60 public static void copy(InputStream is, OutputStream os) throws IOException { method in class:ArchivistUtils
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | infcodes.c | 46 uInt dist; /* distance back to copy from */ 47 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon7 95 Bytef *f; /* pointer to copy strings from */ 98 /* copy input/output information to locals (UPDATE macro restores) */ 138 c->sub.copy.get = e & 15; 160 j = c->sub.copy.get; 176 c->sub.copy.get = e & 15; 177 c->sub.copy.dist = t->base; 192 j = c->sub.copy.get; 194 c->sub.copy [all...] |
/glassfish-3.1.2/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/ |
H A D | InstallRootBuilderUtil.java | 10 * obtain a copy of the License at 75 copy(cl.getResourceAsStream(entryName), installRoot, 83 public static void copy(InputStream stream, String destDir, String path) { method in class:InstallRootBuilderUtil
|
H A D | InstallRootBuilder.java | 10 * obtain a copy of the License at 73 InstallRootBuilderUtil.copy(bundle.getResource(resource).openConnection().getInputStream(),
|
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ |
H A D | MQAddressList.java | 10 * obtain a copy of the License at 325 final JmsHost copy = getResolvedJmsHost(masterBrokerInstance); 326 if (copy != null) 327 return copy; 462 JmsHost copy = null; 464 copy = getResolvedJmsHost(as); 468 map.put(as.getName(), copy); 635 JmsHost copy = createJmsHostCopy(jmsHost, as); 640 if (copy != null) { 641 copy [all...] |