com.intel.bluetooth.emu
Class MonitorConnection

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

public class MonitorConnection
extends java.lang.Object
implements MonitorItem

See Also:
Serialized Form

Method Summary
 MonitorConnectionBuffer getClientBuffer()
           
 long getClientDevice()
           
 long getConnectedTimeStamp()
           
 long getConnectionId()
           
 java.lang.String getPortId()
           
 MonitorConnectionBuffer getServerBuffer()
           
 long getServerDevice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectedTimeStamp

public long getConnectedTimeStamp()

getClientDevice

public long getClientDevice()

getServerDevice

public long getServerDevice()

getPortId

public java.lang.String getPortId()

getClientBuffer

public MonitorConnectionBuffer getClientBuffer()

getServerBuffer

public MonitorConnectionBuffer getServerBuffer()

getConnectionId

public long getConnectionId()


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