public class

WimaxController.WimaxLock

extends Object
java.lang.Object
   ↳ com.htc.net.wimax.WimaxController.WimaxLock

Class Overview

Return dynamic information about the current Wimax connection, if any is active.

Summary

Public Methods
void acquire()
boolean isHeld()
void release()
void setReferenceCounted(boolean refCounted)
String toString()
Protected Methods
void finalize()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void acquire ()

public boolean isHeld ()

public void release ()

public void setReferenceCounted (boolean refCounted)

public String toString ()

Since: API Level

Protected Methods

protected void finalize ()

Since: API Level

Throws
Throwable