Searched defs:close (Results 276 - 300 of 615) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java58 public void close() throws IOException method in class:SASLByteChannel.ByteChannelImpl
65 channel.close();
H A DTLSByteChannel.java69 public void close() throws IOException method in class:TLSByteChannel.ByteChannelImpl
84 // Write out any remaining SSL close notifications.
90 // Ignore this so that close is idempotent.
100 // Not yet received peer's close notification. Ignore this if we
109 channel.close();
325 // Peer sent SSL close notification.
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java545 public void close() throws IOException method in class:ASN1ByteSequenceReader
H A DASN1InputStreamReader.java858 public void close() throws IOException method in class:ASN1InputStreamReader
860 // Calling close of SizeLimitInputStream should close the parent stream.
861 in.close();
H A DASN1OutputStreamWriter.java550 public void close() throws IOException method in class:ASN1OutputStreamWriter
560 rootStream.close();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DSdkConnectionAdapter.java127 * Whether this connection has been closed by calling {@link #close()} or
128 * {@link #close(UnbindRequest, String)}.
304 public void close(UnbindRequest request, String reason) method in class:SdkConnectionAdapter
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DDraftCNDB.java61 * The lock used to provide exclusive access to the thread that close the db
132 db.close();
177 close(cursor);
367 // We could not even move the cursor close to it
377 localCursor.close();
418 // We'll go on only if no close or no clear is running
469 public void close() method in class:DraftCNDB.DraftCNDBCursor
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnection.java693 public void close(AtomicInteger nextMessageID) method in class:LDAPConnection
707 ldapWriter.close();
711 ldapReader.close();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java134 * Flush any cached database information to disk and close the
148 synchronized void close() throws DatabaseException method in class:DatabaseContainer
154 database.close();
H A DJECompressedSchema.java135 public void close() method in class:JECompressedSchema
148 adDatabase.close();
166 ocDatabase.close();
307 ocCursor.close();
349 adCursor.close();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java177 * Flushes any buffered output by calling flush(), and then close
180 public void close() { method in class:RemoteHandler
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogHandler.java125 public void close() { method in class:SyslogHandler
130 Debug.error("IOException during syslog socket close", ex);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DCursorTransformer.java138 public void close() method in class:CursorTransformer
140 input.close();
271 public void close() method in class:CursorTransformer.SequentialCursorAdapter
273 delegate.close();
H A DShardedCounter.java285 public void close() method in class:ShardedCounter.UniqueKeysCursor
288 delegate.close();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLByteChannel.java49 public void close() throws IOException method in class:SASLByteChannel.ByteChannelImpl
56 channel.close();
H A DTLSByteChannel.java64 public void close() throws IOException method in class:TLSByteChannel.ByteChannelImpl
79 // Write out any remaining SSL close notifications.
85 // Ignore this so that close is idempotent.
95 // Not yet received peer's close notification. Ignore this if we
104 channel.close();
316 // Peer sent SSL close notification.
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugFileImpl.java168 private void close() { method in class:DebugFileImpl
213 close();
252 close();
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DIdRepoTestBase.java146 public void close() { method in class:IdRepoTestBase.FakeConnectionFactory
147 cf.close();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTextDebugLogPublisher.java401 public void close() method in class:TextDebugLogPublisher
H A DTextErrorLogPublisher.java447 public void close() method in class:TextErrorLogPublisher
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java429 public void close() throws IOException {} method in class:CollectClientConnectionsFilter
H A DSdkConnectionAdapter.java124 * Whether this connection has been closed by calling {@link #close()} or
125 * {@link #close(UnbindRequest, String)}.
276 public void close(UnbindRequest request, String reason) method in class:SdkConnectionAdapter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/
H A DDBCursor.java52 * close(cursor);
247 void close(); method in interface:DBCursor
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnection.java653 public void close(AtomicInteger nextMessageID) method in class:LDAPConnection
667 ldapWriter.close();
671 ldapReader.close();
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A DLDAPManagementContext.java167 public void close() throws IOException { method in class:LDAPManagementContext.ManagementContextWrapper
168 delegate.close();
201 public void close() {
209 configWriter.close();
216 "IOException occured during LDIF context management close:", e));
222 public void close(UnbindRequest request, String reason) {
223 close();
231 configReader.close();

Completed in 98 milliseconds

<<11121314151617181920>>