Uses of Package
com.ibm.datapower.wamt.amp

Packages that use com.ibm.datapower.wamt.amp
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 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.soma   
 

Classes in com.ibm.datapower.wamt.amp used by com.ibm.datapower.wamt.amp
AMPException
          The top-level class to identify exceptions that may occur while communicating with DataPower devices.
AMPIOException
          An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
Commands
          A list of high-level commands that the DataPower device should support via SOAP invocation.
ConfigObject
          This class is used to represent the basis information of a object (service)
DeleteObjectResult
          This represents the data that would be returned from Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean).
DeviceContext
          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.
DeviceExecutionException
          The device had an internal error while executing an AMP command.
DeviceMetaInfo
          This represents the data that would be returned from Commands.getDeviceMetaInfo(DeviceContext).
DomainStatus
          A container to hold the multiple objects returned from Commands.getDomainStatus(DeviceContext, String).
ErrorReport
          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.
InterDependentServiceCollection
          This represents the data that would be returned only from Commands.getInterDependentServices(DeviceContext, String, byte[], ConfigObject[]), Commands.getInterDependentServices(DeviceContext, String, String, String, ConfigObject[]).
InvalidCredentialsException
          The device userid and password supplied inside a DeviceContext parameter were not accepted by the device.
NotExistException
          The requested item does not exist in the device.
NotificationCatcher
          This is the interface through which the Manager will start and stop the NotificationCatcher.
PackageInfo
          Get the SCM information about all the classes in this package.
PingResponse
          This is the object that will be returned from Commands.pingDevice(DeviceContext, String).
ReferencedObjectCollection
          This class is used to represent the referenced object returned from the Commands.getReferencedObjects(DeviceContext, String , String , String )
SOAPHelper
          A list of high-level commands that a SOAPHelperImpl class should implement.
SubscriptionResponseCode
          Provides enumerated values and helper methods for the response from the device of the subscription request.
SubscriptionState
          Provides enumerated values and helper methods for the state of the subscription as reported by the device.
 

Classes in com.ibm.datapower.wamt.amp used by com.ibm.datapower.wamt.clientAPI
AMPException
          The top-level class to identify exceptions that may occur while communicating with DataPower devices.
Commands
          A list of high-level commands that the DataPower device should support via SOAP invocation.
ConfigObject
          This class is used to represent the basis information of a object (service)
DeleteObjectResult
          This represents the data that would be returned from Commands.deleteService(DeviceContext, String, String, String, ConfigObject[], boolean).
DeviceContext
          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.
NotExistException
          The requested item does not exist in the device.
Notification
          A POJO representation of an event from a DataPower device.
ReferencedObjectCollection
          This class is used to represent the referenced object returned from the Commands.getReferencedObjects(DeviceContext, String , String , String )
 

Classes in com.ibm.datapower.wamt.amp used by com.ibm.datapower.wamt.soma
DeviceContext
          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.
 



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