com.intel.bluetooth.emu
Class MonitorConnectionBuffer

java.lang.Object
  extended by com.intel.bluetooth.emu.MonitorConnectionBuffer
All Implemented Interfaces:
MonitorItem, java.io.Serializable

public class MonitorConnectionBuffer
extends java.lang.Object
implements MonitorItem

See Also:
Serialized Form

Constructor Summary
MonitorConnectionBuffer()
           
 
Method Summary
 long getClosedTimeStamp()
           
 long getReadBytes()
           
 long getReadOperations()
           
 long getReadTimeStamp()
           
 long getWriteBytes()
           
 long getWriteOperations()
           
 long getWriteTimeStamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorConnectionBuffer

public MonitorConnectionBuffer()
Method Detail

getReadBytes

public long getReadBytes()

getWriteBytes

public long getWriteBytes()

getReadOperations

public long getReadOperations()

getWriteOperations

public long getWriteOperations()

getClosedTimeStamp

public long getClosedTimeStamp()

getReadTimeStamp

public long getReadTimeStamp()

getWriteTimeStamp

public long getWriteTimeStamp()


Copyright © 2004-2008 BlueCove Team. All Rights Reserved.