cisco.uc.cuae.mgmt
Class Management.CtiDevicePool

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.DevicePool
      extended by cisco.uc.cuae.mgmt.Management.CtiPortDevicePool
          extended by cisco.uc.cuae.mgmt.Management.CtiDevicePool
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Management.CtiMonitoredDevicePool
Enclosing interface:
Management

public static class Management.CtiDevicePool
extends Management.CtiPortDevicePool

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.CtiPortDevicePool
password, primaryCtiManagerId, secondaryCtiManagerId, username
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.DevicePool
devices, id, name, parentId
 
Constructor Summary
Management.CtiDevicePool()
          Constructs the CtiDevicePool.
Management.CtiDevicePool(java.lang.String id, java.lang.String parentId, java.lang.String name, Management.Device[] devices, java.lang.String primaryCtiManagerId, java.lang.String secondaryCtiManagerId, java.lang.String username, java.lang.String password)
          Constructs the CtiDevicePool.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.CtiPortDevicePool
getPassword, getPrimaryCtiManagerId, getSecondaryCtiManagerId, getUsername, setPassword, setPrimaryCtiManagerId, setSecondaryCtiManagerId, setUsername
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.DevicePool
getDevices, getId, getName, getParentId, setDevices, setId, setName, setParentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Management.CtiDevicePool

public Management.CtiDevicePool()
Constructs the CtiDevicePool. Don't init any fields.


Management.CtiDevicePool

public Management.CtiDevicePool(java.lang.String id,
                                java.lang.String parentId,
                                java.lang.String name,
                                Management.Device[] devices,
                                java.lang.String primaryCtiManagerId,
                                java.lang.String secondaryCtiManagerId,
                                java.lang.String username,
                                java.lang.String password)
Constructs the CtiDevicePool.

Parameters:
id - id of the device pool
parentId - parent id to which this device pool belongs, parentId for sip device pool, it is the sip domain id, parentId for the rest, it is the ccm cluster id
name - name of the device pool
primaryCtiManagerId - Primary CtiManager
secondaryCtiManagerId - Secondary Manager (optional)
username - Username
password - Password
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Management.CtiPortDevicePool


Copyright © 2010. All Rights Reserved.