Uses of Class
org.gcube.common.vremanagement.deployer.stubs.common.PackageInfo

Packages that use PackageInfo
org.gcube.common.vremanagement.deployer.stubs.common   
org.gcube.common.vremanagement.deployer.stubs.deployer   
 

Uses of PackageInfo in org.gcube.common.vremanagement.deployer.stubs.common
 

Methods in org.gcube.common.vremanagement.deployer.stubs.common that return PackageInfo
 PackageInfo PackageInfoStatus.get_package()
          Gets the _package value for this PackageInfoStatus.
 PackageInfo DeployInfo.getPackageInfo()
          Gets the packageInfo value for this DeployInfo.
 

Methods in org.gcube.common.vremanagement.deployer.stubs.common with parameters of type PackageInfo
 void PackageInfoStatus.set_package(PackageInfo _package)
          Sets the _package value for this PackageInfoStatus.
 void DeployInfo.setPackageInfo(PackageInfo packageInfo)
          Sets the packageInfo value for this DeployInfo.
 

Constructors in org.gcube.common.vremanagement.deployer.stubs.common with parameters of type PackageInfo
DeployInfo(String ghnID, PackageInfo packageInfo)
           
PackageInfoStatus(PackageInfo _package, String message, String status)
           
 

Uses of PackageInfo in org.gcube.common.vremanagement.deployer.stubs.deployer
 

Methods in org.gcube.common.vremanagement.deployer.stubs.deployer that return PackageInfo
 PackageInfo PatchParameters.get_package()
          Gets the _package value for this PatchParameters.
 PackageInfo[] DeployParameters.get_package()
          Gets the _package value for this DeployParameters.
 PackageInfo[] UndeployParameters.get_package()
          Gets the _package value for this UndeployParameters.
 PackageInfo[] UpdateParameters.get_package()
          Gets the _package value for this UpdateParameters.
 PackageInfo DeployParameters.get_package(int i)
           
 PackageInfo UndeployParameters.get_package(int i)
           
 PackageInfo UpdateParameters.get_package(int i)
           
 

Methods in org.gcube.common.vremanagement.deployer.stubs.deployer with parameters of type PackageInfo
 void DeployParameters.set_package(int i, PackageInfo _value)
           
 void UndeployParameters.set_package(int i, PackageInfo _value)
           
 void UpdateParameters.set_package(int i, PackageInfo _value)
           
 void PatchParameters.set_package(PackageInfo _package)
          Sets the _package value for this PatchParameters.
 void DeployParameters.set_package(PackageInfo[] _package)
          Sets the _package value for this DeployParameters.
 void UndeployParameters.set_package(PackageInfo[] _package)
          Sets the _package value for this UndeployParameters.
 void UpdateParameters.set_package(PackageInfo[] _package)
          Sets the _package value for this UpdateParameters.
 

Constructors in org.gcube.common.vremanagement.deployer.stubs.deployer with parameters of type PackageInfo
DeployParameters(PackageInfo[] _package, String callbackID, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, String[] targetScope)
           
PatchParameters(PackageInfo _package, String callbackID, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, org.apache.axis.types.URI patchURI, boolean restart)
           
UndeployParameters(PackageInfo[] _package, String callbackID, boolean cleanState, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, String[] targetScope)
           
UpdateParameters(PackageInfo[] _package, String callbackID, boolean cleanState, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, boolean updateOnlyBinaryFiles)
           
 



Copyright © 2012. All Rights Reserved.