Uses of Class
com.cisco.ipphone.sdk.Phone

Packages that use Phone
com.cisco.ipphone.sdk   
 

Uses of Phone in com.cisco.ipphone.sdk
 

Methods in com.cisco.ipphone.sdk that return Phone
 Phone[] User.getControlledPhones(LDAPProvider lp, java.lang.String beginsWith)
          Queries the specified LDAP Provider for a list of Phones controlled by this User
 Phone User.getCurrentExtMobPhone(EMProvider ep)
          Queries the specified Extension Mobility Provider for the Phone that this User is currently logged into
 Phone IPAddressProvider.getPhone(java.lang.String ipAddress)
          This method does the inverse of the other methods - it accepts an IP address as a parameter and searches for the Phone currently using that address.
 Phone IPAddressProviderIF.getPhone(java.lang.String ipAddress)
          This method does the inverse of the previous methods - it accepts an IP address as a parameter and searches for the Phone currently using that address.
static Phone Phone.getPhone(java.lang.String deviceName)
          The getPhone method is used to obtain a reference to a Phone object which has the specified, unique deviceName.
 Phone RisProvider.getPhone(java.lang.String ipAddress)
          This method does the inverse of the other methods - it accepts an IP address as a parameter and searches for the Phone currently using that address.
 

Methods in com.cisco.ipphone.sdk with parameters of type Phone
 java.lang.String IPAddressProvider.getDeviceType(Phone phone)
          Returns the device type of the specified phone
 java.lang.String IPAddressProvider.getIPAddress(Phone phone)
          This method retrieves the current active IP address of the specified Phone.
 java.lang.String IPAddressProviderIF.getIPAddress(Phone phone)
          This method retrieves the current active IP address of the specified Phone.
 java.lang.String RisProvider.getIPAddress(Phone phone)
          This method retrieves the current active IP address of the specified Phone.
 java.lang.String[] IPAddressProvider.getIPAddresses(Phone[] phones)
          This method retrieves the current active IP addresses of the specified Phones.
 java.lang.String[] IPAddressProviderIF.getIPAddresses(Phone[] phones)
          This method retrieves the current active IP addresses of the specified Phones.
 java.lang.String[] RisProvider.getIPAddresses(Phone[] phones)
          This method retrieves the current active IP addresses of the specified Phones.
 boolean User.login(EMProvider ep, Phone loginPhone)
          Logs this User into the specified Phone using the given Extension Mobility Provider