public static class

Wimax4GManager.WimaxQosServiceFlowControl

extends FourGManager.QosServiceFlowControl
java.lang.Object
   ↳ com.htc.net.FourG.FourGManager.QosServiceFlowControl
     ↳ com.htc.net.wimax.Wimax4GManager.WimaxQosServiceFlowControl

Class Overview

This class provides access to and control of the potential QoS service flows between the Mobile Station and the serving Base Station. The methods in this class cause the implementation to affect actions on the BS-MS link for various potential and BS-accepted service flows.

Summary

[Expand]
Inherited Constants
From class com.htc.net.FourG.FourGManager.QosServiceFlowControl
Public Constructors
Wimax4GManager.WimaxQosServiceFlowControl()
Public Methods
List<QosServiceFlowDescriptor> getServiceFlows()
Returns a list of service flows that have been created by the terminal and submitted to the network, or which available from (pre-configured in) the network, both active anc potential.
int initiateServiceFlow(QosServiceFlowDescriptor sfDesc)
Attempts to initiate an actual service flow.
int pauseServiceFlow(QosServiceFlowDescriptor sfDesc)
Attempts to pause a previously initiated service flow.
int resumeServiceFlow(QosServiceFlowDescriptor sfDesc)
Attempts to resume a previously paused service flow.
int submitServiceFlow(QosServiceFlowDescriptor sfDesc)
Causes a previously specified (by UE) or available (from network) service flow to be submitted to network to determine if network will admit the service flow at this time.
int terminateServiceFlow(QosServiceFlowDescriptor sfDesc)
Attempts to stop a previously initiated or pause service flow.
Protected Methods
void finalize()
[Expand]
Inherited Methods
From class com.htc.net.FourG.FourGManager.QosServiceFlowControl
From class java.lang.Object

Public Constructors

public Wimax4GManager.WimaxQosServiceFlowControl ()

Public Methods

public List<QosServiceFlowDescriptor> getServiceFlows ()

Returns a list of service flows that have been created by the terminal and submitted to the network, or which available from (pre-configured in) the network, both active anc potential. Operation is synchronous.

public int initiateServiceFlow (QosServiceFlowDescriptor sfDesc)

Attempts to initiate an actual service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intnet QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.

public int pauseServiceFlow (QosServiceFlowDescriptor sfDesc)

Attempts to pause a previously initiated service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.

public int resumeServiceFlow (QosServiceFlowDescriptor sfDesc)

Attempts to resume a previously paused service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.

public int submitServiceFlow (QosServiceFlowDescriptor sfDesc)

Causes a previously specified (by UE) or available (from network) service flow to be submitted to network to determine if network will admit the service flow at this time. Returns detailed error code if any immediate request errors are detected. Operation is asynchronous, and application must wait for intent OQS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.

public int terminateServiceFlow (QosServiceFlowDescriptor sfDesc)

Attempts to stop a previously initiated or pause service flow. Returns detailed error code. Operation is asynchronous, and application must wait for intent QOS_SERVICE_FLOW_STATE_CHANGE to determine success or other outcome of this operation.

Protected Methods

protected void finalize ()

Since: API Level

Throws
Throwable