A B C D E F G H I K L M N O P Q R S T U V W X

A

AbstractFactory - Class in com.ibm.datapower.wamt
A common implementation of a class factory, it can be extended to create specific factories.
AbstractPackageInfo - Class in com.ibm.datapower.wamt
Get the SCM (source code management, i.e., CVS metadata) information about all the classes in a package for debug purposes.
AbstractPackageInfo() - Constructor for class com.ibm.datapower.wamt.AbstractPackageInfo
 
acceptLicenseForFirmware() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Assert license acceptance for subsequent firmware update.
ACTIVE - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
The requested subscription has been established on the device.
ACTIVE - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionState
This specified subscription exists on the device, and all notifications sent from the device since the subscription request have been acknowledged by the NotificationCatcher.
add(StoredTag) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
add(StoredTag) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
add(StoredDevice) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
 
add(StoredDevice) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
add(StoredDomain) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
add(StoredTag) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Add a tag to the device.
add(StoredTag) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Add a tag to the domain.
add(StoredDevice) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Adds the specified device to the specified managed set.
add(StoredDevice) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Adds the specified device to this tag.
add(StoredDomain) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Adds the specified domain to this tag.
add(String) - Method in class com.ibm.datapower.wamt.StringCollection
Add a new String into the collection.
addDevice(Device) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Adds a device to this managed set.
addDomainPolicy(StoredDeploymentPolicyImpl) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
addDomainSyncTaskInProgress(String, DomainSynchronizationTask) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
addException(Exception) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Add an Exception to the ManagementStatus to keep a list of problems that may have been encountered.
addFirmware(Blob, String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Create a BackgroundTask to add a new firmware image to the manager.
addTag(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
addTag(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
addTag(String, String) - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Add a new tag.
addVersion(StoredDomainVersion) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Add a new StoredDomainVervion to this StoredDomain
AdminStatus - Enum in com.ibm.datapower.wamt
 
AlreadyExistsException - Exception in com.ibm.datapower.wamt.clientAPI
The specified operation would create a duplicate, and duplicates are not allowed.
AlreadyExistsException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with no message and no cause.
AlreadyExistsException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message but with no chained cause.
AlreadyExistsException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message and a chained cause.
AlreadyExistsException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
Create an exception with a chained cause and no message.
AlreadyExistsInRepositoryException - Exception in com.ibm.datapower.wamt.dataAPI
This exception is thrown if an attempt is made to create/add an instance of an object that already exists in the repository
AlreadyExistsInRepositoryException() - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an empty exception without a message
AlreadyExistsInRepositoryException(String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with only a message and no NLS attributes, and no chained cause.
AlreadyExistsInRepositoryException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsInRepositoryException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsInRepositoryException(String, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
AlreadyExistsInRepositoryException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
 
AlreadyExistsInRepositoryException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsInRepositoryException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsInRepositoryException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
AlreadyExistsInRepositoryException(Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
 
AMP_V1_0 - Static variable in class com.ibm.datapower.wamt.amp.AMPConstants
 
AMP_V2_0 - Static variable in class com.ibm.datapower.wamt.amp.AMPConstants
 
AMP_V3_0 - Static variable in class com.ibm.datapower.wamt.amp.AMPConstants
 
AMPConstants - Class in com.ibm.datapower.wamt.amp
 
AMPException - Exception in com.ibm.datapower.wamt.amp
The top-level class to identify exceptions that may occur while communicating with DataPower devices.
AMPException() - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with no message and no cause.
AMPException(String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message but with no chained cause.
AMPException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message and a chained cause.
AMPException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message, NLS attributes and a chained cause.
AMPException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message, NLS attributes and a chained cause.
AMPException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a message, NLS attributes and a chained cause.
AMPException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.AMPException
Create an exception with a chained cause and no message.
AMPIOException - Exception in com.ibm.datapower.wamt.amp
An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
AMPIOException() - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with no message and no cause.
AMPIOException(String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message but with no chained cause.
AMPIOException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPIOException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPIOException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message and NLS attributes, but with no chained cause.
AMPIOException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message and a chained cause.
AMPIOException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message, NLS attributes and a chained cause.
AMPIOException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message, NLS attributes and a chained cause.
AMPIOException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a message, NLS attributes and a chained cause.
AMPIOException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.AMPIOException
Create an exception with a chained cause and no message.

B

backup(String, URLSource, URI, boolean, boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Takes a backup of a DataPower appliance which can be replicated to a compatible appliance.
BACKUP_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
backupDevice(DeviceContext, String, byte[], String, boolean, boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Perform a backup of the entire device.
Blob - Class in com.ibm.datapower.wamt.clientAPI
A simple representation of a Binary Large OBject (BLOB).
Blob(URL) - Constructor for class com.ibm.datapower.wamt.clientAPI.Blob
Create a new blob object from a URL.
Blob(File) - Constructor for class com.ibm.datapower.wamt.clientAPI.Blob
Create a new blob object from a file.
Blob(byte[]) - Constructor for class com.ibm.datapower.wamt.clientAPI.Blob
Create a new blob object from a byte array.
blockAndTrace(Level) - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
A convenience method for waiting for the tasks to complete and printing the progress of each step for each nested ProgressConatiner.
blockAndTrace(Level) - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
A convenience method for waiting for the task to complete and printing the progress of each step.
BUNDLE_NAME - Static variable in class com.ibm.datapower.wamt.Messages
 

C

call(DeviceContext, StringBuffer) - Method in interface com.ibm.datapower.wamt.amp.SOAPHelper
Given a requestDocument (as an StringBuffer), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope)
call(DeviceContext, byte[], byte[], InputStream) - Method in interface com.ibm.datapower.wamt.amp.SOAPHelper
Given a requestDocument (as an combination of header bytes, an InputStream containing the blob, and footer bytes), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope).
call(DeviceContext, StringBuffer) - Method in interface com.ibm.datapower.wamt.soma.SOAPHelper
Given a requestDocument (as an StringBuffer), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope)
call(DeviceContext, byte[], byte[], InputStream) - Method in interface com.ibm.datapower.wamt.soma.SOAPHelper
Given a requestDocument (as an combination of header bytes, an InputStream containing the blob, and footer bytes), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope).
canRead() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
A check to verify that the content can be read when needed.
ClientAPIException - Exception in com.ibm.datapower.wamt.clientAPI
The ClientAPIException is the parent class for all other exceptions defined in the clientAPI.
ClientAPIException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with no message and no cause.
ClientAPIException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message but with no chained cause.
ClientAPIException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message and NLS attributes, but with no chained cause.
ClientAPIException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message and NLS attributes, but with no chained cause.
ClientAPIException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message and NLS attributes, but with no chained cause.
ClientAPIException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message and a chained cause.
ClientAPIException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message, NLS attributes and a chained cause.
ClientAPIException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message, NLS attributes and a chained cause.
ClientAPIException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a message, NLS attributes and a chained cause.
ClientAPIException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
Create an exception with a chained cause and no message.
com.ibm.datapower.wamt - package com.ibm.datapower.wamt
This package contains classes that are used by the clientAPI and amp packages.
com.ibm.datapower.wamt.amp - package com.ibm.datapower.wamt.amp
The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices.
com.ibm.datapower.wamt.clientAPI - package 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.
com.ibm.datapower.wamt.dataAPI - package com.ibm.datapower.wamt.dataAPI
Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments.
com.ibm.datapower.wamt.dataAPI.local.filesystem - package com.ibm.datapower.wamt.dataAPI.local.filesystem
Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit
com.ibm.datapower.wamt.soma - package com.ibm.datapower.wamt.soma
 
CommandFactory - Class in com.ibm.datapower.wamt.amp
Gets an instance of an AMP Command implementation.
Commands - Interface in com.ibm.datapower.wamt.amp
A list of high-level commands that the DataPower device should support via SOAP invocation.
ComponentInfo - Class in com.ibm.datapower.wamt
A utility to get the SCM information (i.e., CVS revision) of all classes in all packages for this component (IBM WebSphere Appliance Management Toolkit) for debug purposes.
ConfigObject - Class in com.ibm.datapower.wamt.amp
This class is used to represent the basis information of a object (service)
ConfigObject(String, String, String, String) - Constructor for class com.ibm.datapower.wamt.amp.ConfigObject
Construct a new ConfigObject object.
ConfigObject(String, String, String, String, ConfigObject[], boolean) - Constructor for class com.ibm.datapower.wamt.amp.ConfigObject
Construct a new ConfigObject object with referenced configobject.
ConfigService - Class in com.ibm.datapower.wamt.clientAPI
The ConfigService is to represent the information of service returned from the ServiceConfiguration.getAvailableServices(Device).
ConfigService(String, String, String, String) - Constructor for class com.ibm.datapower.wamt.clientAPI.ConfigService
Construct a new ConfigService object.
Configuration - Class in com.ibm.datapower.wamt.clientAPI
This class loads all of the configuration data for the manager.
Constants - Class in com.ibm.datapower.wamt
Constants that are applicable across all of the IBM WebSphere Appliance Management Toolkit.
contains(String) - Method in class com.ibm.datapower.wamt.StringCollection
Check if the collection contains the specified String.
COPYRIGHT_20092010 - Static variable in exception com.ibm.datapower.wamt.amp.AMPException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.AbstractPackageInfo
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.amp.AMPIOException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.DeviceContext
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.amp.DeviceExecutionException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.amp.NotExistException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.Notification
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.amp.NotificationCatcher
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.NotificationCatcherFactory
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.PackageInfo
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.PingResponse
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.amp.SOAPHelper
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.SOAPHelperFactory
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.AlreadyExistsException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.ClientAPIException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.DeletedException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.FullException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.InUseException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.LockBusyException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.NotExistException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.NotManagedException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.ShutdownException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.clientAPI.Version
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.clientAPI.Versionable
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.ComponentInfo
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.Constants
"Eyecatcher" copyright statement for the year 2009.
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.Credential
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.dataAPI.DatastoreException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
 
COPYRIGHT_2009_2010 - Static variable in class com.ibm.datapower.wamt.dataAPI.PackageInfo
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.Persistable
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.Repository
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeployableConfiguration
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeployablePolicy
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDomainVersion
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
 
COPYRIGHT_2009_2010 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
 
COPYRIGHT_2009_2010 - Static variable in exception com.ibm.datapower.wamt.DMgrException
 
COPYRIGHT_2009_2011 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2009_2012 - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
COPYRIGHT_2009_2012 - Static variable in class com.ibm.datapower.wamt.amp.DomainStatus
 
COPYRIGHT_2009_2012 - Static variable in exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
 
COPYRIGHT_2009_2012 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.AbstractFactory
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.amp.CommandFactory
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.amp.ErrorReport
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionState
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.amp.Utilities
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Blob
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Device
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Domain
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Firmware
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
The minimum firmware level that can be deployed to any ManagedSets or added to the Manager.
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Lock
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagedSet
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.Signaler
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.dataAPI.RepositoryFactory
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.DeviceLogger
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.DeviceLogger_ClientThread
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.DeviceType
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.Messages
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.ModelType
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.OperationStatus
 
COPYRIGHT_2009_2013 - Static variable in class com.ibm.datapower.wamt.StringCollection
 
COPYRIGHT_2012 - Static variable in class com.ibm.datapower.wamt.amp.DeleteObjectResult
 
COPYRIGHT_2012 - Static variable in class com.ibm.datapower.wamt.amp.InterDependentServiceCollection
 
COPYRIGHT_2012 - Static variable in class com.ibm.datapower.wamt.amp.ReferencedObjectCollection
 
COPYRIGHT_2012 - Static variable in class com.ibm.datapower.wamt.clientAPI.ConfigService
 
COPYRIGHT_2012 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2012 - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredTag
 
COPYRIGHT_2012_2013 - Static variable in class com.ibm.datapower.wamt.amp.ConfigObject
 
COPYRIGHT_2012_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.RuntimeService
 
COPYRIGHT_2012_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.ServiceConfiguration
 
COPYRIGHT_2012_2013 - Static variable in class com.ibm.datapower.wamt.clientAPI.ServiceDeployment
 
COPYRIGHT_2012_2013 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2012_2014 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2013 - Static variable in class com.ibm.datapower.wamt.Constants
 
COPYRIGHT_2013 - Static variable in interface com.ibm.datapower.wamt.soma.SOAPHelper
 
COPYRIGHT_2013 - Static variable in class com.ibm.datapower.wamt.soma.SOAPHelperFactory
 
COPYRIGHT_2013 - Static variable in class com.ibm.datapower.wamt.soma.SOMACommandFactory
 
COPYRIGHT_2013 - Static variable in interface com.ibm.datapower.wamt.soma.SOMACommands
 
COPYRIGHT_2013 - Static variable in exception com.ibm.datapower.wamt.soma.SOMAException
 
COPYRIGHT_2013 - Static variable in exception com.ibm.datapower.wamt.soma.SOMAIOException
 
COPYRIGHT_2013 - Static variable in interface com.ibm.datapower.wamt.soma.Status
 
COPYRRIGHT_2006_2008 - Static variable in exception com.ibm.datapower.wamt.dataAPI.AlreadyExistsInRepositoryException
 
createCollectionFromDisplayName(String) - Static method in class com.ibm.datapower.wamt.StringCollection
Create a StringCollection instance based on a string created by getDisplayName.
createCollectionFromString(String, char) - Static method in class com.ibm.datapower.wamt.StringCollection
Create a StringCollection instance based on a string created by marshalToString.
createDeploymentPolicy(StoredDomain, String, URLSource, String, DeploymentPolicyType) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the policy version within the containing domain element.
createDeploymentPolicy(StoredDomain, String, URLSource, String, DeploymentPolicyType) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new policy object in the repository.
createDeploymentPolicyVersion(StoredDeploymentPolicy, Blob, String, Date) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the policy version within the containing deployment policy element.
createDeploymentPolicyVersion(StoredDeploymentPolicy, Blob, String, Date) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new policy version object in the repository.
createDevice(String, String, String, String, int) - Static method in class com.ibm.datapower.wamt.clientAPI.Device
Create a background task to add a new device to the Manager.
createDevice(String, String, String, DeviceType, ModelType, String, String, String, int, int, String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds a device element to the WAMT.repository.xml file during a save operation to save all information related to the device.
createDevice(String, String, String, DeviceType, ModelType, String, String, String, int, int, String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Create a new device object in the repository with these properties.
createDomain(StoredDevice, String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the domain within the containing device element.
createDomain(StoredDevice, String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Create a new domain object in the repository.
createDomainVersion(StoredDomain, Blob, String, Date) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the StoredDomainVersion within the containing Domain element.
createDomainVersion(StoredDomain, Blob, String, Date) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new StoredDomainVersion object in the repository when the clientAPI deploys a new domain source configuration from Domain.deployConfiguration().
createFirmware(DeviceType, ModelType, StringCollection, StringCollection) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the firmware within the containing manager element.
createFirmware(DeviceType, ModelType, StringCollection, StringCollection) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new StoredFirmware object in the repository unless a matching Firmware already exists in the manager.
createFirmwareVersion(StoredFirmware, Blob, String, Date, String, Date) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the firmware version within the containing firmware element.
createFirmwareVersion(StoredFirmware, Blob, String, Date, String, Date) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new StoredFirmwareVersion object in the repository.
createManagedDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Create a managed domain on this Device.
createManagedDomain(String, URLSource, URLSource, String, String) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Creates a domain of the specified name on all devices in this managed set.
createManagedSet(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the managed set within the containing manager element.
createManagedSet(String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Creates a new StoredManagedSet object in the repository.
createServiceDeployment(ServiceConfiguration, URLSource, String, String, boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Create the ServiceDeployment object with service configuration and deployment policy to be deployed in this domain.
createServiceDeployment(ServiceConfiguration, boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Create the ServiceDeployment object with service configuration only, no deployment policy for deployment.
createTag(String, String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
createTag(String, String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
 
createWithDuplicate(String) - Static method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
The requested subscription is a duplicate of one that already exists on the device.
Credential - Class in com.ibm.datapower.wamt
The Credential provides data for access control to the Repository and its contents.
Credential() - Constructor for class com.ibm.datapower.wamt.Credential
Create an empty credential.

D

DatastoreException - Exception in com.ibm.datapower.wamt.dataAPI
This is the root class for exceptions that are thrown from the dataAPI package.
DatastoreException() - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an empty exception without a message
DatastoreException(String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
 
DatastoreException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message and NLS attributes, but with no chained cause.
DatastoreException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message and NLS attributes, but with no chained cause.
DatastoreException(String, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message and NLS attributes, but with no chained cause.
DatastoreException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
 
DatastoreException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message, NLS attributes and a chained cause.
DatastoreException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message, NLS attributes and a chained cause.
DatastoreException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
Create an exception with a message, NLS attributes and a chained cause.
DatastoreException(Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DatastoreException
 
DEFAULT_AMP_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_AMP_CONNECT_TIMEOUT
DEFAULT_CAPTURE_VERSION_BLOB - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_CAPTURE_VERSION_BLOB
DEFAULT_COLLECT_DAEMON_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COLLECT_DAEMON_PROGRESSES
DEFAULT_COLLECT_DOMAIN_SYNCH_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES
DEFAULT_COMMANDS_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COMMANDS_IMPL
DEFAULT_COMMANDS_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COMMANDS_SOMA_IMPL
DEFAULT_COMMANDS_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COMMANDS_V2_IMPL
DEFAULT_COMMANDS_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COMMANDS_V3_IMPL
DEFAULT_COMMANDS_XC10_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_COMMANDS_XC10_IMPL
DEFAULT_DEVICE_LOG_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DEVICE_LOG_PORT
DEFAULT_DEVICE_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DOMAIN_QUIESCE_TIMEOUT
DEFAULT_DOMAIN_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DOMAIN_QUIESCE_TIMEOUT
DEFAULT_DOMAIN_SYNCHRONIZATION_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DOMAIN_SYNCHRONIZATION_INTERVAL units are in milliseconds.
DEFAULT_DOMAIN_SYNCHRONIZATION_RETRY_MAX - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX.
DEFAULT_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE.
DEFAULT_HEARTBEAT_DISABLE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HEARTBEAT_DISABLE
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HEARTBEAT_INTERVAL
DEFAULT_HEARTBEAT_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HEARTBEAT_THREAD_POOL_SIZE
DEFAULT_HTTP_LISTENER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HTTP_LISTENER_IP_INTERFACE
DEFAULT_HTTP_LISTENER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HTTP_LISTENER_IP_PORT
DEFAULT_HTTP_LISTENER_IP_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HTTP_LISTENER_IP_ADDRESS
DEFAULT_HTTP_LISTENER_SOCKET_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_HTTP_LISTENER_SOCKET_TIMEOUT
DEFAULT_MAX_VERSIONS_TO_STORE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
The maximum number of versions to store in the repository before the oldest ones are purged from the system.
DEFAULT_MESSAGE_PREFIX - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_MESSAGE_PREFIX
DEFAULT_NOTIFICATION_CATCHER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_NOTIFICATION_CATCHER_IMPL
DEFAULT_NOTIFICATION_CATCHER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_NOTIFICATION_CATCHER_IP_ADDRESS
DEFAULT_NOTIFICATION_CATCHER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_NOTIFICATION_CATCHER_IP_INTERFACE
DEFAULT_NOTIFICATION_CATCHER_IP_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_NOTIFICATION_CATCHER_IP_PORT
DEFAULT_NOTIFICATION_CATCHER_NO_SSL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_NOTIFICATION_CATCHER_NO_SSL
DEFAULT_REPOSITORY_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_REPOSITORY_IMPL
DEFAULT_SIGNAL_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SIGNAL_CONNECT_TIMEOUT
DEFAULT_SIGNAL_DELAY_TIME - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SIGNAL_DELAY_TIME
DEFAULT_SIGNAL_RESPONSE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SIGNAL_RESPONSE_TIMEOUT
DEFAULT_SIGNAL_SOAP_ACTION - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SIGNAL_SOAP_ACTION
DEFAULT_SIGNAL_URL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SIGNAL_URL
DEFAULT_SLEEP_MS - Static variable in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
The default time for the sleep interval while polling for update or completion.
DEFAULT_SOAP_HELPER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SOAP_HELPER_IMPL
DEFAULT_SOAP_HELPER_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SOAP_HELPER_SOMA_IMPL
DEFAULT_SOAP_HELPER_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SOAP_HELPER_V2_IMPL
DEFAULT_SOAP_HELPER_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_SOAP_HELPER_V3_IMPL
DEFAULT_TASK_QUEUE_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_TASK_QUEUE_SIZE
DEFAULT_TRUSTSTORE_FILENAME - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_TRUSTSTORE_FILENAME
DEFAULT_TRUSTSTORE_PASSWORD - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Default value for the configuration item specified by Configuration.KEY_TRUSTSTORE_PASSWORD
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation clears the Stored object and removes the version element from the WAMT.repository.xml file.
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
Note: The Local File System implementation deletes the ManagedSet element from the WAMT.repository.xml file but any device elements that are not contained inside it are retained and can be accessed by calling Manager.getAllDevices() and Manager.getDmiLogger()
delete() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployableConfiguration
Deletes this StoredDeployableConfiguration.
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployablePolicy
Deletes this StoredDeployablePolicy.
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Deletes the persisted instance of this StoredDevice.
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Deletes the persisted instance of this StoredFirmware.
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Deletes this StoredManagedSet.
delete() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Deletes the version from the repository.
DELETE_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
DELETE_FILE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
DELETE_SERVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
DeletedException - Exception in com.ibm.datapower.wamt.clientAPI
The Java object you are trying to access has been deleted from the persisted datastore.
DeletedException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with no message and no cause.
DeletedException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message but with no chained cause.
DeletedException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message and NLS attributes, but with no chained cause.
DeletedException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message and NLS attributes, but with no chained cause.
DeletedException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message and NLS attributes, but with no chained cause.
DeletedException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message and a chained cause.
DeletedException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message, NLS attributes and a chained cause.
DeletedException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message, NLS attributes and a chained cause.
DeletedException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a message, NLS attributes and a chained cause.
DeletedException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeletedException
Create an exception with a chained cause and no message.
deleteDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Delete a DataPower domain and all the contents of that domain from the specified device.
deleteDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Delete a domain on a device.
deleteFile(DeviceContext, String, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Delete a file to the persistent store on the device.
DeleteObjectResult - Class in com.ibm.datapower.wamt.amp
This represents the data that would be returned from Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean).
DeleteObjectResult(ConfigObject, boolean, boolean, String) - Constructor for class com.ibm.datapower.wamt.amp.DeleteObjectResult
Construct a new ConfigObjectStatus object.
deleteService(DeviceContext, String, String, String, ConfigObject[], boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Given domain name, service class, service name, delete the service object and all its dependent objects.
deleteService(RuntimeService, ConfigObject[], boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Delete a RuntimeService, and return the result of each objects in a RuntimeService.
deployConfiguration() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Push a configuration onto the device that was previously set by calling Domain.setSourceConfiguration(URLSource) and Domain.setDeploymentPolicy(URLSource, String, String)
DeploymentPolicy - Class in com.ibm.datapower.wamt.clientAPI
This class represents the deployment policy that is to be applied to a Domain during deployment.
DeploymentPolicyType - Enum in com.ibm.datapower.wamt.clientAPI
DeploymentPolicyType is an enum used to determine the type of deployment policy to be used during a configuration deploy.
DeploymentPolicyVersion - Class in com.ibm.datapower.wamt.clientAPI
A class to track the versions of a DeploymentPolicy.
deployServiceConfiguration() - Method in class com.ibm.datapower.wamt.clientAPI.ServiceDeployment
Push a service source configuration onto the device.
deploySourceConfigurationForDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Deploys the previously set domain configuration to all managed domains in this managed set with the specified domain name.
deploySourceFirmwareVersion() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Schedules a task to deploy a FirmwareVersion.
deploySourceFirmwareVersion() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Schedules tasks to deploy the FirmwareVersion to all devices in this managed set.
Device - Class in com.ibm.datapower.wamt.clientAPI
A Java object representation of an DataPower device (appliance).
DeviceContext - Class in com.ibm.datapower.wamt.amp
This provides the information/context necessary to identify a particular DataPower device for communicating with it, and have the authentication or other data necessary to connect to it.
DeviceContext(String, int, String, String) - Constructor for class com.ibm.datapower.wamt.amp.DeviceContext
Create a new DeviceContext object.
DeviceExecutionException - Exception in com.ibm.datapower.wamt.amp
The device had an internal error while executing an AMP command.
DeviceExecutionException() - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with no message and no cause.
DeviceExecutionException(String) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message but with no chained cause.
DeviceExecutionException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
 
DeviceExecutionException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message and NLS attributes, but with no chained cause.
DeviceExecutionException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message and NLS attributes, but with no chained cause.
DeviceExecutionException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message and a chained cause.
DeviceExecutionException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message, NLS attributes and a chained cause.
DeviceExecutionException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message, NLS attributes and a chained cause.
DeviceExecutionException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a message, NLS attributes and a chained cause.
DeviceExecutionException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.DeviceExecutionException
Create an exception with a chained cause and no message.
DeviceLogger - Class in com.ibm.datapower.wamt
A simple trace logger that accepts trace entries via HTTP and logs to the appropriate (specified) logger.
DeviceLogger(int, Logger) - Constructor for class com.ibm.datapower.wamt.DeviceLogger
Create a new DeviceLogger.
DeviceLogger_ClientThread - Class in com.ibm.datapower.wamt
A thread that will read events from an accepted socket and log them.
DeviceMetaInfo - Class in com.ibm.datapower.wamt.amp
This represents the data that would be returned from Commands.getDeviceMetaInfo(DeviceContext).
DeviceMetaInfo(String, String, String, ModelType, String, int, DeviceType, String, StringCollection) - Constructor for class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Construct a new DeviceMetaInfo object.
DeviceMetaInfo(String, String, String, ModelType, String, int, DeviceType, String, StringCollection, int[], String) - Constructor for class com.ibm.datapower.wamt.amp.DeviceMetaInfo
 
DeviceMetaInfo(String, String, String, ModelType, String, int, DeviceType, String, StringCollection, int[]) - Constructor for class com.ibm.datapower.wamt.amp.DeviceMetaInfo
 
DeviceType - Class in com.ibm.datapower.wamt
This class provides a set of enumerated values for the device type, as opposed to using String values.
DeviceType(String) - Constructor for class com.ibm.datapower.wamt.DeviceType
Create a new DeviceType object.
DeviceTypeIncompatibilityException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted on two objects and the two objects did not have a compatible device type.
DeviceTypeIncompatibilityException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with no message and no cause.
DeviceTypeIncompatibilityException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message but with no chained cause.
DeviceTypeIncompatibilityException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
DeviceTypeIncompatibilityException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
DeviceTypeIncompatibilityException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
DeviceTypeIncompatibilityException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message and a chained cause.
DeviceTypeIncompatibilityException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
DeviceTypeIncompatibilityException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
DeviceTypeIncompatibilityException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
DeviceTypeIncompatibilityException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.DeviceTypeIncompatibilityException
Create an exception with a chained cause and no message.
diff(DomainVersion) - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Generate a background task to get a visual representation of the differences of a domain between two versions.
DirtySaveException - Exception in com.ibm.datapower.wamt.dataAPI
This exception is thrown if an attempt is made to save data after another user has made changes which will not be reflected in the saved repository.
DirtySaveException() - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
 
DirtySaveException(String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
 
DirtySaveException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message and NLS attributes, but with no chained cause.
DirtySaveException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message and NLS attributes, but with no chained cause.
DirtySaveException(String, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message and NLS attributes, but with no chained cause.
DirtySaveException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
 
DirtySaveException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message, NLS attributes and a chained cause.
DirtySaveException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message, NLS attributes and a chained cause.
DirtySaveException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
Create an exception with a message, NLS attributes and a chained cause.
DirtySaveException(Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.DirtySaveException
 
DMgrException - Exception in com.ibm.datapower.wamt
This is the root class for exceptions that are thrown from the DataPower Management Interface.
DMgrException() - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with no message and no cause.
DMgrException(String) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message but with no chained cause.
DMgrException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message and NLS attributes, but with no chained cause.
DMgrException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message and NLS attributes, but with no chained cause.
DMgrException(String, String) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message and NLS attributes, but with no chained cause.
DMgrException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message and a chained cause.
DMgrException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message, NLS attributes and a chained cause.
DMgrException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message, NLS attributes and a chained cause.
DMgrException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a message, NLS attributes and a chained cause.
DMgrException(Throwable) - Constructor for exception com.ibm.datapower.wamt.DMgrException
Create an exception with a chained cause and no message.
Domain - Class in com.ibm.datapower.wamt.clientAPI
A Domain object corresponds to a domain configuration on a DataPower device.
DomainStatus - Class in com.ibm.datapower.wamt.amp
A container to hold the multiple objects returned from Commands.getDomainStatus(DeviceContext, String).
DomainStatus(OperationStatus, boolean, boolean, QuiesceStatus) - Constructor for class com.ibm.datapower.wamt.amp.DomainStatus
Create an instance of the DomainStatus.
DomainStatus(AdminStatus, OperationStatus, boolean, boolean, QuiesceStatus) - Constructor for class com.ibm.datapower.wamt.amp.DomainStatus
 
DomainSynchronizationMode - Enum in com.ibm.datapower.wamt.clientAPI
DomainSynchronizationMode is an enumeration used to determine the synchronization policy that will used for managed domains.
DomainVersion - Class in com.ibm.datapower.wamt.clientAPI
Internal use only

A class to track the versions of a Domain.

DOWN - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
The Manager instance has not been started or has been shutdown
DOWN - Static variable in class com.ibm.datapower.wamt.OperationStatus.Enumerated
The item is down (i.e., "red")
DUPLICATE_STRING - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
A String to test for when checking if the subscription request is a duplicate (the device already has a NotificationCatcher subscribed to it).

E

EMPTY - Static variable in class com.ibm.datapower.wamt.StringCollection
A representation of any empty collection.
enqueue(Notification, WorkArea) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Enqueue a Notification object to be processed by the Manager.
enqueue(BackgroundTask, WorkArea) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Enqueue a BackgroundTask object to be processed by the Manager.
ENV_VAR_NAME - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The name of the environment variable that has a value which indicates the manager's home directory.
equals(Object) - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
Compare two objects to see if they are equivalent.
equals(Object) - Method in class com.ibm.datapower.wamt.amp.SubscriptionState
Compare two objects to see if they are equivalent.
equals(Object) - Method in class com.ibm.datapower.wamt.DeviceType
Compare two DeviceType objects to see if they are equivalent.
equals(Object) - Method in class com.ibm.datapower.wamt.ModelType
Compare two ModelType objects to see if they are equal.
equals(Object) - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Check if this is equivalent to that.
equals(Object) - Method in class com.ibm.datapower.wamt.StringCollection
Check if the two collections have the same content.
equalsTo(ManagementStatus.Enumerated) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Compare two objects to see if they are equivalent.
equalsTo(ManagerStatus.Enumerated) - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Compare two objects to see if they are equivalent.
ERROR - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
An attempt to synchronize the element failed, due to a reason on the device.
ErrorReport - Class in com.ibm.datapower.wamt.amp
An error report is an object generated on the DataPower appliance that reports the running config, logs, and other pertinent data that can be used in debugging.
ErrorReport(String, String, String, byte[]) - Constructor for class com.ibm.datapower.wamt.amp.ErrorReport
Create a new ErrorReport object.
exportAll(OutputStream) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Export everything in the manager datastore to the specified OutputStream.
exportAll(OutputStream) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation does not implement this method.
exportAll(OutputStream) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Export everything in the repository to the specified OutputStream.

F

FAULT - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
The requested subscription is a duplicate of one that already exists.
FAULT - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionState
The specified subscription has errors, likely due to notifications that the device attempted to send to the NotificationCatcher, but the NotificationCatcher did not acknowledge them for whatever reason.
FeaturesNotEqualException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted on two Device objects, and the two Devices did not have the same licensed features.
FeaturesNotEqualException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with no message and no cause.
FeaturesNotEqualException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message but with no chained cause.
FeaturesNotEqualException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message and NLS attributes, but with no chained cause.
FeaturesNotEqualException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message and NLS attributes, but with no chained cause.
FeaturesNotEqualException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message and NLS attributes, but with no chained cause.
FeaturesNotEqualException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message and a chained cause.
FeaturesNotEqualException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message, NLS attributes and a chained cause.
FeaturesNotEqualException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message, NLS attributes and a chained cause.
FeaturesNotEqualException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a message, NLS attributes and a chained cause.
FeaturesNotEqualException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FeaturesNotEqualException
Create an exception with a chained cause and no message.
FIELD_NAME - Static variable in class com.ibm.datapower.wamt.AbstractPackageInfo
The name of the field that should exist in every class that contains the String value of the SCM information for that class.
Firmware - Class in com.ibm.datapower.wamt.clientAPI
A container for firmware images.
FirmwareVersion - Class in com.ibm.datapower.wamt.clientAPI
A single instance of a firmware image.
follow(ProgressContainer, boolean) - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Have this ProgressContainer act as a facade to another ProgressContainer.
fromString(String) - Static method in class com.ibm.datapower.wamt.DeviceType
Get a DeviceType instance based on the human-readable String representation of the instance.
fromString(String) - Static method in class com.ibm.datapower.wamt.ModelType
Get a ModelType instance based on the String representation of the instance returned by getDisplayName
FullException - Exception in com.ibm.datapower.wamt.clientAPI
The container you are trying to add an item to is already at its maximum capacity.
FullException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with no message and no cause.
FullException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message but with no chained cause.
FullException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message and NLS attributes, but with no chained cause.
FullException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message and NLS attributes, but with no chained cause.
FullException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message and NLS attributes, but with no chained cause.
FullException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message and a chained cause.
FullException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message, NLS attributes and a chained cause.
FullException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message, NLS attributes and a chained cause.
FullException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a message, NLS attributes and a chained cause.
FullException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.FullException
Create an exception with a chained cause and no message.

G

generateReport(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Generate a report that will capture the domain configuration deployments completed successfully.
get(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Configuration
Get the preferred value (property, then option, then default) from the configuration using the canonical name key.
get(int) - Method in class com.ibm.datapower.wamt.StringCollection
Get the String at the specified index in the collection.
GET_DEVICE_METAINFO - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_DOMAIN_DIFFERENCES - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_DOMAIN_LIST - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_DOMAIN_STATUS - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_ERROR_REPORT - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_INTERDEPENDENT_SERVICES_FILE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_INTERDEPENDENT_SERVICES_IMAGE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_KEY_FILENAMES - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_REFERENCED_OBJECTS - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_SAML_TOKEN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_SERVICE_LIST_FROM_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_SERVICE_LIST_FROM_EXPORT_FILE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
GET_SERVICE_LIST_FROM_EXPORT_IMAGE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
getAbsoluteDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Get a human-readable name that represents this object.
getAbsoluteDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
Get a human-readable name that represents this object.
getAbsoluteDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get a human-readable name that represents this object.
getAbsoluteDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Get a human-readable name that represents this object.
getAbsoluteDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get a human-readable name that represents this object, within the context of the system.
getActualFirmwareLevel() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the firmware level that is currently deployed to this device.
getAdminStatus() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get the admin state of domain, enabled (AdminState.ENABLED) or disabled (AdminState.DISABLED).
getAdminStatus() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get AdminStatus of this domain, enabled (AdminState.ENABLED) or disabled (AdminState.DISABLED).
getAdminStatus() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the admin state of this RumtimeService, enabled (AdminState.ENABLED) or disabled (AdminState.DISABLED).
getAllDevices() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Gets the list of all known devices in the manager, independent of being assigned to a ManagedSet.
getAllDomainNames() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get a list of all the domains on the specified device, including those that are not managed.
getAllStatus() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get all status
getAllStatus(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.soma.SOMACommands
Get all SOMA status supported by device
getAMPPort() - Method in class com.ibm.datapower.wamt.amp.DeviceContext
Get the device's port for AMP commands.
getAsInteger(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Configuration
Get the preferred value (property, then option, then default) from the configuration using the canonical name key.
getAvailableServices(Device) - Method in class com.ibm.datapower.wamt.clientAPI.ServiceConfiguration
Get all available services in the Service Configuration for deployment.
getBackupCertificateLocation() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getBackupCertificateLocation() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the location of the certificate file to be used in a secure backup operation on a device
getBackupFileLocation() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getBackupFileLocation() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the location where the backup files are to be saved for a secure backup operation.
getBase64Encoded() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Create a new Blob object for Base64-encode firmware images, so that they need to be encoded only once when initially added to the repository instead of on each setFirmware request.
getBestFirmware(DeviceType, ModelType, StringCollection, String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the best Firmware that is suitable for the specified deviceType, modelType, and device features.
getBlob() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getBlob() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getBlob() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get the Blob for this FirmwareVersion.
getBlob() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
This method returns a Blob object from the spec sent to the constructor (e.g.
getBlob() - Method in interface com.ibm.datapower.wamt.clientAPI.Version
Get the Blob that is attached to this Version.
getBlob() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getBlob() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation stores each image as a separate bin file.
getBlob() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getBlob() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Gets the binary image for this version.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
Retrieve a reference to the DeploymentPolicyVersion that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Device
Retrieve a reference to the device that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Domain
Retrieve a reference to the Domain that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Retrieve a reference to the DomainVersion that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Firmware
Retrieve a reference to the Firmware that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Retrieve a reference to the FirmwareVersion that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get the ManagedSet instance that has the specified primary key.
getByPrimaryKey(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the Manager that has the specified primary key.
getByteArray() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Get the contents of the blob as a byte array.
getCachedBytes() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
getClassDisplayName() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the class display name of this configobject
getClassDisplayName() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the class display name of this object.
getClassDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get the class display name of this ConfigService.
getClassDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the class display name of this RuntimeService.
getClassName() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the class name of this configobject
getClassName() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the class name of this object.
getClassName() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get the class name of this ConfigService.
getClassName() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the class name of this RuntimeService.
getClientIPAddress() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the IP address of the administrative client that made the change on the device that triggered this notification.
getCommands(String, String) - Static method in class com.ibm.datapower.wamt.amp.CommandFactory
Get an instance of a class that implements the Commands interface.
getCommands() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the commands implementation to use for this device.
getCommands(String, String) - Static method in class com.ibm.datapower.wamt.soma.SOMACommandFactory
Get an instance of a class that implements the SOMACommands interface.
getCompatibleModelTypes() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get all ModelTypes that are compatible with the ModelType of this Firmware.
getCorrelator() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get the correlator for this MacroProgressContainer.
getCorrelator() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the caller-defined correlator for this object.
getCreationDate() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the date this object was created.
getCurrentAMPVersion() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the current AMP version.
getCurrentAMPVersion() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Returns the current AMP version supported by this device.
getCurrentAMPVersion() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the AMP version as an attribute on the 'devices' element in the WAMT.repository.xml file.
getCurrentAMPVersion() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the current AMP version supported by this device.
getCurrentAMPVersionFromGetDeviceInfoResponse(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Device
Determine the current AMP version
getCurrentStep() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get the current step which indicates the progress across the total number of steps in this MacroContainer.
getCurrentStep() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the current step number for this task.
getCurrentStepDescription() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get the description of the most recently updated step across all the nested ProgressContainers.
getCurrentStepDescription() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the textual description of the current step, resolving the message key with the argument value substitution.
getCurrentStepDescriptionArgs() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the arguments for the description of the current step.
getCurrentStepDescriptionKey() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the key for the description of the current step.
getCurrentStepTimestamp() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the timestamp of the most recent update to this object.
getDebugState() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get a boolean value which indicates if this domain has debug or troubleshooting enabled.
getDeleted() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the deleted indicator of this object.
getDeploymentPolicy() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
Get the DeploymentPolicy that this object is a Version of.
getDeploymentPolicy() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get the deployment policy owned by this Domain.
getDeploymentPolicy() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getDeploymentPolicy() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getDeploymentPolicy() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Returns the persisted StoredDeploymentPolicy that contains this version.
getDeploymentPolicy() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the Deployment Policy on this StoredDomain.
getDevice() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get the device that owns this Domain.
getDevice(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getDevice() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Note: In the Local File System implementation the domain element is contained within the device element on which the domain resides.
getDevice(String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Retrieves a device from the repository that has the specified serialNumber.
getDevice() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Returns the Device on which this StoredDomain resides.
getDeviceBySerialNumber(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Deprecated. Get a Device that has a particular hardware serial number. This method does not care if the Device is a member of a ManagedSet or not.
getDeviceBySerialNumber(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getDeviceBySerialNumber(String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Retrieves all devices from the repository that has the specified serialNumber.
getDeviceBySymbolicName(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a Device that has a particular symbolic name.
getDeviceContext() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Returns the DeviceContext for this device, necessary for AMP calls.
getDeviceLogger() - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the logger for distributed device logging.
getDeviceMembers() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get the devices which are members of this ManagedSet.
getDeviceMembers() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
 
getDeviceMembers() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
getDeviceMembers() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Gets the array of devices which are members of this managed set.
getDeviceMembers() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Gets the array of devices which are members of this tag.
getDeviceMetaInfo(DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Get the high-level information about this device, as listed in DeviceMetaInfo.
getDeviceName() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the name of the device.
getDevices() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getDevices() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Retrieves all known devices in the repository.
getDevicesBySerialNumber(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get all Devices that have a particular hardware serial number.
getDeviceSerialNumber() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the serialNumber of the device that triggered the notification.
getDeviceType() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the type of the device.
getDeviceType() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the device type.
getDeviceType() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the DeviceType of this Firmware.
getDeviceType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the deviceType as an attribute on the devices element in the WAMT.repository.xml file.
getDeviceType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getDeviceType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the DeviceType for this device.
getDeviceType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Gets the deviceType of this StoredFirmware.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get a human-readable name that represents this object, using the default locale This name may be used in user interfaces.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Get a human-readable name that represents this object, using the default locale This name may be used in user interfaces.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.DeviceType
Get a String description of this object that is suitable for display to an end user.
getDisplayName() - Method in class com.ibm.datapower.wamt.ModelType
Get a String description of this object that is suitable for display to an end user.
getDisplayName() - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Get a human-readable name that represents this object.
getDisplayName() - Method in class com.ibm.datapower.wamt.OperationStatus
Get a human-readable name that represents the current OperationStatus object.
getDisplayName(Locale) - Method in class com.ibm.datapower.wamt.OperationStatus
Get a human-readable name that represents the current OperationStatus object.
getDisplayName() - Method in class com.ibm.datapower.wamt.StringCollection
Create a human-readable representation of this collection that is intended for consumption by end users.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Get a key that represents the description of object.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get a key that represents the description of this object.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Get a key that represents the description of object.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Get a key that represents the description of this object.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Get a key that represents the description of object.
getDisplayNameKey() - Method in class com.ibm.datapower.wamt.OperationStatus
Get a key that represents the description of the current OperationStatus object.
getDmiLogger() - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the parent of all the loggers.
getDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Get a domain from the device into an opaque blob (byte array).
getDomain() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
getDomain() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Get the Domain that this object is a Version of.
getDomain() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get domain of this service
getDomain() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getDomain() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getDomain() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: In the Local File System implementation the Domain element contains version elements in the WAMT.repository.xml file.
getDomain() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Gets the name of the StoredDomain that contains this StoredDeploymentPolicy.
getDomain() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomainVersion
Get the StoredDomain that contains this version.
getDomainDifferences(String, byte[], byte[], DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Compare two configuration images obtained from getDomainViaBackup, and return a URL where the differences can be viewed.
getDomainList(DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Get a list of all the domains on the specified device, even the ones not managed by any external manager.
getDomainMembers() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
getDomainMembers() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Gets the array of domains which are members of this tag.
getDomainName() - Method in class com.ibm.datapower.wamt.amp.ErrorReport
Get the name of the domain for which the error report was generated.
getDomainStatus(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Get the domain status (op-state).
getDomainSynchronizaionProgresses() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a reference to the Queue that holds the ProgressContainers created by the domain synchronization daemon.
getDomainSynchronizationDaemonSleepMS() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the sleep interval of the DomainSynchronization daemon in milliseconds.
getDomainSyncTasksInProgress() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
getDuplicateURL() - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
Getter for duplicate URL string
getEnum() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get the current management status of the item that is being managed.
getEnum() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Get the current status of the Manager.
getEnumerated() - Method in class com.ibm.datapower.wamt.OperationStatus
Retrieve the enumerated current status.
getError() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Return the Exception from any of the nested ProgressContainers or from this MacroProgressContainer.
getError() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the Exception that caused the task to end abnormally.
getErrorMessage() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the error message of this object when the delete operation is failed.
getErrorReport(DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Retrieve error report stored on the device.
getEventList() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Returns a Vector of step descriptions with the most recent at the end of the Vector.
getExceptions() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get the list of exceptions that may have been encountered during management.
getExcluded() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the excluded indicator of this object.
getFailedTasks() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
 
getFeatureLicenses() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the list features that this device is licensed for.
getFeatureLicenses() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the list of Strings that represent the feature entitlements (licensed features) for this device.
getFeatureLicenses() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the getFeatureLicenses as an attribute on the device element in the WAMT.repository.xml file.
getFeatureLicenses() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the list of Strings that represent the feature licenses for this device.
getFilenameExtension() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Return the filename extension of the file client given when creating this blob object.
getFilesToBeOverwritten() - Method in class com.ibm.datapower.wamt.amp.InterDependentServiceCollection
Get a file list of the interdependent service to be overwritten.
getFilesToBeOverwritten() - Method in class com.ibm.datapower.wamt.clientAPI.ServiceDeployment
Get a file list to be overwritten.
getFirmware() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
The same as FirmwareVersion.getVersionedObject(), but casts the return value to a Firmare class.
getFirmware(DeviceType, ModelType, StringCollection, StringCollection) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
For a specified device profile (deviceType, modelType, strictFeatures, nonStrictFeatures), get the Firmware object that would match that device profile.
getFirmware(DeviceType, ModelType, StringCollection, StringCollection) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getFirmware() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getFirmware(DeviceType, ModelType, StringCollection, StringCollection) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Gets an existing firmware with the specified attributes from the repository.
getFirmware() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
Gets the StoredFirmware Object that contains this StoredFirmwareVersion.
getFirmwareBlob() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
This method returns a Blob object from the spec sent to the constructor (e.g.
getFirmwareDeviceType(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the deviceType that this firmware image is for.
getFirmwareLevel() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the level of the firmware that is currently running on the device.
getFirmwareLevel(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the manufacturer's level (i.e., "3.5.0.9") that is embedded in a firmware file.
getFirmwareManufactureDate(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the manufacturer's build date that is embedded in a firmware file.
getFirmwareModelType(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the modelType that this firmware image is for.
getFirmwares() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a list of all the Firmware objects that are in the manager.
getFirmwares() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getFirmwares() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Gets all the firmwares that are in the repository.
getFirmwareScryptVersion(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the scrypt version of this firmware file.
getGUIPort() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the device's port for the WebGUI.
getGUIPort() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the WebGUI port as an attribute on the device element in the WAMT.repository.xml file.
getGUIPort() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the device's port for the WebGUI.
getHardwareOptions() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the options configured in the Datapower hardware
getHardwareOptionsFromDeviceID(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Device
Determine the descriptive hardware options String from the String returned from Commands.getDeviceMetaInfo(DeviceContext).
getHeartbeatDaemonSleepMS() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the sleep interval of the heartbeat daemon in milliseconds.
getHeartbeatProgresses() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a reference to the Queue that holds the MacroProgressContainers created by the heartbeat daemon.
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Get the highest version number of all the DeploymentPolicyVersions in this DeploymentPolicy.
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get the highest version number of all the DomainVersions in this Domain.
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the highest version number of all the FirmwareVersions in this Firmware.
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getHighestVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getHighestVersionNumber() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployableConfiguration
Returns the highest version number that has EVER been used for a version of this object.
getHighestVersionNumber() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployablePolicy
Gets the highest version number that has EVER been used for a version of this object.
getHighestVersionNumber() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Gets the highest version number that has EVER been used for a version of this object.
getHLMPort() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the device's port number for AMP (HLM) communication.
getHLMPort() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getHLMPort() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the device's port number for HLM communication.
getHostname() - Method in class com.ibm.datapower.wamt.amp.DeviceContext
Get the device's hostname or IP address from this context.
getHostname() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the hostname or IP address of this device.
getHostname() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the hostname as an attribute on the devices element in the WAMT.repository.xml file.
getHostname() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the hostname or IP address of this device.
getIncompatibilityReason(Device) - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Gets the text description of the reason why this Firmware is incompatible with the device of the specified properties.
getInputStream() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Get the contents of the blob as an InputStream.
getInstance() - Static method in class com.ibm.datapower.wamt.amp.PackageInfo
 
getInstance(Map) - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get an instance of the manager.
getInstance(Credential) - Static method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
This method must be implemented to return the singleton instance of Repository.
getInstance() - Static method in class com.ibm.datapower.wamt.dataAPI.PackageInfo
 
getInstance(Logger) - Static method in class com.ibm.datapower.wamt.DeviceLogger
Return the singleton instance of a DeviceLogger given a trace logger.
getInterDependentServices(DeviceContext, String, String, String, ConfigObject[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Getting inter-dependent service on device.
getInterDependentServices(DeviceContext, String, byte[], ConfigObject[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Getting inter-dependent service on device.
getInterDependentServices() - Method in class com.ibm.datapower.wamt.amp.InterDependentServiceCollection
Get all RuntimeService objects of the interdependent service.
getInterDependentServices() - Method in class com.ibm.datapower.wamt.clientAPI.ServiceDeployment
Get all interdependent service(s) when this class is instantiated.
getKeyFilenames(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
For the specified domain, get a list of filenames of items in the special device filestores that are used by services in this domain.
getLastModified() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
Use this method to determine the "last modified" time of the source referenced by this object.
getLastModifiedOfDeployedSource() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getLastModifiedOfDeployedSource() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getLastModifiedOfDeployedSource() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Gets the "last modified" timestamp of the policy source persisted on this deployment policy object.
getLastModifiedOfDeployedSource() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Internal use only.
getLevel(String) - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the FirmwareVersion object that corresponds to the requested level.
getLevel() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get the version level of this firmware.
getLevel() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getLevel() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
Gets the version level of this firmware.
getLineSeparator() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
getLocalIPAddress(String) - Static method in class com.ibm.datapower.wamt.amp.Utilities
 
getLocation() - Method in class com.ibm.datapower.wamt.amp.ErrorReport
Get the path to the directory on the appliance where the report resides.
getLoggerGroupName() - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the name of the group that is assigned to all loggers.
getManagedDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the managed Domain with the specified domain name on this device.
getManagedDomain(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getManagedDomain(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the domain from the repository that has the specified name.
getManagedDomains() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the managed Domains on this Device
getManagedDomains() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores all managed domains elements inside a device element in the WAMT.repository.xml file.
getManagedDomains() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets an array of the managed domains in this managed set.
getManagedSet() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Return this device's ManagedSet membership.
getManagedSet(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the existing ManagedSet that has the specified name from the manager.
getManagedSet(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getManagedSet() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores managed device as attribute on the managedSets element in the WAMT.repository.xml file.
getManagedSet(String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Gets the existing StoredManagedSet that has the specified name from the repository.
getManagedSet() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
If this is a managed device, return the StoredManagedSet that owns this device member.
getManagedSets() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a list of all the ManagedSets in the manager.
getManagedSets() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getManagedSets() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Gets all the ManagedSets in the repository.
getManagementStatusOfDevice() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the management status of the device.
getManagementStatusOfFirmware() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the management status of the firmware.
getManagerStatus() - Static method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the status of the Manager.
getManufactureDate() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get the manufacture date of this firmware.
getManufactureDate() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getManufactureDate() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
Gets the manufacture date of this firmware.
getMaxVersionsToStore() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Gets the maximum number of versions of any one object that the manager will try to keep.
getMaxVersionsToStore() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getMaxVersionsToStore() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Gets the maximum number of versions of any one object that the repository will try to keep.
getMessage(Locale) - Method in exception com.ibm.datapower.wamt.DMgrException
Return a message for this exception based on locale.
getMessageExplanation() - Method in exception com.ibm.datapower.wamt.DMgrException
Return the explanation text for this exception message
getMessageExplanation(Locale) - Method in exception com.ibm.datapower.wamt.DMgrException
Returns the explanation text for this exception message
getMessageUseraction() - Method in exception com.ibm.datapower.wamt.DMgrException
Return the uesraction text for this exception message
getMessageUseraction(Locale) - Method in exception com.ibm.datapower.wamt.DMgrException
Returns the useraction text for this exception message
getModelType() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the version of the Datapower hardware
getModelType() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the device's model type.
getModelType() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the ModelType of this Firmware.
getModelType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getModelType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getModelType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the ModelType for this device.
getModelType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Gets the modelType of this StoredFirmware.
getModelTypeFromDeviceID(String) - Static method in class com.ibm.datapower.wamt.clientAPI.Device
Determine the ModelType from the String returned from Commands.getDeviceMetaInfo(DeviceContext).
getName() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the name of this configobject
getName() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get the name of this object.
getName() - Method in class com.ibm.datapower.wamt.amp.ErrorReport
Get the filename of the error report as it resides on the appliance.
getName() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get the name of this ConfigService
getName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Only used for stored instance.
getName() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get the name of this Domain.
getName() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get the name of this ManagedSet.
getName() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the name of this RuntimeService
getName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Note: The Local File System implementation combines the domain name with the serial number of the containing StoredDevice as the unique identifier of this object.
getName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
Note: The Local File System implementation uses the name as the unique identifier of this object in the repository.
getName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
getName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the name of this StoredDomain.
getName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Gets the name of this StoredManagedSet.
getName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Gets the name of this StoredTag.
getNames() - Method in interface com.ibm.datapower.wamt.soma.Status
Get all names of status of SOMA
getNeedsSave() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get a boolean value which indicates if this domain has been modified but not saved to flash.
getNonMsgString(String) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle.
getNonMsgString(String, Locale) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle, based on a locale.
getNonMsgString(String, Locale, Object[]) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle, based on a locale, with text parameters substituted.
getNonMsgString(String, Object[]) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle, using the default locale, with text parameters substituted.
getNonMsgString(String, Locale, Object) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle, based on a locale, with a single text parameter substituted.
getNonMsgString(String, Object) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the non-message text bundle, using the default locale, with a single text parameter substituted.
getNonstrictFeatures() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the non-strict features that are in this Firmware.
getNonstrictFeatures() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getNonstrictFeatures() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Gets the StringCollection that represents the nonstrict features supported by this firmware.
getNonStrictFirmwareFeatures(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the list of non-strict features (libraries) that are included in this firmware image.
getNotificationCatcher(String) - Static method in class com.ibm.datapower.wamt.amp.NotificationCatcherFactory
Get a reference to a NotificationCatcher that has the specified implementation name.
getNotificationCatcherURL() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the URL that the NotificationCatcher will use when subscribing to Devices in ManagedSets.
getNotificationProgresses() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a reference to the Queue that holds the MacroProgressContainers created by Notification tasks.
getObjectClass() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the class of the configuration object on the device that triggered the notification.
getObjectName() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the instance name of the configuration on the device that triggered the notification.
getObjectsToBeOverwritten() - Method in class com.ibm.datapower.wamt.clientAPI.ServiceDeployment
Get ConfigObject(s) to be overwritten.
getObjectToBeOverwritten() - Method in class com.ibm.datapower.wamt.amp.InterDependentServiceCollection
Get the ConfigObject object(s) to be overwritten.
getOperationStatus() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get the operation status of this domain as it had been previously fetched by Commands.getDomainStatus(DeviceContext, String).
getOperationStatus() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get the OperationStatus of this ManagedSet.
getOperationStatusOfDomain(Domain) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the operation status of a managed domain.
getOpStatus() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get OpStatus of this domain, up (OpState.UP) or down (OpState.DOWN).
getOpStatus() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the operation state of this RuntimeService, up (OpState.UP) or down (OpState.DOWN)
getOptions() - Method in interface com.ibm.datapower.wamt.amp.SOAPHelper
Creates an XmlOptions object that enables the XML outputted by XMLBeans to be pretty-printed, and to have the correct namespace prefix for the AMP WSDL.
getOptions() - Method in interface com.ibm.datapower.wamt.soma.SOAPHelper
Creates an XmlOptions object that enables the XML outputted by XMLBeans to be pretty-printed, and to have the correct namespace prefix for the SOMA WSDL.
getOutOfSynch() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getOutOfSynch() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Internal Use Only

Gets the value of the OutOfSynch attribute on this StoreDomain.

getPassword() - Method in class com.ibm.datapower.wamt.amp.DeviceContext
Get the device's password for the administrative userid id from this context.
getPassword() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the password as an attribute on the device element in the WAMT.repository.xml file.
getPassword() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the administrative password for this device.
getPolicyDomainName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Returns the name of the domain that contains the deployment policy in the blob.
getPolicyDomainName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getPolicyDomainName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
Note: For the Local File System implementation, the policy domain name is stored as an attribute on the deploymentPolicy element.
getPolicyDomainName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getPolicyDomainName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Gets the domain name on the StoredDeploymentPolicy.
getPolicyDomainName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Gets the domain name on the StoredDeploymentPolicyVersion.
getPolicyName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getPolicyName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
Note: In the Local File System implementation, the policy name is stored as an attribute on the deploymentPolicy element.
getPolicyName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getPolicyName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Returns the policy name that is used along with the domain name to index into the configuration source and point to the deployment policy and associated domain within the configuration source.
getPolicyName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Gets the policy object name persisted on the StoredDeploymentPolicyVersion object.
getPolicyObjectName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Returns the name of the deployment policy object to use.
getPolicyType() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Returns the deployment policy enum type.
getPolicyType() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getPolicyType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
Note: In the Local File System implementation, the policy type is stored as an attribute on the deploymentPolicy element.
getPolicyType() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getPolicyType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Gets the PolicyType on this DeploymentPolicy object.
getPolicyType() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Gets the DeploymentPolicyType on the StoredDeploymentPolicyVersion.
getPolicyURL() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getPolicyURL() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Returns the domain configuration source that was persisted on this DeploymentPolicy object.
getPolicyURLSource() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Returns the policy URL source.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the pre-built String that could be used as a primary key for this object if you need to get it anywhere or put it in a hash collection.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get the pre-built String that could be used as a primary key for this object if you need to get it anywhere or put it in a hash collection.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Returns the primary key of this device as a String
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the pre-built String that could be used as a primary key for this object if you need to get it anywhere or put it in a hash collection.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
Note: The Local File System implementation combines the containing domain identifier with the policy name on this StoredDeploymentPolicy as the unique identifier of this object.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation uses the serialNumber of the DataPower device that this object represents as the primary key.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Note: The Local File System uses The name of this StoredDomain combined with the Device primaryKey as the the unique identifier for this object
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation uses the unique identifier of the StoredDomain combined with the version number of this StoredDomainVersion.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
Note: The Local File System implementation uses the name of the ManagesSet as the unique identifier for this object.
getPrimaryKey() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
Note: The Local File System implementation uses the name of the ManagesSet as the unique identifier for this object.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.Persistable
Returns the Unique identifier for this Persisted object.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Returns the Unique identifier for this StoredDeploymentPolicy.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Returns Unique identifier for this StoredDeploymentPolicyVersion.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
A unique identifier for this StoredDevice in the repository which can be used as a primary key to retrieve and store the data.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Returns the Unique identifier for this StoredDomain.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomainVersion
Unique identifier for this StoredDomainVersion.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Returns the unique identifier for this StoredFirmware.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
Returns the Unique identifier for this StoredFirmwareVersion.
getPrimaryKey() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Internal Use Only

Returns the unique identifier for this StoredManagedSet.

getProgressContainers() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Returns the nested ProgressContainers for any returned values or errors.
getProperty(String) - Method in class com.ibm.datapower.wamt.Credential
Get the value of the named property from this credential.
getQuiesceStatus() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get the quiesce status of this domain as it had been previously fetched by Commands.getDomainStatus(DeviceContext, String).
getQuiesceStatus() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get Quiesce Status of this domain.
getQuiesceStatus() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the quiesce State of this RuntimeService.
getQuiesceTimeout() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the persisted timeout value when Domain is quiesced.
getQuiesceTimeout() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get the persisted timeout value when Domain is quiesced.
getQuiesceTimeout() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getQuiesceTimeout() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getQuiesceTimeout() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the persisted timeout value for quiescing the device.
getQuiesceTimeout() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the persisted timeout value for quiescing a domain on the DataPower device.
getReferencedFiles() - Method in class com.ibm.datapower.wamt.amp.ReferencedObjectCollection
Get file list in the referenced ConfigObject
getReferencedObjects(DeviceContext, String, String, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Get the referenced objects
getReferencedObjects() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the referenced object(s) by this configobject
getReferencedObjects() - Method in class com.ibm.datapower.wamt.amp.ReferencedObjectCollection
Get all direct ConfigObject(s), use ConfigObject.getReferencedObjects() to get the deeper configobject(s).
getReferencedObjectsAndFiles() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the referenced objects and file list of this RuntimeService.
getRelativeDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Get a human-readable name that represents this object.
getRelativeDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
Get a human-readable name that represents this object.
getRelativeDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get a human-readable name that represents this object.
getRelativeDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Get a human-readable name that represents this object.
getRelativeDisplayName() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get a human-readable name that represents this object, within the context of a specific Firmware.
getReportFile() - Method in class com.ibm.datapower.wamt.amp.ErrorReport
Get the contents of the error report.
getRepository(String, Credential) - Static method in class com.ibm.datapower.wamt.dataAPI.RepositoryFactory
Returns an instance of the repository.
getRepositoryDirectory() - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get WAMT repository directory
getResult() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
If the task was supposed to return a result to the caller, use this method to fetch the result from the task.
getRollupOperationStatus() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Rollup the operation status of all the domains on this device, and return that aggregated value.
getRootDirectory() - Static method in class com.ibm.datapower.wamt.clientAPI.Configuration
Get the root directory for th manager.
getSAMLToken(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Retrieve a SAML token for automatic login to the WebGUI.
getScheme() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
Use this method to determine the scheme of the URL referenced by this object.
getSecurebackup() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the status of secure backup.
getSequenceNumber() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the CBE sequence number for this subscription.
getSerialNumber() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the serial number of this device.
getSerialNumber() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the unique ID of this device, which is its hardware serial number.
getSerialNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the serial number as an attribute on the 'devices' element in the WAMT.repository.xml file.
getSerialNumber() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the serial number of this device.
getServiceListFromDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Getting all the services under that domain together with their status.
getServiceListFromExport(DeviceContext, String, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Getting all services from an export/backup package.
getServiceListFromExport(DeviceContext, byte[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Getting all services from an export/backup package.
getServices() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get all services in this domain.
getServicesForDeployment() - Method in class com.ibm.datapower.wamt.clientAPI.ServiceConfiguration
Get the services to be deployed.
getSleepInterval() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Gets the interval between checks through all the nested ProgressContainers for any that may have had an update.
getSOAPHelper(String) - Static method in class com.ibm.datapower.wamt.amp.SOAPHelperFactory
Get an instance of a class that implements the SOAPHelper interface.
getSOAPHelper(String) - Static method in class com.ibm.datapower.wamt.soma.SOAPHelperFactory
Get an instance of a class that implements the SOAPHelper interface.
getSOMACommands() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the SOMA commands implementation to use for this device.
getSourceConfiguration() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
This method can be used to retrieve the URLSource specified by Domain.setSourceConfiguration(URLSource)
getSourceFirmwareVersion() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Returns the source FirmwareVersion that is set for this device.
getSourceURL() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getSourceURL() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the configuration source location where the configuration is stored.
getStatus(String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get a status
getStatus(DeviceContext, String, String) - Method in interface com.ibm.datapower.wamt.soma.SOMACommands
Get SOMA status with operation name supported by device
getStrictFeatures() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get the strict features that are in this Firmware.
getStrictFeatures() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getStrictFeatures() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Gets the StringCollection that represents the strict features supported by this firmware.
getStrictFirmwareFeatures(Blob) - Static method in class com.ibm.datapower.wamt.amp.Utilities
Get the list of strict features (libraries) that are included in this firmware image.
getString(ResourceBundle, String) - Static method in class com.ibm.datapower.wamt.Messages
Returns an String from a bundle.
getString(String) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle.
getString(String, Locale) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle, based on a locale.
getString(String, Locale, Object[]) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle, based on a locale, with message parameters substituted.
getString(String, Object[]) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle, using the default locale, with message parameters substituted.
getString(String, Locale, Object) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle, based on a locale, with a single message parameter substituted.
getString(String, Object) - Static method in class com.ibm.datapower.wamt.Messages
Return a String from the message bundle, using the default locale, with a single message parameter substituted.
getSubscriptionId() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get the subscription id that this manager uses with devices.
getSubscriptionId(boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
getSubscriptionState() - Method in class com.ibm.datapower.wamt.amp.PingResponse
Get the state of the subscription on the device.
getSupportedCommands() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the list of commands that this device supports.
getSupportedOperations() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get a list of operations that are supported on this device.
getSymbolicName() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the symbolic name of this Device.
getSymbolicName() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the symbolic name as an attribute on the 'devices' element in the WAMT.repository.xml file.
getSymbolicName() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the symbolic name of this StoredDevice.
getSynchMode() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getSynchMode() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the Synchronization Mode on this StoredDomain.
getSynchronizationMode() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
This method can be used to determine the current synchronization mode for this Domain
getTag(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getTag(String) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
 
getTaggedByName(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get all tagged resources by tag name.
getTaggedByNameValue(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get all resources tagged with a given name and value.
getTagNames() - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
getTagNames() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
getTagNames() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get all unique tag names, return an empty set if no tags have been added
getTagNames() - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Get all of the tag names on the resource.
getTags() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getTags() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
getTags() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getTags() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
 
getTags() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the tags for this device.
getTags() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Gets the tags for this domain.
getTagValues(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
getTagValues(String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
getTagValues(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get all unique tag values for a given tag name.
getTagValues(String) - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Get the values for a given tag name.
getTask() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get the Task for which this MacroProgressContainer has been created.
getTask() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the task object (usually a BackgroundTask or Notification) that this ProgressContainer is related to.
getTimestamp() - Method in class com.ibm.datapower.wamt.amp.Notification
Get the device's timestamp of when the notification was triggered on the device.
getTimestamp() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getTimestamp() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getTimestamp() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
 
getTimestamp() - Method in interface com.ibm.datapower.wamt.clientAPI.Version
Get the timestamp that signifies when the Version was created in the Manager.
getTimestamp() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getTimestamp() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation stores the timestamp as an attribute on the version element
getTimestamp() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getTimestamp() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Gets the timestamp that signifies when the StoredVersion was created in the repository.
getTotalSteps() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get the total number of steps across all the nested ProgressContainers.
getTotalSteps() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Get the estimated total number of steps for this task.
getUnmanagedDevices(DeviceType, ModelType, StringCollection) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Gets the list of known devices in the manager that are not assigned to a ManagedSet.
getUnmanagedDevices(DeviceType) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
getURL() - Method in interface com.ibm.datapower.wamt.amp.NotificationCatcher
Get the URL that this NotificationCatcher listens on so Devices know where to post Notifications.
getURL() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
Use this method to determine the URL referenced by this object.
getUserComment() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the user comment of this configobject
getUserComment() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get the user comment of this ConfigService.
getUserComment() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getUserComment() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getUserComment() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
 
getUserComment() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get the user comment of this RuntimeService.
getUserComment() - Method in interface com.ibm.datapower.wamt.clientAPI.Version
Get the user comment that corresponds to this Version.
getUserComment() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getUserComment() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation stores the getUserComment as an attribute on the version elements
getUserComment() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getUserComment() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Gets the user comment that corresponds to this version.
getUserId() - Method in class com.ibm.datapower.wamt.amp.DeviceContext
Get the device's administrative userid from this context.
getUserId() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get the administrative userid of this device.
getUserId() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the userId as an attribute on the device element in the WAMT.repository.xml file.
getUserId() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Gets the administrative userid persisted on this StoredDevice.
getValue() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
getValue() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Gets the value of this StoredTag.
getValue(String) - Method in interface com.ibm.datapower.wamt.soma.Status
Get the value of status
getVersion(int) - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
getVersion(int) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
getVersion(int) - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Deprecated. Instead of this method you probably want to use Firmware.getLevel(String). A level is a String value (i.e., "3.6.1.0") which is probably what you are searching for. The version number in a FirmwareVersion object will be an opaque int and not anything meaningful to the user. This method will return a valid value when invoked with a valid parameter (i.e., 2), but you probably want to use getLevel.
getVersion() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Returns the version of this WAMT image as a String
getVersion() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
Use this method to determine the version referred to by this URLSource
getVersion(int) - Method in interface com.ibm.datapower.wamt.clientAPI.Versionable
Get the specified Version of this Versionable object.
getVersion(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getVersion(int) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Gets the DeploymentPolicyVersion object with the specified version number.
getVersionedObject() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getVersionedObject() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getVersionedObject() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
 
getVersionedObject() - Method in interface com.ibm.datapower.wamt.clientAPI.Version
Get a reference to the object that this Version is a version of.
getVersionedObject() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getVersionedObject() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
 
getVersionedObject() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getVersionedObject() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Gets a reference to the object that this StoredVersion describes.
getVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
getVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
getVersionNumber() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Deprecated. Although this method will return a valid version number (i.e., 2), you probably want to use the more meaningful method FirmwareVersion.getLevel(). This method should work and is supported, but probably isn't the value you are looking for. It is anticipated that a user interface would reference a FirmwareVersion via the level instead of versionNumber.
getVersionNumber() - Method in interface com.ibm.datapower.wamt.clientAPI.Version
Get the version number that this Version object represents.
getVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
getVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
 
getVersionNumber() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
getVersionNumber() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
Gets the version number that this StoredVersion object represents.
getVersions() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
 
getVersions() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
getVersions() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
 
getVersions() - Method in interface com.ibm.datapower.wamt.clientAPI.Versionable
Get all the versions that exist of this Versionable object.
getVersions() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
getVersions() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
getVersions() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
getVersions() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployableConfiguration
Returns the versions of the specified StoredDeployableConfiguration from the repository.
getVersions() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeployablePolicy
Gets the versions of the specified StoredDeployablePolicy from the repository.
getVersions() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Returns all the FirmwareVersions contained by this StoredFirmware object.
getWebGUIPort() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get the port that accepts WebGUI connections.
getWebGUIURL(Domain) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Create a background task to get the URL of the device's WebGUI.

H

hasBytes() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Query the object to see if it already has its contents stored as a byte[].
hasError() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Check if any of the nested ProgressContainers or this MacroProgressContainer has an error set.
hasError() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Check if the task ended abnormally.
hashCode() - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
 
hashCode() - Method in class com.ibm.datapower.wamt.amp.SubscriptionState
 
hashCode() - Method in class com.ibm.datapower.wamt.DeviceType
 
hashCode() - Method in class com.ibm.datapower.wamt.ModelType
 
hashCode() - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
 
hashCode() - Method in class com.ibm.datapower.wamt.StringCollection
 
hasUpdate() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Check if any of the nested ProgressContainers has an update.
hasUpdate() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
A non-blocking method to check if the object has an update.
hasVersionPath() - Method in class com.ibm.datapower.wamt.clientAPI.URLSource
Use this method to determine if the URLSource refers to a version

I

importAll(InputStream) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Import to the manager datastore from the specified InputStream.
importAll(InputStream) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation does not implement this method.
importAll(InputStream) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Import to the repository from the specified InputStream.
IN_PROGRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
The element is currently being synchronized.
IncompatibilityException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted on two objects, and the objects were incompatible with each other.
IncompatibilityException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with no message and no cause.
IncompatibilityException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message but with no chained cause.
IncompatibilityException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
IncompatibilityException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
IncompatibilityException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
IncompatibilityException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message and a chained cause.
IncompatibilityException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
IncompatibilityException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
IncompatibilityException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
IncompatibilityException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.IncompatibilityException
Create an exception with a chained cause and no message.
InterDependentServiceCollection - Class in com.ibm.datapower.wamt.amp
This represents the data that would be returned only from Commands.getInterDependentServices(DeviceContext, String, byte[], ConfigObject[]), Commands.getInterDependentServices(DeviceContext, String, String, String, ConfigObject[]).
InterDependentServiceCollection(List<RuntimeService>, List<ConfigObject>, StringCollection) - Constructor for class com.ibm.datapower.wamt.amp.InterDependentServiceCollection
Construct a new InterDependentServiceCollection object which is returned only by Commands#getInterDependentServices(DeviceContext, String, byte[], ConfigObject[] in general.
InUseException - Exception in com.ibm.datapower.wamt.clientAPI
The referenced item is in use and cannot be removed/deleted/destroyed while it is in use.
InUseException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with no message and no cause.
InUseException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message but with no chained cause.
InUseException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message and NLS attributes, but with no chained cause.
InUseException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message and NLS attributes, but with no chained cause.
InUseException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message and NLS attributes, but with no chained cause.
InUseException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message and a chained cause.
InUseException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message, NLS attributes and a chained cause.
InUseException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message, NLS attributes and a chained cause.
InUseException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a message, NLS attributes and a chained cause.
InUseException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InUseException
Create an exception with a chained cause and no message.
InvalidCredentialException - Exception in com.ibm.datapower.wamt.clientAPI
The credential supplied does not pass the authentication and/or the authorization tests.
InvalidCredentialException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with no message and no cause.
InvalidCredentialException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message but with no chained cause.
InvalidCredentialException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message and a chained cause.
InvalidCredentialException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidCredentialException
Create an exception with a chained cause and no message.
InvalidCredentialsException - Exception in com.ibm.datapower.wamt.amp
The device userid and password supplied inside a DeviceContext parameter were not accepted by the device.
InvalidCredentialsException() - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with no message and no cause.
InvalidCredentialsException(String) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message but with no chained cause.
InvalidCredentialsException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialsException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialsException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidCredentialsException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message and a chained cause.
InvalidCredentialsException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialsException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialsException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a message, NLS attributes and a chained cause.
InvalidCredentialsException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.InvalidCredentialsException
Create an exception with a chained cause and no message.
InvalidParameterException - Exception in com.ibm.datapower.wamt.clientAPI
A runtime problem was detected with the parameter that you are attempting to use.
InvalidParameterException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with no message and no cause.
InvalidParameterException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message but with no chained cause.
InvalidParameterException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidParameterException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidParameterException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message and NLS attributes, but with no chained cause.
InvalidParameterException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message and a chained cause.
InvalidParameterException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message, NLS attributes and a chained cause.
InvalidParameterException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message, NLS attributes and a chained cause.
InvalidParameterException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a message, NLS attributes and a chained cause.
InvalidParameterException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.InvalidParameterException
Create an exception with a chained cause and no message.
IS_DOMAIN_DIFFERENT - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
isAvailable() - Method in class com.ibm.datapower.wamt.clientAPI.Lock
Check if the lock is available for acquisition by this thread.
isAvailableForUpdate() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Check if the ManagedSet is available for new update commands.
isBootScheduled() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by an impending reboot or device restart.
isCompatibleWith(Device) - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Test if the Firmware and the Device are compatible, which means that the Firmware could run on the Device.
isCompatibleWith(DeviceType) - Method in class com.ibm.datapower.wamt.DeviceType
Check if two DeviceType objects are compatible with each other.
isCompatibleWith(ModelType) - Method in class com.ibm.datapower.wamt.ModelType
Check if two ModelType objects are compatible with each other.
isComplete() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Check if this MacroProgressContainer is complete.
isComplete() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Check if the task represented by this object completed successfully.
isDeleted() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get a boolean value which indicates if this RuntimeService has been deleted.
isDeviceReachable() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Check if a device is reachable.
isDomainDifferent(String, byte[], byte[], DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Compare two configuration images obtained from Commands.getDomain(DeviceContext, String), and see if they are equivalent.
isDown() - Method in class com.ibm.datapower.wamt.OperationStatus
Since the status can be one of four values, this method checks if the status has the "down" value.
isDuplicate() - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
Check if the response indicates that the subscription request was detected as a duplicate.
isFirmwareChange() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a firmware change.
isModifiedConfigOfDomain() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a domain modification on the device that persists the domain.
isModifiedConfigOfSettings() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a modification of device that persisted the clonable device-specific settings.
isMoreSeriousThan(ManagementStatus.Enumerated) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Check if the the parameter has a more serious value than this
isMoreSeriousThan(OperationStatus.Enumerated) - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Check if this is considered more serious (worse) than that.
isOpStateChangeDown() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a change in an op-state of a domain that made it down now.
isOpStateChangeUp() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a change in an op-state of a domain that made it up now.
isPartiallyUp() - Method in class com.ibm.datapower.wamt.OperationStatus
Since the status can be one of four values, this method checks if the status has the enumerated "partial" value.
isPrimary() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Check if the device is primary.
isReferencedExternally() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get a boolean value which indicates if this object is referenced by other object externally
isSaveConfigOfDomain() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a "Save Config" action on the device that persists the domain.
isSaveConfigOfSettings() - Method in class com.ibm.datapower.wamt.amp.Notification
Check if the notification was triggered by a "Save Config" action on the device that persisted the clonable device-specific settings.
isSecureBackupSupported() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Check if secure backup is enabled on the device.
isSupersetOf(StringCollection) - Method in class com.ibm.datapower.wamt.StringCollection
Check if one collection (this) is a superset of another collection (that).
isTest() - Method in class com.ibm.datapower.wamt.amp.Notification
 
isUnknown() - Method in class com.ibm.datapower.wamt.OperationStatus
Since the status can be one of four values, this method checks if the status has the enumerated "unknown" value.
isUp() - Method in class com.ibm.datapower.wamt.OperationStatus
Since the status can be one of four values, this method checks if the status has the enumerated "up" value.

K

KEY_AMP_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Period in milliseconds to monitor the AMP connect request.
If the connect request times out, the connection is terminated and an
exception is thrown.
KEY_CAPTURE_VERSION_BLOB - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
When a DomainVersion or DeploymentPolicyVersion is created, serialize it to the local filesystem.
KEY_COLLECT_DAEMON_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The daemons (QueueProcessor and HeartbeatDaemon) should create ProgressContainers and place them on a queue for retrieval by the user interface.
KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The DomainSynchronizationDaemon creates ProgressContainers and places them on a queue for retrieval by the user interface.
KEY_COMMANDS_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the Commands interface.
KEY_COMMANDS_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the SOMACommands interface.
KEY_COMMANDS_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the Commands interface.
KEY_COMMANDS_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the Commands interface.
KEY_COMMANDS_XC10_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the Commands interface.
KEY_DEVICE_LOG_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The port number for DeviceLogger to listen on.
KEY_DEVICE_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
This value sets the default timeout value (in seconds) for device quiesce operations.
KEY_DOMAIN_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
This value sets the default timeout value (in seconds) for domain quiesce operations.
KEY_DOMAIN_SYNCHRONIZATION_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Period in milliseconds between which a domain synchronization daemon should fire.
KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Mow many times to retry a domain synch before disabling automatic synch.
KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The number of domain synchronization threads that should exist to service all managed domains.
KEY_HEARTBEAT_DISABLE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Disable the Heartbeat daemon and its tasks from running.
KEY_HEARTBEAT_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Period in milliseconds between which a HeartbeatTask should fire for each device.
KEY_HEARTBEAT_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The number of heart beat threads that should exist to service all devices.
KEY_HTTP_LISTENER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
IP address that the HTTPListener will listen on for HTTP file requests from the device, this is the IP address part of the file URL.
KEY_HTTP_LISTENER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
IP address that the HTTP Listener will listen on for HTTP file requests from the device, this is the interface whose IP address is used in the file URL.
KEY_HTTP_LISTENER_IP_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Port for the HTTPListener to listen on for HTTP file requests.
KEY_HTTP_LISTENER_SOCKET_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The interval in seconds since the HTTP listener is created in which HTTP listener will time out if there is no incoming connection.
KEY_MESSAGE_PREFIX - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Prefix to be added to the message numbers logged by the manager Commands interface.
KEY_NOTIFICATION_CATCHER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
class name to instantiate that implements the NotificationCatcher interface.
KEY_NOTIFICATION_CATCHER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
IP address that the manager will listen on for events from the device, this is the IP address part of the notification subscription URL.
KEY_NOTIFICATION_CATCHER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Name of IP interface that the manager will listen on for events from the device, this is the interface whose IP address is used in the notification subscription URL.
KEY_NOTIFICATION_CATCHER_IP_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Port for the NotificationCatcher to listen on for events.
KEY_NOTIFICATION_CATCHER_NO_SSL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The NotificationCatcher should listen with a cleartext socket connection instead of an SSL socket connection.
KEY_REPOSITORY_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the Repository interfaces.
KEY_SIGNAL_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The connect timeout in milliseconds to a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device.
KEY_SIGNAL_DELAY_TIME - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The time in milliseconds to sleep after signaling a third-party SOAP service before and after a change (firmware or domain) is deployed to a device.
KEY_SIGNAL_RESPONSE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The timeout in milliseconds to wait for a response from a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device.
KEY_SIGNAL_SOAP_ACTION - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The value for the SOAPAction header of a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device.
KEY_SIGNAL_URL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The URL of a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device.
KEY_SOAP_HELPER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the SOAPHelper interface.
KEY_SOAP_HELPER_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the SOAPHelper interface.
KEY_SOAP_HELPER_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the SOAPHelper interface.
KEY_SOAP_HELPER_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Class name to instantiate that implements the SOAPHelper interface.
KEY_TASK_QUEUE_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
Maximum number of Tasks that can exist on any queue in the QueueProcessor.
KEY_TRUSTSTORE_FILENAME - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The filename of the key store for the manager to use in it's truststore.
KEY_TRUSTSTORE_PASSWORD - Static variable in class com.ibm.datapower.wamt.clientAPI.Configuration
The password for the key store specified in Configuration.KEY_TRUSTSTORE_FILENAME
matching option key name: Manager.OPTION_TRUSTSTORE_PASSWORD
default value: Configuration.DEFAULT_TRUSTSTORE_PASSWORD

L

Lock - Class in com.ibm.datapower.wamt.clientAPI
An implementation of a re-entrant lock that can be either blocking (like synchronized) or non-blocking (fail-fast).
Lock(String) - Constructor for class com.ibm.datapower.wamt.clientAPI.Lock
Create a mutex lock.
LockBusyException - Exception in com.ibm.datapower.wamt.clientAPI
The requested item is locked by another thread and is unavailable for the requested operation.
LockBusyException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with no message and no cause.
LockBusyException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message but with no chained cause.
LockBusyException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message and NLS attributes, but with no chained cause.
LockBusyException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message and NLS attributes, but with no chained cause.
LockBusyException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message and NLS attributes, but with no chained cause.
LockBusyException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message and a chained cause.
LockBusyException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message, NLS attributes and a chained cause.
LockBusyException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message, NLS attributes and a chained cause.
LockBusyException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a message, NLS attributes and a chained cause.
LockBusyException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.LockBusyException
Create an exception with a chained cause and no message.
lockNoWait() - Method in class com.ibm.datapower.wamt.clientAPI.Lock
Try to acquire the lock, but fail fast if the lock is held by another thread.
lockWait() - Method in class com.ibm.datapower.wamt.clientAPI.Lock
Acquire the lock, even if it requires blocking until another thread releases this lock.

M

MacroProgressContainer - Class in com.ibm.datapower.wamt.clientAPI
A MacroProgressContainer is a container for multiple ProgressContainers.
main(String[]) - Static method in class com.ibm.datapower.wamt.ComponentInfo
Print out the SCM information for each package, which in turn prints the SCM information for each class.
ManagedSet - Class in com.ibm.datapower.wamt.clientAPI
A ManagedSet is one of the core objects that callers of the clientAPI will use to manage DataPower devices.
ManagedSet(String) - Constructor for class com.ibm.datapower.wamt.clientAPI.ManagedSet
Create a new ManagedSet that is empty and add it to the Manager.
ManagementStatus - Class in com.ibm.datapower.wamt.clientAPI
Capture the management status (i.e., synced, in progress, etc.) for a managed element (firmware) on a device.
ManagementStatus(ManagementStatus.Enumerated) - Constructor for class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Create an object to store the ManagementStatus of an item, using the specified initial value.
ManagementStatus.Enumerated - Class in com.ibm.datapower.wamt.clientAPI
The possible values for ManagementStatus.
Manager - Class in com.ibm.datapower.wamt.clientAPI
A singleton that is the root management object that starts and stops all other management objects/daemons.
MANAGER_NOTEXIST - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
 
ManagerStatus - Class in com.ibm.datapower.wamt.clientAPI
Capture the status of the Manager.
ManagerStatus(ManagerStatus.Enumerated) - Constructor for class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Create an object to store the ManagerStatus of an item, using the specified initial value.
ManagerStatus.Enumerated - Class in com.ibm.datapower.wamt.clientAPI
The possible values for ManagerStatus.
marshalToString(char) - Method in class com.ibm.datapower.wamt.StringCollection
Get a String representation of the collection.
meetsMinimumFirmwareLevel(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Compare a specific firmware level (represented as a string) to the the firmware level that is currently deployed to this device.
meetsMinimumLevel(String) - Static method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Check if a specified firmware level meets the minimum supported level.
meetsMinimumLevel(String, String) - Static method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Check if a specified firmware level meets the minimum supported level.
merge(ProgressContainer) - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Merge all the results (both result and exception) of another ProgressContainer into this one.
mergeError(ProgressContainer) - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Merge the error of another ProgressContainer into this one.
Messages - Class in com.ibm.datapower.wamt
Class for accessing NLS (National Language Support) enabled messages in the IBM WebSphere Appliance Management Toolkit.
MissingFeaturesInFirmwareException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted between a Firmware and a Device, but the Device is licensed for features that the Firmware does not provide libraries for.
MissingFeaturesInFirmwareException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with no message and no cause.
MissingFeaturesInFirmwareException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message but with no chained cause.
MissingFeaturesInFirmwareException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
MissingFeaturesInFirmwareException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
MissingFeaturesInFirmwareException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
MissingFeaturesInFirmwareException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message and a chained cause.
MissingFeaturesInFirmwareException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
MissingFeaturesInFirmwareException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
MissingFeaturesInFirmwareException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
MissingFeaturesInFirmwareException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException
Create an exception with a chained cause and no message.
ModelType - Class in com.ibm.datapower.wamt
This class provides a set of enumerated values for the model type, as opposed to using String values.
ModelType(String) - Constructor for class com.ibm.datapower.wamt.ModelType
Create a new ModelType object.
ModelTypeIncompatibilityException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted on two objects, and the ModelType for the two objects was incompatible.
ModelTypeIncompatibilityException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with no message and no cause.
ModelTypeIncompatibilityException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message but with no chained cause.
ModelTypeIncompatibilityException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
ModelTypeIncompatibilityException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
ModelTypeIncompatibilityException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message and NLS attributes, but with no chained cause.
ModelTypeIncompatibilityException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message and a chained cause.
ModelTypeIncompatibilityException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
ModelTypeIncompatibilityException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
ModelTypeIncompatibilityException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a message, NLS attributes and a chained cause.
ModelTypeIncompatibilityException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ModelTypeIncompatibilityException
Create an exception with a chained cause and no message.

N

NON_SINGLETON - Static variable in class com.ibm.datapower.wamt.AbstractFactory
When the factory is invoked, it should create a new instance of the object even if one already exists.
NONE - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
The requested subscription does not exist on the device.
NONE - Static variable in class com.ibm.datapower.wamt.amp.SubscriptionState
The specified subscription does not exist.
NONE_AMP - Static variable in class com.ibm.datapower.wamt.amp.AMPConstants
 
NONMSG_BUNDLE_NAME - Static variable in class com.ibm.datapower.wamt.Messages
 
NotEmptyException - Exception in com.ibm.datapower.wamt.clientAPI
You are trying to delete a container which is not empty, or trying to delete an object which other objects are dependent upon.
NotEmptyException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with no message and no cause.
NotEmptyException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message but with no chained cause.
NotEmptyException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message and a chained cause.
NotEmptyException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotEmptyException
Create an exception with a chained cause and no message.
NotEmptyInRepositoryException - Exception in com.ibm.datapower.wamt.dataAPI
This exception is thrown if an attempt is made to delete an instance that contains other instances.
NotEmptyInRepositoryException() - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
 
NotEmptyInRepositoryException(String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
 
NotEmptyInRepositoryException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyInRepositoryException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyInRepositoryException(String, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotEmptyInRepositoryException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
 
NotEmptyInRepositoryException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyInRepositoryException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyInRepositoryException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotEmptyInRepositoryException(Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotEmptyInRepositoryException
 
NotExistException - Exception in com.ibm.datapower.wamt.amp
The requested item does not exist in the device.
NotExistException() - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with no message and no cause.
NotExistException(String) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message but with no chained cause.
NotExistException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message and a chained cause.
NotExistException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.NotExistException
Create an exception with a chained cause and no message.
NotExistException - Exception in com.ibm.datapower.wamt.clientAPI
The requested object does not exist.
NotExistException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with no message and no cause.
NotExistException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message but with no chained cause.
NotExistException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message and a chained cause.
NotExistException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a message, NLS attributes and a chained cause.
NotExistException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotExistException
Create an exception with a chained cause and no message.
NotExistInRepositoryException - Exception in com.ibm.datapower.wamt.dataAPI
This exception is thrown if an attempt is made to delete an instance that does not exist in the repository.
NotExistInRepositoryException() - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an empty exception without a message
NotExistInRepositoryException(String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with only a message and no NLS attributes, and no chained cause.
NotExistInRepositoryException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistInRepositoryException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistInRepositoryException(String, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message and NLS attributes, but with no chained cause.
NotExistInRepositoryException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
 
NotExistInRepositoryException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotExistInRepositoryException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotExistInRepositoryException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
Create an exception with a message, NLS attributes and a chained cause.
NotExistInRepositoryException(Throwable) - Constructor for exception com.ibm.datapower.wamt.dataAPI.NotExistInRepositoryException
 
Notification - Class in com.ibm.datapower.wamt.amp
A POJO representation of an event from a DataPower device.
Notification(BufferedReader) - Constructor for class com.ibm.datapower.wamt.amp.Notification
Constructor for a new Notification object.
Notification(String, int, String, String, String, String, String) - Constructor for class com.ibm.datapower.wamt.amp.Notification
Deprecated. This should be used only for internal debugging and testcases. It should not be invoked by production code.
NotificationCatcher - Interface in com.ibm.datapower.wamt.amp
This is the interface through which the Manager will start and stop the NotificationCatcher.
NotificationCatcherFactory - Class in com.ibm.datapower.wamt.amp
Create an instance of a NotificationCatcher implementation using only the name.
NotificationCatcherResourceException - Exception in com.ibm.datapower.wamt.amp
The NotificationCatcher encountered a problem while trying to acquire sufficient resources to start itself.
NotificationCatcherResourceException() - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with no message and no cause.
NotificationCatcherResourceException(String) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message but with no chained cause.
NotificationCatcherResourceException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message and NLS attributes, but with no chained cause.
NotificationCatcherResourceException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message and NLS attributes, but with no chained cause.
NotificationCatcherResourceException(String, String) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message and NLS attributes, but with no chained cause.
NotificationCatcherResourceException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message and a chained cause.
NotificationCatcherResourceException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message, NLS attributes and a chained cause.
NotificationCatcherResourceException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message, NLS attributes and a chained cause.
NotificationCatcherResourceException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a message, NLS attributes and a chained cause.
NotificationCatcherResourceException(Throwable) - Constructor for exception com.ibm.datapower.wamt.amp.NotificationCatcherResourceException
Create an exception with a chained cause and no message.
NotManagedException - Exception in com.ibm.datapower.wamt.clientAPI
The operation requested cannot be done because the relevant object is not managed.
NotManagedException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with no message and no cause.
NotManagedException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message but with no chained cause.
NotManagedException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message and NLS attributes, but with no chained cause.
NotManagedException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message and NLS attributes, but with no chained cause.
NotManagedException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message and NLS attributes, but with no chained cause.
NotManagedException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message and a chained cause.
NotManagedException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message, NLS attributes and a chained cause.
NotManagedException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message, NLS attributes and a chained cause.
NotManagedException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a message, NLS attributes and a chained cause.
NotManagedException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.NotManagedException
Create an exception with a chained cause and no message.

O

OperationStatus - Class in com.ibm.datapower.wamt
This class defines valid values tracking the operation status of elements such as domains, and containers to hold these values.
OperationStatus(OperationStatus.Enumerated) - Constructor for class com.ibm.datapower.wamt.OperationStatus
Create a status object that can hold an enumerated state.
OperationStatus.Enumerated - Class in com.ibm.datapower.wamt
This holds the enumerated values that are allowed to be used with OperationStatus.
OpStatus - Enum in com.ibm.datapower.wamt
 
OPTION_AMP_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of milliseconds to monitor each AMP connect request to avoid a hang condition.
OPTION_COLLECT_DAEMON_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating a Boolean object that indicates if you would like the heartbeat daemon to put ProgressContainers in a queue to be collected by the caller.
OPTION_COLLECT_DOMAIN_SYNCH_PROGRESSES - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating a Boolean object that indicates if you would like the domain synchronization to put ProgressContainers in a queue to be collected by the caller.
OPTION_COMMANDS_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Commands interface for AMPv1.
OPTION_COMMANDS_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Commands interface for SOMA.
OPTION_COMMANDS_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Commands interface for AMPv2.
OPTION_COMMANDS_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Commands interface for AMPv3.
OPTION_COMMANDS_XC10_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Commands interface for AMPv2.
OPTION_CREDENTIAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating a reference to an object that implements the Credential interface and contains the values that will pass authentication and authorization tests to permit the current user to use the Manager.
OPTION_DEBUG_CAPTURE_VERSION_BLOB - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating a Boolean object that indicates if you would like the DomainVersion and DeploymentPolicyVersion blobs to be captured to disk in the root directory but outside of the repository.
OPTION_DEBUG_DEVICE_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
 
OPTION_DEBUG_DISABLE_HEARTBEAT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating a Boolean object that indicates if you would like the heartbeat activity to not occur, meaning that heartbeating is disabled.
OPTION_DEBUG_DOMAIN_QUIESCE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
 
OPTION_DEVICE_LOG_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the port for device logs.
OPTION_DOMAIN_SYNCHRONIZATION_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of milliseconds in the period that a DomainSynchronization task should wait before probing a device again.
OPTION_DOMAIN_SYNCHRONIZATION_RETRY_MAX - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of times to retry a failed domain synchronization task.
OPTION_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of threads that should be in the pool for DomainSynchronization Tasks to run on.
OPTION_HEARTBEAT_INTERVAL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of milliseconds in the period that a HeartbeatTask should wait before probing a device again.
OPTION_HEARTBEAT_THREAD_POOL_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the number of threads that should be in the pool for HeartbeatTasks to run on.
OPTION_HTTP_LISTENER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the IP address that the HTTP Listener can be reached at by the device for retrieving files.
OPTION_HTTP_LISTENER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the interface that the HTTP Listener can be reached at by the device for retrieving files.
OPTION_HTTP_LISTENER_IP_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the IP port number that the HTTP Listener should listen on for file requests from devices.
OPTION_HTTP_LISTENER_SOCKET_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the IP port number that the HTTP Listener should listen on for file requests from devices.
OPTION_MESSAGE_PREFIX - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating prefix for all messages *
OPTION_NOTIFICATION_CATCHER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the NotificationCatcher interface.
OPTION_NOTIFICATION_CATCHER_IP_ADDRESS - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the IP address that the NotificationCatcher can be reached at by the device for the sending of events.
OPTION_NOTIFICATION_CATCHER_IP_INTERFACE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the interface that the NotificationCatcher can be reached at by the device for the sending of events.
OPTION_NOTIFICATION_CATCHER_NO_SSL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating if the NotificationCatcher should be listening with a non-SSL server socket.
OPTION_NOTIFICATION_CATCHER_PORT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the IP port number that the NotificationCatcher should listen on for events from devices.
OPTION_REPOSITORY_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the Repository interface.
OPTION_SIGNAL_CONNECT_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), and if you want a third-party SOAP service to be signaled (receive a message) just before and immediately after a change (firmware or domain) is deployed to a device, this would specify the connect timeout of the third-party SOAP service.
OPTION_SIGNAL_DELAY_TIME - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), and if you want a third-party SOAP service to be signaled (receive a message) just before and immediately after a change (firmware or domain) is deployed to a device, this would specify the sleep time after posting to the third-party SOAP service before continuing on to deploy the change.
OPTION_SIGNAL_RESPONSE_TIMEOUT - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), and if you want a third-party SOAP service to be signaled (receive a message) just before and immediately after a change (firmware or domain) is deployed to a device, this would specify the timeout of waiting for a response from the third-party SOAP service.
OPTION_SIGNAL_SOAP_ACTION - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), and if you want a third-party SOAP service to be signaled (receive a message) just before and immediately after a change (firmware or domain) is deployed to a device, this would specify the value for the SOAPAction header of the third-party SOAP service.
OPTION_SIGNAL_URL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), and if you want a third-party SOAP service to be signaled (receive a message) just before and immediately after a change (firmware or domain) is deployed to a device, this would specify the URL of the third-party SOAP service.
OPTION_SOAPHELPER_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the SOAPHelper interface for AMPv1.
OPTION_SOAPHELPER_SOMA_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the SOAPHelper interface for AMPv2.
OPTION_SOAPHELPER_V2_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the SOAPHelper interface for AMPv2.
OPTION_SOAPHELPER_V3_IMPL - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating the name of the class that implements the SOAPHelper interface for AMPv2.
OPTION_TASK_QUEUE_SIZE - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as the option name when designating an Integer object that indicates how big you would like the background task queue to be.
OPTION_TRUSTSTORE_FILENAME - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as an option to specify the filename of the key store for the manager to use in it's truststore.
OPTION_TRUSTSTORE_PASSWORD - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When first invoking Manager.getInstance(Map), use this as an option to specify the password for the key store specified in Configuration.KEY_TRUSTSTORE_FILENAME

P

PackageInfo - Class in com.ibm.datapower.wamt.amp
Get the SCM information about all the classes in this package.
PackageInfo - Class in com.ibm.datapower.wamt.dataAPI
Get the SCM information about all the classes in this package.
PARTIAL - Static variable in class com.ibm.datapower.wamt.OperationStatus.Enumerated
The item is partially up but not completely up (i.e., "yellow")
PENDING - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
An action to perform synchronization is pending (queued to occur), but the worker thread has not started performing it yet.
Persistable - Interface in com.ibm.datapower.wamt.dataAPI
An interface to identify which classes should be persisted to a repository.
PING_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
pingDevice(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
This is used periodically to send a heartbeat request to a device and verify that it responds, and to check on the subscription state.
PingResponse - Class in com.ibm.datapower.wamt.amp
This is the object that will be returned from Commands.pingDevice(DeviceContext, String).
PingResponse(SubscriptionState) - Constructor for class com.ibm.datapower.wamt.amp.PingResponse
Create a new PingResponse object.
processRequest(Socket) - Static method in class com.ibm.datapower.wamt.DeviceLogger_ClientThread
Process an inbound socket by adding to the shared pool.
processResponse(Socket, String) - Static method in class com.ibm.datapower.wamt.DeviceLogger_ClientThread
Send a response to the client that the event was logged
ProgressContainer - Class in com.ibm.datapower.wamt.clientAPI
A ProgressContainer is the vehicle that the manager uses to inform the caller (likely a user presentation) of the progress on a long-running method.

Q

quiesce() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Quiesce all the domains on a device (managed domains and unmanaged domains).
quiesce() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Quiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it.
quiesce() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Quiesce this RuntimeService
QUIESCE_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
QUIESCE_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
QUIESCE_SERVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
quiesceDevice(DeviceContext, int) - Method in interface com.ibm.datapower.wamt.amp.Commands
Quiesce a device.
quiesceDomain(DeviceContext, String, int) - Method in interface com.ibm.datapower.wamt.amp.Commands
Quiesce a domain.
quiesceService(DeviceContext, String, ConfigObject[], int) - Method in interface com.ibm.datapower.wamt.amp.Commands
Quiesce all the services specified in the request for the domain.
QuiesceStatus - Enum in com.ibm.datapower.wamt
 

R

REBOOT - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
reboot(DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Reboot the referenced device, based on the Shutdown -> Reboot System command in the System Control menu of the WebGUI.
reboot() - Method in class com.ibm.datapower.wamt.clientAPI.Device
reboot this device.
recordDomainVersion(OutputStream) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
Note: The Local File System implementation is provided for the convenience of customers that wish to write their own dataAPI implementation.
recordDomainVersion(OutputStream) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomainVersion
Generate a Domain Configuration Deployment Report.
ReferencedObjectCollection - Class in com.ibm.datapower.wamt.amp
This class is used to represent the referenced object returned from the Commands.getReferencedObjects(DeviceContext, String , String , String )
ReferencedObjectCollection(HashMap<String, ArrayList<ConfigObject>>, StringCollection, String) - Constructor for class com.ibm.datapower.wamt.amp.ReferencedObjectCollection
Construct a new ReferencedObjectCollection object which is returned only by {@link Commands#getReferencedObjects(DeviceContext, String , String , String ) in general.
refresh() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Update the latest status of domain and all services in this domain.
remove(Version) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Trim the specified DomainVersion from the repository.
remove(Version) - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
 
remove(Device) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Removes a device from the manager.
remove(ManagedSet) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Remove an existing ManagedSet from the Manager.
remove(Firmware) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Remove a Firmware object from the Manager.
remove(StoredDomain) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation will remove the specified domain element from the WAMT.repository.xml file.
remove(StoredTag) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
remove(StoredTag) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
remove(StoredFirmwareVersion) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareImpl
 
remove(StoredDevice) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredManagedSetImpl
 
remove(StoredDevice) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
remove(StoredDomain) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredTagImpl
 
remove(StoredDomain) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Removes the specified domain from this containing StoredDevice.
remove(StoredTag) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Remove the tags for this device.
remove(StoredTag) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Remove the tags for this domain.
remove(StoredFirmwareVersion) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
Removes the specifed StoredFirmwareVersion from this StoredFirmware.
remove(StoredDevice) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
Removes the specified device from this managed set.
remove(StoredDevice) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Removes the specified device from this tagged set.
remove(StoredDomain) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredTag
Removes the specified domain from this tagged set.
remove(String) - Method in class com.ibm.datapower.wamt.StringCollection
Remove the specified String object from the collection.
removeDevice(Device) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Remove the specified device from this managed set.
removeDeviceWithoutUnsubscribe(Device) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Remove the specified device from this managed set without trying to unsubscribe.
removeDomainSyncTaskInProgress(String) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
 
removeManagedDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Stop managing a domain on the device.
removeManagedDomain(String) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Removes specified managed domain from all devices in this managed set.
removeTag(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
removeTag(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
removeTag(String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
removeTag(String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
removeTag(String, String) - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Remove the exactly matching tag.
removeTag(String) - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Remove all tags with the provided name.
removeTags() - Method in class com.ibm.datapower.wamt.clientAPI.Device
 
removeTags() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
 
removeTags() - Method in interface com.ibm.datapower.wamt.clientAPI.Taggable
Remove all the tags from the resource.
removeTags() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
removeTags() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
removeTags() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Remove all tags for this device.
removeTags() - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Remove all tags for this domain.
Repository - Interface in com.ibm.datapower.wamt.dataAPI
The object used for executing persistence operations such as retrieving and saving Stored objects available with the dataAPI
RepositoryFactory - Class in com.ibm.datapower.wamt.dataAPI
Factory for creating/manufacturing the Repository object.
RepositoryImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
The Repository object used for executing persistence operations such as reading and writing Stored objects to the local file system
restart() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
To restart this domain
RESTART_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
restartDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Restart the referenced domain on the referenced device, based on the action of the same name in the System Control menu of the WebGUI.
restore(String, URI, boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Restores the configuration and secure data from a successful secure backup.
RESTORE_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
restoreDevice(DeviceContext, String, boolean, URI, Hashtable<String, byte[]>) - Method in interface com.ibm.datapower.wamt.amp.Commands
Restore a device from a backup.
rollupFrom(ManagementStatus[]) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
This contains the logic to walk through multiple lower-level status values to determine what the aggregated higher-level status value is.
rollupFrom(OperationStatus[]) - Method in class com.ibm.datapower.wamt.OperationStatus
This contains the logic to walk through multiple lower-level status values to determine what the aggregated higher-level status value is.
run() - Method in class com.ibm.datapower.wamt.DeviceLogger
Run the accept thread that will listen for new connections.
run() - Method in class com.ibm.datapower.wamt.DeviceLogger_ClientThread
Run the client thread that will take a new connection from a shared pool and pull an event from it to log.
RuntimeService - Class in com.ibm.datapower.wamt.clientAPI
The RuntimeService is to represent the service which is created on runtime, such as the return from Domain.getServices() or ServiceDeployment.getInterDependentServices().
RuntimeService(String, String, String, String, AdminStatus, OpStatus, boolean, QuiesceStatus) - Constructor for class com.ibm.datapower.wamt.clientAPI.RuntimeService
 

S

save(boolean) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Explicitly persist the Manager's content to a datastore.
save(boolean) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
Note: The Local File System implementation adds or changes elements in the WAMT.Repository.xml file during a save operation.
save(boolean) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Save the changes that have been made to Stored objects to the repository The clientAPI method Manager.save(boolean) calls an implementation of this interface to save the data in the repository.
SAVE_FORCED - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When invoking Manager.save(boolean), use this value to indicate that the new values held by this process should overwrite whatever may have been changed by another vehicle.
SAVE_UNFORCED - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
When invoking Manager.save(boolean), use this value to indicate that if the persistence has forked (a change in data was made by another vehicle after it was loaded here), that the method should focus on data consistency and fail the save operation.
SCHEME_DEVICE - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
SCHEME_FILE - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
SCHEME_HTTP - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
SCHEME_HTTPS - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
SCHEME_REPOS - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.amp.NotificationCatcher
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.amp.SOAPHelper
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.clientAPI.Version
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.clientAPI.Versionable
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.Persistable
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.Repository
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeployableConfiguration
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeployablePolicy
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredDomainVersion
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredFirmware
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredFirmwareVersion
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredManagedSet
 
SCM_REVISION - Static variable in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
 
ServiceConfiguration - Class in com.ibm.datapower.wamt.clientAPI
The ServiceConfiguration is created for the services in the source configuration to be deployed.
ServiceConfiguration(URLSource) - Constructor for class com.ibm.datapower.wamt.clientAPI.ServiceConfiguration
Construct a ServiceConfiguration with the URL of source configuration.
ServiceDeployment - Class in com.ibm.datapower.wamt.clientAPI
The ServiceDeployment is used to check the inter-dependent service before the deployment, and is used to deploy the service source configuration to device.
SET_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_DOMAIN_BY_SERVICE_FILE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_DOMAIN_BY_SERVICE_IMAGE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_FILE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_FIRMWARE_IMAGE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_FIRMWARE_IMAGE_ACCEPT_LICENSE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_FIRMWARE_STREAM - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
SET_FIRMWARE_STREAM_ACCEPT_LICENSE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
setBackupCertificateLocation(URLSource) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setBackupCertificateLocation(URLSource) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Stores the location of the certificate file to be used in the secure backup operation.
setBackupFileLocation(URI) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setBackupFileLocation(URI) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Stores the location for the backup file from a Device.
setCorrelator(Object) - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Set the correlator for this MacroProgressContainer.
setCorrelator(Object) - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Set the caller-defined correlator for this object.
setCurrentAMPVersion(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setCurrentAMPVersion(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the current AMP version supported by this device.
setDeploymentPolicy(URLSource, String, String) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Use this method to specify the deployment policy to apply to this domain during deployment.
setDeploymentPolicyForDomain(String, URLSource, String, String) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Sets the deployment policy for the specified domain name if it is present on any devices in the managed set.
setDeploymentPolicyXML(URLSource) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Use this method to specify the deployment policy in XML format.
setDeviceType(DeviceType) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setDomain(DeviceContext, String, byte[], DeploymentPolicy) - Method in interface com.ibm.datapower.wamt.amp.Commands
Load a domain onto a device using an image that was previously retrived via Commands.getDomain(DeviceContext, String).
setDomainByService(DeviceContext, String, ConfigObject[], byte[], DeploymentPolicy, boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Given an export/backup package, a domain name and a list of services, all the dependent configuration objects and files will be deploied to the specified domain.
setDomainByService(DeviceContext, String, ConfigObject[], String, String, DeploymentPolicy, boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Given an export/backup package, a domain name and a list of services, all the dependent configuration objects and files will be deploy to the specified domain.
setDomainSynchronizationDaemonSleepMS(long) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Change the sleep interval for the DomainSynchronization daemon.
setDuplicateURL(String) - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
Setter for duplicate URL string
setFailedTasks(Hashtable) - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
 
setFeatureLicenses(StringCollection) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setFeatureLicenses(StringCollection) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the list of Strings that represent the feature licenses for this device.
setFile(DeviceContext, String, String, byte[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Send a file to the persistent store on the device.
setFirmware(DeviceContext, byte[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Deprecated. 
setFirmware(DeviceContext, InputStream) - Method in interface com.ibm.datapower.wamt.amp.Commands
Deprecated. 
setFirmware(DeviceContext, byte[], boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Transmit the specified firmware image into the device, make it the active firmware.
setFirmware(DeviceContext, InputStream, boolean) - Method in interface com.ibm.datapower.wamt.amp.Commands
Same as Commands.setFirmware(DeviceContext, byte[], boolean), but allows for the large boot image to be specified in in a stream instead of in-memory byte array.
setGUIPort(int) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the device's port for the WebGUI.
setGUIPort(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setGUIPort(int) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the device's port for the WebGUI.
setHeartbeatDaemonSleepMS(long) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Set the sleep interval of the heartbeat daemon.
setHLMPort(int) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the device's port number to which the AMP (HLM) client will attempt to connect.
setHLMPort(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Note: The Local File System implementation stores the HLM Posrt as an attribute on the device element in the WAMT.repository.xml file.
setHLMPort(int) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the device's port number for HLM communication.
setHostname(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the hostname or IP address of this device.
setHostname(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setHostname(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the hostname or IP address of this device.
setLastModifiedOfDeployedSource(long) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
Note: In the Local File System implementation, the synchDate is stored as an attribute on the deploymentPolicy element.
setLastModifiedOfDeployedSource(long) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Note: The Local File System persists time as an attribute on domains element.
setLastModifiedOfDeployedSource(long) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Persists the timestamp of the deployed policy source at the time of domain configuration deployment.
setLastModifiedOfDeployedSource(long) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Internal use only.
setManagedSet(StoredManagedSet) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
Non-interface method to set the ManagedSet this device belongs to
setMaxVersionsToStore(int) - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Set the maximum number of versions of any one object that should be kept in the manager.
setMaxVersionsToStore(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
setMaxVersionsToStore(int) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Sets the maximum number of versions of any one object that should be kept in the repository.
setMessagePrefix(String) - Static method in class com.ibm.datapower.wamt.Messages
 
setModelType(ModelType) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setOutOfSynch(boolean) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
setOutOfSynch(boolean) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Internal use only Sets the value of the OutOfSynch attribute on the StoreDomain.
setPassword(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the password for the administrative userid for this device.
setPassword(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setPassword(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the administrative password for this device.
setPolicyDomainName(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyImpl
 
setPolicyDomainName(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
setPolicyDomainName(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicy
Sets the Domain name that is to find the deployment domain within the configuration URLSource which will be deployed on the device
setPolicyDomainName(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Sets the Policy Domain name on the StoredDeploymentPolicyVersion object which can be used along with the configuration source, domain name and policy object name during domain configuration deployment.
setPolicyExport(URLSource, String, String) - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
When calling setPolicyExport, the URLSource is a reference to the configuration blob, the domainName and policyObjectName serve as an "index" into the blob, pointing to the domain, and associated deployment policy within the blob.
setPolicyName(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
setPolicyName(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDeploymentPolicyVersion
Sets the policy object name on the StoredDeploymentPolicyVersion object which can be used along with the configuration source, domain name and policy object name during domain configuration deployment.
setPolicyNone() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
This method is called when null parameters are passed to setDeploymentPolicy(null, null, null) in Domain
setPolicyType(DeploymentPolicyType) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
setPolicyXML(URLSource) - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
When calling setPolicyXML, the URLSource is a reference to a deployment policy in XML format.
setProperty(String, Object) - Method in class com.ibm.datapower.wamt.Credential
Add information to a credential, such as a userid, password, SAML assertion, signed message, etc.
setQuiesceTimeout(int) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation.
setQuiesceTimeout(int) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation.
setQuiesceTimeout(int) - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Set the timeout value (in seconds) for checking the status of a service quiesce or unquiesce operation.
setQuiesceTimeout(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setQuiesceTimeout(int) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
setQuiesceTimeout(int) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the timeout value for quiescing a Device before performing a firmware update on the device.
setQuiesceTimeout(int) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Sets the timeout value for quiescing a domain on the DataPower device before configuration deployment.
setQuiesceTimeoutForDomain(String, int) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation for the specified domain on all devices members in this managed set
setReferencedObject(ConfigObject[]) - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get the referenced object(s) by this configobject
setServicesForDeployment(ConfigService[]) - Method in class com.ibm.datapower.wamt.clientAPI.ServiceConfiguration
Set the services to be deployed.
setSleepInterval(int) - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Sets the interval between checks through all the nested ProgressContainers for any that may have had an update.
setSourceConfiguration(URLSource) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Use this method to specify the domain configuration URLSource that should be deployed for this Domain.
setSourceConfigurationForDomain(String, URLSource) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Set the configuration source for the specified domain name if it is is present on any of the devices in the managed set.
setSourceFirmwareLevel(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
An alternative to Device.setSourceFirmwareVersion(FirmwareVersion), this method accepts a firmware "level" (e.g., "3.8.0.1") instead of a specific FirmwareVersion object.
setSourceFirmwareLevel(String) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Set the source firmware level for each Device in this ManagedSet.
setSourceFirmwareVersion(FirmwareVersion) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Schedules a task to set the FirmwareVersion for this device.
setSourceURL(URLSource) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
setSourceURL(URLSource) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Sets the Configuration source on this StoredDomain.
setStatus(DomainStatus) - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Update the domain status
setStatus(ManagementStatus.Enumerated) - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Change the management status of the managed item to the new status.
setStatus(OperationStatus.Enumerated) - Method in class com.ibm.datapower.wamt.OperationStatus
Set the value of this status object to the new enumerated value.
setSymbolicName(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the symbolic name of this Device.
setSymbolicName(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setSymbolicName(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the symbolic name of this StoredDevice.
setSynchMode(DomainSynchronizationMode) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
setSynchMode(DomainSynchronizationMode) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDomain
Sets the Synchronization Mode on this StoredDomain to AUTO or MANUAL.
setSynchronizationMode(DomainSynchronizationMode) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Set configuration synchronization mode on the Domain.
setSynchronizationModeForDomain(String, DomainSynchronizationMode) - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
The valid synchronization modes that can be set for a domain are DomainSynchronizationMode.MANUAL and DomainSynchronizationMode.AUTO.
setSynchronizationModeForManagedDomains(DomainSynchronizationMode) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the Synchronization Mode for the all domains on device.
setUserComment(String) - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
 
setUserComment(String) - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
 
setUserComment(String) - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
 
setUserComment(String) - Method in interface com.ibm.datapower.wamt.clientAPI.Version
This is the method to set the user comment that can be later retrieved via Version.getUserComment().
setUserComment(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeploymentPolicyVersionImpl
 
setUserComment(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainVersionImpl
 
setUserComment(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredFirmwareVersionImpl
 
setUserComment(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredVersion
This method is used to set the user comment that can be later retrieved via StoredVersion.getUserComment().
setUserId(String) - Method in class com.ibm.datapower.wamt.clientAPI.Device
Set the administrative userid for this device.
setUserId(String) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDeviceImpl
 
setUserId(String) - Method in interface com.ibm.datapower.wamt.dataAPI.StoredDevice
Sets the administrative userid for this device.
shutdown() - Method in interface com.ibm.datapower.wamt.amp.NotificationCatcher
When the Manager is shutdown, the Manager will invoke this method.
shutdown() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Shutdown the Manager.
shutdown() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
shutdown() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Shuts down the Repository.
ShutdownException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was prematurely terminated because the Manager is being shut down.
ShutdownException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with no message and no cause.
ShutdownException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message but with no chained cause.
ShutdownException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message and NLS attributes, but with no chained cause.
ShutdownException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message and NLS attributes, but with no chained cause.
ShutdownException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message and NLS attributes, but with no chained cause.
ShutdownException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message and a chained cause.
ShutdownException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message, NLS attributes and a chained cause.
ShutdownException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message, NLS attributes and a chained cause.
ShutdownException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a message, NLS attributes and a chained cause.
ShutdownException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.ShutdownException
Create an exception with a chained cause and no message.
Signaler - Class in com.ibm.datapower.wamt.clientAPI
Send a signal to some third party that informs them we are about to do an update of a device.
SINGLETON - Static variable in class com.ibm.datapower.wamt.AbstractFactory
When the factory is invoked, it should find an existing object and return it.
size() - Method in class com.ibm.datapower.wamt.StringCollection
Get the number of Strings currently in this collection.
SOAPHelper - Interface in com.ibm.datapower.wamt.amp
A list of high-level commands that a SOAPHelperImpl class should implement.
SOAPHelper - Interface in com.ibm.datapower.wamt.soma
A list of high-level commands that a SOAPHelperImpl class should implement.
SOAPHelperFactory - Class in com.ibm.datapower.wamt.amp
Gets an instance of an AMP SOAPHelper implementation.
SOAPHelperFactory - Class in com.ibm.datapower.wamt.soma
Gets an instance of an AMP SOAPHelper implementation.
SOMACommandFactory - Class in com.ibm.datapower.wamt.soma
Gets an instance of an SOMA Command implementation.
SOMACommands - Interface in com.ibm.datapower.wamt.soma
A list of high-level commands that the DataPower device should support via SOAP invocation.
SOMAException - Exception in com.ibm.datapower.wamt.soma
The top-level class to identify exceptions that may occur while communicating with DataPower devices.
SOMAException() - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with no message and no cause.
SOMAException(String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message but with no chained cause.
SOMAException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAException(String, String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message and a chained cause.
SOMAException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message, NLS attributes and a chained cause.
SOMAException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message, NLS attributes and a chained cause.
SOMAException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a message, NLS attributes and a chained cause.
SOMAException(Throwable) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAException
Create an exception with a chained cause and no message.
SOMAIOException - Exception in com.ibm.datapower.wamt.soma
An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
SOMAIOException() - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with no message and no cause.
SOMAIOException(String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message but with no chained cause.
SOMAIOException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAIOException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAIOException(String, String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message and NLS attributes, but with no chained cause.
SOMAIOException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message and a chained cause.
SOMAIOException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message, NLS attributes and a chained cause.
SOMAIOException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message, NLS attributes and a chained cause.
SOMAIOException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a message, NLS attributes and a chained cause.
SOMAIOException(Throwable) - Constructor for exception com.ibm.datapower.wamt.soma.SOMAIOException
Create an exception with a chained cause and no message.
start() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Start this RuntimeService
START_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
START_SERVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
startDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Set the domain op-state to "up".
STARTING - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
The Manager has started initializing itself
startService(DeviceContext, String, ConfigObject[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Start a service by changing its administrative state to "enabled"
startup() - Method in interface com.ibm.datapower.wamt.amp.NotificationCatcher
When the Manager is started, the Manager will invoke this method.
startup() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
startup() - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Starts up the Repository.
Status - Interface in com.ibm.datapower.wamt.soma
The interface to get the status of SOMA.
stop() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Stop this RuntimeService
STOP_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
STOP_SERVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
stopDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Set the domain op-state to "down".
STOPPING - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
The Manager is stopping its work.
stopService(DeviceContext, String, ConfigObject[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
Stop a service by changing its administrative state to "disabled"
StoredDeployableConfiguration - Interface in com.ibm.datapower.wamt.dataAPI
The version information that must be maintained and persisted for a managed Domain that represents a domain on a DataPower device.
StoredDeployablePolicy - Interface in com.ibm.datapower.wamt.dataAPI
The information related to a DeploymentPolicy that must be managed and persisted when domain configuration is deployed to a DataPower device.
StoredDeploymentPolicy - Interface in com.ibm.datapower.wamt.dataAPI
The information that must be maintained and persisted for a DeploymentPolicy that is used in deploying a managed domain configuration.
StoredDeploymentPolicyImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
The deployment policy information includes the domain configuration blob, the policy type, the policy source, and the associated domain name.
StoredDeploymentPolicyVersion - Interface in com.ibm.datapower.wamt.dataAPI
The related information that must be maintained and persisted for a DeploymentPolicyVersion.
StoredDeploymentPolicyVersionImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
Holds all information related to a deployment policy version that can be used during domain configuration deployment to a DataPower device.
StoredDevice - Interface in com.ibm.datapower.wamt.dataAPI
All device related information that must be maintained and persisted for a physical DataPower device, i.e Device.
StoredDeviceImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
It represents a DataPower device.
StoredDomain - Interface in com.ibm.datapower.wamt.dataAPI
It represents a domain on a DataPower device and holds all information that must be maintained and persisted for a Domain.
StoredDomainImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
The information that must be persisted for a StoredDomain on a DataPower device.
StoredDomainImpl(Hashtable, StoredDevice, String) - Constructor for class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
 
StoredDomainVersion - Interface in com.ibm.datapower.wamt.dataAPI
Information that must be maintained and persisted for a version of a Domain object in the repository.
StoredDomainVersionImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
A version of Domain object persisted in the repository that can be deployed to a DataPower device.
StoredFirmware - Interface in com.ibm.datapower.wamt.dataAPI
The information related to Firmware that must be maintained and persisted for a firmware that can be deployed to a device.
StoredFirmwareImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
Persists all Firmware related information.
StoredFirmwareVersion - Interface in com.ibm.datapower.wamt.dataAPI
The information that must be maintained and persisted for a firmware level, See FirmwareVersion.
StoredFirmwareVersionImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
A persisted version of a Firmware i.e StoredFirmware.
StoredManagedSet - Interface in com.ibm.datapower.wamt.dataAPI
The information that must be maintained and persisted for a ManagedSet including its managed device members.
StoredManagedSetImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
The StoredMangedSet writes and reads all information that must be maintained for ManagedSet including its managed device members.
StoredTag - Interface in com.ibm.datapower.wamt.dataAPI
The information that must be maintained and persisted for a Device and Domain including its tagged device and domain members.
StoredTagImpl - Class in com.ibm.datapower.wamt.dataAPI.local.filesystem
 
StoredVersion - Interface in com.ibm.datapower.wamt.dataAPI
Information for a version of a Firmware, Domain or Deployment Policy that must be maintained and persisted.
StringCollection - Class in com.ibm.datapower.wamt
A simple collection of Strings.
StringCollection() - Constructor for class com.ibm.datapower.wamt.StringCollection
Create a new collection of Strings.
StringCollection(String[]) - Constructor for class com.ibm.datapower.wamt.StringCollection
Create a new collection of Strings and initialize the collection with the contents of the array.
StringCollection(StringCollection) - Constructor for class com.ibm.datapower.wamt.StringCollection
Create a new collection of Strings that is a clone.
StringCollection(StringCollection, StringCollection) - Constructor for class com.ibm.datapower.wamt.StringCollection
Create a new StringCollection that is a merged instance of two other collections.
SUBSCRIBE_TO_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
subscribeToDevice(DeviceContext, String, StringCollection, URL) - Method in interface com.ibm.datapower.wamt.amp.Commands
Create a subscription so that the device will inform the callback when a configuration change or related action happens on the specified device.
SubscriptionResponseCode - Class in com.ibm.datapower.wamt.amp
Provides enumerated values and helper methods for the response from the device of the subscription request.
SubscriptionState - Class in com.ibm.datapower.wamt.amp
Provides enumerated values and helper methods for the state of the subscription as reported by the device.
SubscriptionToAnotherManagerException - Exception in com.ibm.datapower.wamt.clientAPI
The device you are trying to subscribe to already has been subscribed to using the same subscription id by another subscriber (manager).
SubscriptionToAnotherManagerException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with no message and no cause.
SubscriptionToAnotherManagerException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message but with no chained cause.
SubscriptionToAnotherManagerException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message and NLS attributes, but with no chained cause.
SubscriptionToAnotherManagerException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message and NLS attributes, but with no chained cause.
SubscriptionToAnotherManagerException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message and NLS attributes, but with no chained cause.
SubscriptionToAnotherManagerException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message and a chained cause.
SubscriptionToAnotherManagerException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message, NLS attributes and a chained cause.
SubscriptionToAnotherManagerException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message, NLS attributes and a chained cause.
SubscriptionToAnotherManagerException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a message, NLS attributes and a chained cause.
SubscriptionToAnotherManagerException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.SubscriptionToAnotherManagerException
Create an exception with a chained cause and no message.
SYNCED - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
The element is synchronized to the desired values.

T

Taggable - Interface in com.ibm.datapower.wamt.clientAPI
 
toFile(String) - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Write the contents of the Blob to a file.
toOperationStatusArray(Collection) - Static method in class com.ibm.datapower.wamt.OperationStatus
Convert a collection to an array.
toString() - Method in class com.ibm.datapower.wamt.amp.ConfigObject
Get a String representation of object for the purpose of debugging or tracing
toString() - Method in class com.ibm.datapower.wamt.amp.DeleteObjectResult
Get a String representation of object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.amp.DeviceContext
Get a String representation of this object for the purpose of debugging and tracing.
toString() - Method in class com.ibm.datapower.wamt.amp.DeviceMetaInfo
Get a String representation of this object for the purpose of debugging and tracing.
toString() - Method in class com.ibm.datapower.wamt.amp.DomainStatus
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.amp.Notification
Get a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.amp.SubscriptionResponseCode
Get a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.amp.SubscriptionState
Get a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Blob
Get a String representation of this Blob for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ConfigService
Get a String representation of object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicy
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.DeploymentPolicyVersion
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.DomainVersion
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Firmware
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.FirmwareVersion
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Lock
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ManagedSet
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
Get a String representation of this object for the purpose of debugging or tracing or user interfaces.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ManagementStatus
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.Manager
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Get a String representation of this object for the purpose of debugging or tracing or user interfaces.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ManagerStatus
Get a String representation of this object for the purpose of debugging or tracing.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Create a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Get a String representation of object for the purpose of debugging or tracing
toString() - Method in class com.ibm.datapower.wamt.Credential
 
toString() - Method in class com.ibm.datapower.wamt.DeviceType
Get a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.ModelType
Get a human-readable String representation of this object.
toString() - Method in class com.ibm.datapower.wamt.OperationStatus.Enumerated
Get a String representation of this object for the purpose of debugging or tracing or for a user interface.
toString() - Method in class com.ibm.datapower.wamt.OperationStatus
Get a String representation of this object for the purpose of debugging or tracing or for a user interface.
toString() - Method in class com.ibm.datapower.wamt.StringCollection
Create a human-readable representation of this collection.
TYPE_4195 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is 4195
TYPE_5725 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a virtual appliance that will specifically run on VMWare
TYPE_7198 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 7198.
TYPE_7199 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 7199.
TYPE_9001 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 9001.
TYPE_9002 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 9002.
TYPE_9003 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 9003.
TYPE_9005 - Static variable in class com.ibm.datapower.wamt.ModelType
A special model type used ONLY for firmware that indicates the firmware supports a 7198 or 7199.
TYPE_9235 - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a 9235.
TYPE_OTHER - Static variable in class com.ibm.datapower.wamt.ModelType
A special model type used ONLY for firmware that indicates the firmware supports a 9001 or 9002.
TYPE_Virtual - Static variable in class com.ibm.datapower.wamt.ModelType
A model that is a generic virtual appliance that will run on any hypervisor

U

UndeployableVersionException - Exception in com.ibm.datapower.wamt.clientAPI
The specified DomainVersion is not deployable because it does not match the specified DeploymentPolicyVersion.
UndeployableVersionException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with no message and no cause.
UndeployableVersionException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message but with no chained cause.
UndeployableVersionException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UndeployableVersionException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UndeployableVersionException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UndeployableVersionException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message and a chained cause.
UndeployableVersionException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message, NLS attributes and a chained cause.
UndeployableVersionException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message, NLS attributes and a chained cause.
UndeployableVersionException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a message, NLS attributes and a chained cause.
UndeployableVersionException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UndeployableVersionException
Create an exception with a chained cause and no message.
UNKNOWN - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
It is not know if the element is synchronized or not.
UNKNOWN - Static variable in class com.ibm.datapower.wamt.OperationStatus.Enumerated
The state of the item is not known (i.e., "grey").
UNKNOWN_DOMAIN_STATUS - Static variable in class com.ibm.datapower.wamt.amp.DomainStatus
 
UnlicensedFeaturesInFirmwareException - Exception in com.ibm.datapower.wamt.clientAPI
An operation was attempted with a Firmware and a Device, and the Firmware has libraries for strict features that the Device is unlicensed for.
UnlicensedFeaturesInFirmwareException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with no message and no cause.
UnlicensedFeaturesInFirmwareException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message but with no chained cause.
UnlicensedFeaturesInFirmwareException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
UnlicensedFeaturesInFirmwareException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
UnlicensedFeaturesInFirmwareException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message and NLS attributes, but with no chained cause.
UnlicensedFeaturesInFirmwareException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message and a chained cause.
UnlicensedFeaturesInFirmwareException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
UnlicensedFeaturesInFirmwareException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
UnlicensedFeaturesInFirmwareException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a message, NLS attributes and a chained cause.
UnlicensedFeaturesInFirmwareException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnlicensedFeaturesInFirmwareException
Create an exception with a chained cause and no message.
unlock() - Method in class com.ibm.datapower.wamt.clientAPI.Lock
Release the current lock, or decrement the reentrancy counter.
unquiesce() - Method in class com.ibm.datapower.wamt.clientAPI.Device
Unquiesce all the domains on a device (managed domains and unmanaged domains).
unquiesce() - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Unquiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it.
unquiesce() - Method in class com.ibm.datapower.wamt.clientAPI.RuntimeService
Unquiesce this RuntimeService
UNQUIESCE_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
UNQUIESCE_DOMAIN - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
UNQUIESCE_SERVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
unquiesceDevice(DeviceContext) - Method in interface com.ibm.datapower.wamt.amp.Commands
Unquiesce a device, which brings the device to an operationally ready state.
unquiesceDomain(DeviceContext, String) - Method in interface com.ibm.datapower.wamt.amp.Commands
Unquiesce a domain which brings the domain objects to an operationally ready state.
unquiesceService(DeviceContext, String, ConfigObject[]) - Method in interface com.ibm.datapower.wamt.amp.Commands
UnQuiesce all the services specified in the request for the specified domain.
UNREACHABLE - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
The device is not responding to management queries or requests.
UNSUBSCRIBE_FROM_DEVICE - Static variable in interface com.ibm.datapower.wamt.amp.Commands
 
unsubscribeFromDevice(DeviceContext, String, StringCollection) - Method in interface com.ibm.datapower.wamt.amp.Commands
Delete a subscription that was created with Commands.subscribeToDevice(DeviceContext, String, StringCollection, URL).
UnsuccessfulOperationException - Exception in com.ibm.datapower.wamt.clientAPI
A runtime problem was detected while attempting to perform the indicated operation.
UnsuccessfulOperationException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with no message and no cause.
UnsuccessfulOperationException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message but with no chained cause.
UnsuccessfulOperationException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsuccessfulOperationException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsuccessfulOperationException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsuccessfulOperationException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message and a chained cause.
UnsuccessfulOperationException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message, NLS attributes and a chained cause.
UnsuccessfulOperationException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message, NLS attributes and a chained cause.
UnsuccessfulOperationException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a message, NLS attributes and a chained cause.
UnsuccessfulOperationException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsuccessfulOperationException
Create an exception with a chained cause and no message.
UnsupportedVersionException - Exception in com.ibm.datapower.wamt.clientAPI
The version you are trying to create, deploy or operate on is not supported and is not allowed.
UnsupportedVersionException() - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with no message and no cause.
UnsupportedVersionException(String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message but with no chained cause.
UnsupportedVersionException(String, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsupportedVersionException(String, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsupportedVersionException(String, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message and NLS attributes, but with no chained cause.
UnsupportedVersionException(String, Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message and a chained cause.
UnsupportedVersionException(String, Throwable, String, Object[]) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message, NLS attributes and a chained cause.
UnsupportedVersionException(String, Throwable, String, Object) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message, NLS attributes and a chained cause.
UnsupportedVersionException(String, Throwable, String) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a message, NLS attributes and a chained cause.
UnsupportedVersionException(Throwable) - Constructor for exception com.ibm.datapower.wamt.clientAPI.UnsupportedVersionException
Create an exception with a chained cause and no message.
UP - Static variable in class com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
The Manager has completed its initialization.
UP - Static variable in class com.ibm.datapower.wamt.OperationStatus.Enumerated
The item is up and running fine (i.e., "green")
updateDevice() - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.StoredDomainImpl
Non-interface method to add this Domain to a DeviceImpls list of managed domains.
updateDomain(StoredDomain) - Method in class com.ibm.datapower.wamt.dataAPI.local.filesystem.RepositoryImpl
 
updateDomain(StoredDomain) - Method in interface com.ibm.datapower.wamt.dataAPI.Repository
Updates an existing domain object.
uploadFile(String, URLSource) - Method in class com.ibm.datapower.wamt.clientAPI.Domain
Upload file to device of this domain
URI_PATH_DEPPOL_VER - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
URI_PATH_DOMAINVER - Static variable in class com.ibm.datapower.wamt.clientAPI.URLSource
 
URLSource - Class in com.ibm.datapower.wamt.clientAPI
A URLSource is a convenience class to access blob objects from various schemes e.g.
URLSource(String) - Constructor for class com.ibm.datapower.wamt.clientAPI.URLSource
Create a new URLSource object with the provided spec (URL).
Utilities - Class in com.ibm.datapower.wamt.amp
This class provides utilities which can be used for parsing information needed by the other classes in this package.

V

valueOf(String) - Static method in enum com.ibm.datapower.wamt.AdminStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.datapower.wamt.clientAPI.DeploymentPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.datapower.wamt.clientAPI.DomainSynchronizationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.datapower.wamt.OpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.datapower.wamt.QuiesceStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.datapower.wamt.AdminStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.datapower.wamt.clientAPI.DeploymentPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.datapower.wamt.clientAPI.DomainSynchronizationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.datapower.wamt.OpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.datapower.wamt.QuiesceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class com.ibm.datapower.wamt.clientAPI.Manager
 
Version - Interface in com.ibm.datapower.wamt.clientAPI
A version of an object that is Versionable.
Versionable - Interface in com.ibm.datapower.wamt.clientAPI
An object which can have multiple Versions.

W

waitForEnd() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Block until all of the nested ProgressContainers are complete.
waitForEnd() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Block and wait for the object to reach "the end", where "the end" is defined as being complete or ending abnormally with an error.
waitForUpdate() - Method in class com.ibm.datapower.wamt.clientAPI.MacroProgressContainer
Block until one of the nested ProgressContainers has an update.
waitForUpdate() - Method in class com.ibm.datapower.wamt.clientAPI.ProgressContainer
Block and wait for this object to be updated.
WAMT_VERSION - Static variable in class com.ibm.datapower.wamt.Constants
 

X

XA35 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XA35.
XB50 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XB50.
XB52 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XB52
XC10 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XG45
XE82 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XE82
XG45 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XG45
XI50 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XI50.
XI52 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XI52
XM70 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XM70.
XS40 - Static variable in class com.ibm.datapower.wamt.DeviceType
A device that is an XS40.

A B C D E F G H I K L M N O P Q R S T U V W X

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