Uses of Class
com.ibm.datapower.wamt.clientAPI.ManagedSet

Packages that use ManagedSet
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
 

Uses of ManagedSet in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that return ManagedSet
static ManagedSet ManagedSet.getByPrimaryKey(java.lang.String targetKey)
          Get the ManagedSet instance that has the specified primary key.
 ManagedSet Device.getManagedSet()
          Return this device's ManagedSet membership.
 ManagedSet Manager.getManagedSet(java.lang.String name)
          Get the existing ManagedSet that has the specified name from the manager.
 ManagedSet[] Manager.getManagedSets()
          Get a list of all the ManagedSets in the manager.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type ManagedSet
 void Manager.remove(ManagedSet managedSet)
          Remove an existing ManagedSet from the Manager.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.