com.mongodb
Class InUseConnectionBean

java.lang.Object
  extended by com.mongodb.InUseConnectionBean

public class InUseConnectionBean
extends Object

This class is NOT part of the public API. Be prepared for non-binary compatible changes in minor releases.


Method Summary
 long getDurationMS()
           
 int getLocalPort()
           
 String getNamespace()
           
 int getNumDocuments()
           
 com.mongodb.OutMessage.OpCode getOpCode()
           
 String getQuery()
           
 String getThreadName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamespace

public String getNamespace()

getOpCode

public com.mongodb.OutMessage.OpCode getOpCode()

getQuery

public String getQuery()

getLocalPort

public int getLocalPort()

getDurationMS

public long getDurationMS()

getThreadName

public String getThreadName()

getNumDocuments

public int getNumDocuments()