Searched refs:close (Results 1 - 25 of 632) sorted by relevance

1234567891011>>

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DPort.java67 * Unbinds (close) this port instance, releasing network resources at portNumber
69 public void close(); method in interface:Port
/glassfish-3.1.2/ejb/ejb-internal-api/src/main/java/org/glassfish/ejb/spi/
H A DMessageBeanClient.java74 void close(); method in interface:MessageBeanClient
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DNativeXAResource.java63 public void close() throws XAException; method in interface:NativeXAResource
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/comm/
H A DIConnection.java68 public void close() throws Exception; method in interface:IConnection
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DOutput.java79 public void close(); method in interface:Output
H A DOutputIgnore.java76 public void close() method in class:OutputIgnore
H A DFileUtils.java93 in.close();
110 out.close();
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DServerReaderFilter.java70 final public void close() throws XMLStreamException { method in class:ServerReaderFilter
72 super.close();
73 stream.close();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/xml/
H A DXmlParserHelper.java66 // yes -- you **do** need to close BOTH of them!
69 parser.close();
77 reader.close();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DArchivistUtils.java62 is.close();
63 os.close();
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DConnection.java123 /** Initiates close of the connection handle at the application level.
127 * @throws ResourceException Exception thrown if close
129 * <p>Any invalid connection close invocation--example,
130 * calling close on a connection handle that is
135 void close() throws ResourceException; method in interface:Connection
H A DInteraction.java61 * to maintain its association with the Connection instance. The close method
63 * Interaction. The close of an Interaction instance should not close the
75 * held for this instance by the resource adapter. The close of an
76 * Interaction instance does not close the associated Connection
80 * @throws ResourceException Failed to close the Interaction
81 * instance. Invoking close on an
86 void close() throws ResourceException; method in interface:Interaction
/glassfish-3.1.2/tests/osgi-javaee/osgi-web/hybridapp1/src/main/java/sahoo/hybridapp/example1/impl/
H A DActivator.java89 if (c!= null) c.close();
90 if (s!=null) s.close();
118 if (c!= null) c.close();
119 if (s!=null) s.close();
H A DUserAuthServiceEJB.java93 if (c!= null) c.close();
94 if (s!=null) s.close();
126 if (c!= null) c.close();
127 if (s!=null) s.close();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DRequestItem.java100 void close() throws IOException; method in interface:RequestItem
H A DStreams.java92 * It is guaranteed, that {@link InputStream#close()} is called
97 * @param pClose True guarantees, that {@link OutputStream#close()}
115 * It is guaranteed, that {@link InputStream#close()} is called
120 * @param pClose True guarantees, that {@link OutputStream#close()}
150 out.close();
156 in.close();
162 in.close();
169 out.close();
H A DLimitedInputStream.java189 * method simply performs <code>in.close()</code>.
194 public void close() throws IOException { method in class:LimitedInputStream
196 super.close();
/glassfish-3.1.2/tests/community/jdbc/jdbcusertx/src/java/util/
H A DTablesUtil.java69 stmt.close();
77 con.close();
98 stmt.close();
106 con.close();
134 stmt.close();
142 con.close();
/glassfish-3.1.2/tests/quicklook/jdbc/jdbcusertx/src/java/util/
H A DTablesUtil.java69 stmt.close();
77 con.close();
98 stmt.close();
106 con.close();
134 stmt.close();
142 con.close();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/
H A DIndentingWriter.java83 public void close() { method in class:IndentingWriter
85 pw.close();
/glassfish-3.1.2/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/
H A DOSGIModule.java60 public void close() { method in class:OSGIModule
64 contentStream.close();
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/recovery/
H A DOracleXAResource.java111 resultset.close();
113 stmt.close();
132 resultset.close();
137 stmt.close();
185 resultset.close();
188 stmt.close();
207 resultset.close();
212 stmt.close();
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/authenticator/
H A DHASingleSignOnEntry.java91 bais.close();
97 bis.close();
103 ois.close();
189 baos.close();
195 bos.close();
201 oos.close();
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLogDBHelper.java175 prepStmt1.close();
181 conn.close();
215 prepStmt1.close();
217 conn.close();
262 rs.close();
268 prepStmt1.close();
274 conn.close();
309 rs.close();
315 prepStmt1.close();
321 conn.close();
[all...]
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/archive/
H A DArchive.java63 public void close() throws IOException; method in interface:Archive

Completed in 1004 milliseconds

1234567891011>>