SocketUtil

Copyright (C) 2013 10gen Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Attributes

pid[RW]
pool[RW]

Public Instance Methods

checkin() click to toggle source
# File lib/mongo/util/socket_util.rb, line 23
def checkin
  @pool.checkin(self) if @pool
end
checkout() click to toggle source
# File lib/mongo/util/socket_util.rb, line 19
def checkout
  @pool.checkout if @pool
end
close() click to toggle source
# File lib/mongo/util/socket_util.rb, line 27
def close
  @socket.close unless closed?
end
closed?() click to toggle source
# File lib/mongo/util/socket_util.rb, line 31
def closed?
  @socket.closed?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.