|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.clientAPI.ServiceDeployment
public class ServiceDeployment
The ServiceDeployment is used to check the inter-dependent service before the deployment, and is used to deploy the service source configuration to device.
Objects of this class are automatically instantiated when
Domain.createServiceDeployment(ServiceConfiguration, URLSource, String, String, boolean)
or
Domain.createServiceDeployment(ServiceConfiguration, boolean)
is invoked.
The InterDependentServiceCollection
object is created when this object is instantiated,
so the returns of methods
getFilesToBeOverwritten()
,
getInterDependentServices()
, and
getObjectsToBeOverwritten()
are cached at the same time.
Consequently, those returns could be a slight difference when the service is deploying to device.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2012_2013
|
Method Summary | |
---|---|
ProgressContainer |
deployServiceConfiguration()
Push a service source configuration onto the device. |
StringCollection |
getFilesToBeOverwritten()
Get a file list to be overwritten. |
RuntimeService[] |
getInterDependentServices()
Get all interdependent service(s) when this class is instantiated. |
ConfigObject[] |
getObjectsToBeOverwritten()
Get ConfigObject(s) to be overwritten. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2012_2013
Method Detail |
---|
public RuntimeService[] getInterDependentServices() throws DeletedException, NotExistException, InUseException, InvalidParameterException, AMPException, java.io.IOException
public StringCollection getFilesToBeOverwritten() throws DeletedException, NotExistException, InUseException, InvalidParameterException, AMPException, java.io.IOException
public ConfigObject[] getObjectsToBeOverwritten() throws DeletedException, NotExistException, InUseException, InvalidParameterException, AMPException, java.io.IOException
public ProgressContainer deployServiceConfiguration() throws DeletedException, FullException, NotManagedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |