public class

CallServerInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.CallServerInfo

Class Overview

This class defines a Call Server information.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
CallServerInfo(String _name, CUCMModeEnum _mode, CallServerStatusEnum _status)
Protected Constructors
CallServerInfo(Parcel in)
Public Methods
CUCMModeEnum getMode()
This returns the call server mode.
String getName()
This returns the call server name configured by the administrator.
CallServerStatusEnum getStatus()
This returns the current status of call server.
String toString()
void writeToParcel(Parcel dest, int arg1)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public CallServerInfo (String _name, CUCMModeEnum _mode, CallServerStatusEnum _status)

Protected Constructors

protected CallServerInfo (Parcel in)

Public Methods

public CUCMModeEnum getMode ()

This returns the call server mode.

public String getName ()

This returns the call server name configured by the administrator.

public CallServerStatusEnum getStatus ()

This returns the current status of call server.

public String toString ()

public void writeToParcel (Parcel dest, int arg1)