Uses of Interface
com.ibm.datapower.wamt.clientAPI.Taggable

Packages that use Taggable
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 Taggable in com.ibm.datapower.wamt.clientAPI
 

Classes in com.ibm.datapower.wamt.clientAPI that implement Taggable
 class Device
          A Java object representation of an DataPower device (appliance).
 class Domain
          A Domain object corresponds to a domain configuration on a DataPower device.
 

Methods in com.ibm.datapower.wamt.clientAPI that return types with arguments of type Taggable
 java.util.Set<Taggable> Manager.getTaggedByName(java.lang.String name)
          Get all tagged resources by tag name.
 java.util.Set<Taggable> Manager.getTaggedByNameValue(java.lang.String name, java.lang.String value)
          Get all resources tagged with a given name and value.
 



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