Uses of Class
com.ibm.datapower.wamt.amp.ConfigObject

Packages that use ConfigObject
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. 
 

Uses of ConfigObject in com.ibm.datapower.wamt.amp
 

Methods in com.ibm.datapower.wamt.amp that return ConfigObject
 ConfigObject[] InterDependentServiceCollection.getObjectToBeOverwritten()
          Get the ConfigObject object(s) to be overwritten.
 ConfigObject[] ConfigObject.getReferencedObjects()
          Get the referenced object(s) by this configobject
 ConfigObject[] ReferencedObjectCollection.getReferencedObjects()
          Get all direct ConfigObject(s), use ConfigObject.getReferencedObjects() to get the deeper configobject(s).
 

Methods in com.ibm.datapower.wamt.amp with parameters of type ConfigObject
 DeleteObjectResult[] Commands.deleteService(DeviceContext device, java.lang.String domainName, java.lang.String objectName, java.lang.String objectClassName, ConfigObject[] excludeObjects, boolean deleteReferencedFiles)
          Given domain name, service class, service name, delete the service object and all its dependent objects.
 InterDependentServiceCollection Commands.getInterDependentServices(DeviceContext device, java.lang.String domainName, byte[] packageImage, ConfigObject[] objectArray)
          Getting inter-dependent service on device.
 InterDependentServiceCollection Commands.getInterDependentServices(DeviceContext device, java.lang.String domainName, java.lang.String fileDomainName, java.lang.String fileNameOnDevice, ConfigObject[] objects)
          Getting inter-dependent service on device.
 void Commands.quiesceService(DeviceContext device, java.lang.String domain, ConfigObject[] objects, int timeout)
          Quiesce all the services specified in the request for the domain.
 void Commands.setDomainByService(DeviceContext device, java.lang.String domainName, ConfigObject[] objects, byte[] domainImage, DeploymentPolicy policy, boolean importAllFiles)
          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.
 void Commands.setDomainByService(DeviceContext device, java.lang.String domainName, ConfigObject[] objects, java.lang.String fileDomainName, java.lang.String fileNameOnDevice, DeploymentPolicy policy, boolean importAllFiles)
          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.
 void ConfigObject.setReferencedObject(ConfigObject[] configObject)
          Get the referenced object(s) by this configobject
 void Commands.startService(DeviceContext device, java.lang.String domainName, ConfigObject[] objects)
          Start a service by changing its administrative state to "enabled"
 void Commands.stopService(DeviceContext device, java.lang.String domainName, ConfigObject[] objects)
          Stop a service by changing its administrative state to "disabled"
 void Commands.unquiesceService(DeviceContext device, java.lang.String domainName, ConfigObject[] objects)
          UnQuiesce all the services specified in the request for the specified domain.
 

Constructors in com.ibm.datapower.wamt.amp with parameters of type ConfigObject
ConfigObject(java.lang.String name, java.lang.String className, java.lang.String classDisplayName, java.lang.String userComment, ConfigObject[] referencedObject, boolean refState)
          Construct a new ConfigObject object with referenced configobject.
DeleteObjectResult(ConfigObject configObject, boolean deleted, boolean excluded, java.lang.String errorMessage)
          Construct a new ConfigObjectStatus object.
 

Constructor parameters in com.ibm.datapower.wamt.amp with type arguments of type ConfigObject
InterDependentServiceCollection(java.util.List<RuntimeService> serviceList, java.util.List<ConfigObject> objectToBeOverwritten, StringCollection fileList)
          Construct a new InterDependentServiceCollection object which is returned only by Commands#getInterDependentServices(DeviceContext, String, byte[], ConfigObject[] in general.
ReferencedObjectCollection(java.util.HashMap<java.lang.String,java.util.ArrayList<ConfigObject>> referencedObject, StringCollection fileList, java.lang.String primaryKey)
          Construct a new ReferencedObjectCollection object which is returned only by {@link Commands#getReferencedObjects(DeviceContext, String , String , String ) in general.
 

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

Methods in com.ibm.datapower.wamt.clientAPI that return ConfigObject
 ConfigObject[] ServiceDeployment.getObjectsToBeOverwritten()
          Get ConfigObject(s) to be overwritten.
 

Methods in com.ibm.datapower.wamt.clientAPI with parameters of type ConfigObject
 DeleteObjectResult[] Domain.deleteService(RuntimeService service, ConfigObject[] excludeObjects, boolean deleteReferencedFiles)
          Delete a RuntimeService, and return the result of each objects in a RuntimeService.
 



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