|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.soyatec.windowsazure.proxy.AbstractProxyDelegate
org.soyatec.windowsazure.management.ServiceManagement
org.soyatec.windowsazure.management.ServiceManagementRest
public class ServiceManagementRest
See http://msdn.microsoft.com/en-us/library/ee460799.aspx for description.
| Constructor Summary | |
|---|---|
ServiceManagementRest(java.lang.String subscriptionId,
java.lang.String keyStoreFile,
java.lang.String keyStorePassword,
java.lang.String trustStoreFile,
java.lang.String trustStorePassword,
java.lang.String certificateAlias)
Construct a new ServiceManagementRest object with a subscription id, store file key, store password key, trust store file, trust store password and certificate alias. |
|
ServiceManagementRest(java.lang.String subscriptionId,
java.lang.String keyStoreFile,
java.lang.String keyStorePassword,
java.lang.String trustStoreFile,
java.lang.String trustStorePassword,
java.lang.String certificateAlias,
java.lang.String endPointHost)
Construct a new ServiceManagementRest object with a subscription id, store file key, store password key, trust store file, trust store password, certificate alias and endPointHost. |
|
| Method Summary | |
|---|---|
void |
addCertificate(java.lang.String serviceName,
byte[] data,
CertificateFormat format,
java.lang.String password)
The Add Certificate operation adds a certificate to the subscription. |
java.lang.String |
changeDeploymentConfiguration(java.lang.String serviceName,
DeploymentSlotType type,
BlobStream configurationFileStream,
AsyncResultCallback callback)
The Change Deployment Configuration operation initiates a change to the deployment configuration. |
java.lang.String |
changeDeploymentConfiguration(java.lang.String serviceName,
DeploymentSlotType type,
java.lang.String configurationFileUrl,
AsyncResultCallback callback)
The Change Deployment Configuration operation initiates a change to the deployment configuration. |
java.lang.String |
changeDeploymentConfiguration(java.lang.String serviceName,
java.lang.String deploymentName,
BlobStream configurationFileStream,
AsyncResultCallback callback)
The Change Deployment Configuration operation is to change the configuration of the Deployment. |
java.lang.String |
changeDeploymentConfiguration(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String configurationFileUrl,
AsyncResultCallback callback)
The Change Deployment Configuration operation is to change the configuration of the Deployment. |
void |
createAffinityGroup(java.lang.String groupName,
java.lang.String label,
java.lang.String description,
java.lang.String location)
The Create Affinity Group operation creates a new affinity group for the specified subscription. |
java.lang.String |
createDeployment(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
DeploymentConfiguration configuration,
AsyncResultCallback callback)
The Create Deployment operation uploads a new service package and creates a new deployment on staging or production. |
void |
createHostedService(java.lang.String serviceName,
java.lang.String label,
java.lang.String description,
java.lang.String location,
java.lang.String affinityGroup)
The Create Hosted Service operation creates a new hosted service in Windows Azure. |
void |
createStorageAccount(java.lang.String accountName,
java.lang.String label,
java.lang.String description,
java.lang.String location,
java.lang.String affinityGroup,
AsyncResultCallback callback)
The Create Storage Account operation creates a new storage account in Windows Azure. |
void |
deleteAffinityGroup(java.lang.String groupName)
The Delete Affinity Group operation deletes an affinity group in the specified subscription. |
void |
deleteCertificate(java.lang.String serviceName,
java.lang.String thumbprintAlgorithm,
java.lang.String thumbprint)
The Delete Certificate operation deletes a certificate from the subscription's certificate store. |
java.lang.String |
deleteDeployment(java.lang.String serviceName,
DeploymentSlotType type,
AsyncResultCallback callback)
The Delete Deployment operation Delete the deployment with the service name, deploymentSlotType and asyncResultCallback. |
java.lang.String |
deleteDeployment(java.lang.String serviceName,
java.lang.String deploymentName,
AsyncResultCallback callback)
The Delete Deployment operation Delete the deployment with the service name, deployment name and asyncResultCallback. |
void |
deleteHostedService(java.lang.String serviceName)
The Delete Hosted Service operation deletes the specified hosted service from Windows Azure. |
void |
deleteStorageAccount(java.lang.String accountName)
The Delete Storage Account operation deletes the specified storage account from Windows Azure. |
AffinityGroupProperties |
getAffinityGroupProperties(java.lang.String groupName)
The Get Affinity Group Properties operation returns the system properties associated with the specified affinity group. |
Certificate |
getCertificate(java.lang.String serviceName,
java.lang.String thumbprintAlgorithm,
java.lang.String thumbprint)
The Get Certificate operation returns the public data for the specified certificate. |
Deployment |
getDeployment(java.lang.String serviceName,
DeploymentSlotType type)
The Get Deployment operation returns configuration information, status, and system properties for the specified deployment. |
Deployment |
getDeployment(java.lang.String serviceName,
java.lang.String deploymentName)
The Get Deployment operation get the deployment with the service name and deployment name. |
HostedServiceProperties |
getHostedServiceProperties(java.lang.String serviceName,
boolean embedDetail)
The Get Hosted Service Properties operation retrieves system properties for the specified hosted service. |
int |
getMaximumThreadCount()
Get the maximum thead count for polling operation status. |
OperationStatus |
getOperationStatus(java.lang.String requestId)
The Get Operation Status operation returns the status of the specified operation. |
int |
getPollStatusInterval()
Get the interval in milliseconds for polling operation status in asynchronous operations. |
StorageAccountKey |
getStorageAccountKeys(java.lang.String serviceName)
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account. |
StorageAccountProperties |
getStorageAccountProperties(java.lang.String serviceName)
The Get Storage Account Properties operation returns the system properties for the specified storage account. |
java.util.List<AffinityGroup> |
listAffinityGroups()
The List Affinity Groups operation lists the affinity groups associated with the specified subscription. |
java.util.List<Certificate> |
listCertificates(java.lang.String serviceName)
The List Certificates operation lists all certificates associated with the specified hosted service. |
java.util.List<HostedService> |
listHostedServices()
The List Hosted Services operation lists the hosted services available under the current subscription. |
java.util.List<Location> |
listLocations()
List all of the data center locations that are valid for your subscription. |
java.util.List<OperatingSystem> |
listOperatingSystems()
list the OperatingSystem' Versions |
java.util.List<OperatingSystemFamily> |
listOSFamilies()
List Operating System Families |
java.util.List<StorageAccount> |
listStorageAccounts()
The List Storage Accounts operation lists the storage accounts available under the current subscription. |
java.util.List<SubscriptionOperation> |
listSubscriptionOperations(java.lang.String startTimeFrame,
java.lang.String endTimeFrame)
The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. |
java.util.List<SubscriptionOperation> |
listSubscriptionOperations(java.lang.String startTimeFrame,
java.lang.String endTimeFrame,
ObjectIdFilter filter,
OperationState operationStatus,
int limit)
The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. |
java.sql.Timestamp |
parseTimestamp(java.lang.String operationTime)
|
java.lang.String |
rebootRoleInstance(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
The Reboot Role Instance operation requests a reboot of a role instance that is running in a deployment. |
java.lang.String |
rebootRoleInstance(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
The Reboot Role Instance operation requests a reboot of a role instance that is running in a deployment. |
StorageAccountKey |
regenerateKeys(java.lang.String serviceName,
KeyType type)
The Regenerate Keys operation regenerates the primary or secondary access key for the specified storage account. |
java.lang.String |
reimageRoleInstance(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
The Reimage Role Instance operation requests a reimage of a role instance that is running in a deployment. |
java.lang.String |
reimageRoleInstance(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
The Reimage Role Instance operation requests a reimage of a role instance that is running in a deployment. |
void |
setMaximumThreadCount(int maximumThreadCount)
Note that all running tasks in pool will be stopped. |
void |
setPollStatusInterval(int interval)
Set the interval in milliseconds for polling operation status in asynchronous operations. |
java.lang.String |
swapDeployment(java.lang.String serviceName,
java.lang.String productName,
java.lang.String sourceName,
AsyncResultCallback callback)
The Swap Deployment operation initiates a virtual IP swap between the staging and production deployment slots for a service. |
void |
updateAffinityGroup(java.lang.String groupName,
java.lang.String label,
java.lang.String description)
The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription. |
java.lang.String |
updateDeplymentStatus(java.lang.String serviceName,
DeploymentSlotType type,
UpdateStatus status,
AsyncResultCallback callback)
The Update Deployment Status operation initiates a change in deployment status. |
java.lang.String |
updateDeplymentStatus(java.lang.String serviceName,
java.lang.String deploymentName,
UpdateStatus status,
AsyncResultCallback callback)
The Update Deployment Status operation is update the status of the Deployment. |
void |
updateHostedService(java.lang.String serviceName,
java.lang.String label,
java.lang.String description)
The Update Hosted Service operation updates the label and/or the description for a hosted service in Windows Azure. |
void |
updateStorageAccount(java.lang.String accountName,
java.lang.String label,
java.lang.String description)
The Update Storage Account operation updates the label and/or the description for a storage account in Windows Azure. |
java.lang.String |
upgradeDeployment(java.lang.String serviceName,
DeploymentSlotType type,
UpgradeConfiguration configuration,
AsyncResultCallback callback)
The Upgrade Deployment operation initiates an upgrade. |
java.lang.String |
upgradeDeployment(java.lang.String serviceName,
java.lang.String deploymentName,
UpgradeConfiguration configuration,
AsyncResultCallback callback)
The Upgrade Deployment operation initiates an upgrade. |
java.lang.String |
walkUpgradeDomain(java.lang.String serviceName,
DeploymentSlotType type,
int domainId,
AsyncResultCallback callback)
The Walk Upgrade Domain operation specifies the next upgrade domain to be walked during an in-place upgrade. |
java.lang.String |
walkUpgradeDomain(java.lang.String serviceName,
java.lang.String deploymentName,
int domainId,
AsyncResultCallback callback)
The Walk Upgrade Domain operation is walk upgrade the deployment. |
| Methods inherited from class org.soyatec.windowsazure.management.ServiceManagement |
|---|
getSubscriptionId, isBlocking, setBlocking |
| Methods inherited from class org.soyatec.windowsazure.proxy.AbstractProxyDelegate |
|---|
disableProxy, isProxyEnabled, setProxyConfiguration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceManagementRest(java.lang.String subscriptionId,
java.lang.String keyStoreFile,
java.lang.String keyStorePassword,
java.lang.String trustStoreFile,
java.lang.String trustStorePassword,
java.lang.String certificateAlias)
throws java.lang.Exception
java.lang.Exception
public ServiceManagementRest(java.lang.String subscriptionId,
java.lang.String keyStoreFile,
java.lang.String keyStorePassword,
java.lang.String trustStoreFile,
java.lang.String trustStorePassword,
java.lang.String certificateAlias,
java.lang.String endPointHost)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public java.util.List<HostedService> listHostedServices()
listHostedServices in class ServiceManagement
public Deployment getDeployment(java.lang.String serviceName,
DeploymentSlotType type)
getDeployment in class ServiceManagementserviceName - type -
public Deployment getDeployment(java.lang.String serviceName,
java.lang.String deploymentName)
getDeployment in class ServiceManagementserviceName - deploymentName -
public java.lang.String updateDeplymentStatus(java.lang.String serviceName,
DeploymentSlotType type,
UpdateStatus status,
AsyncResultCallback callback)
updateDeplymentStatus in class ServiceManagementserviceName - The name of hosted servicetype - Deployment slot type, either staging or productionstatus - The deployment status, either running or suspended
public java.lang.String updateDeplymentStatus(java.lang.String serviceName,
java.lang.String deploymentName,
UpdateStatus status,
AsyncResultCallback callback)
updateDeplymentStatus in class ServiceManagementserviceName - deploymentName - status - callback -
public java.lang.String swapDeployment(java.lang.String serviceName,
java.lang.String productName,
java.lang.String sourceName,
AsyncResultCallback callback)
swapDeployment in class ServiceManagementserviceName - productName - sourceName - callback -
public java.lang.String walkUpgradeDomain(java.lang.String serviceName,
DeploymentSlotType type,
int domainId,
AsyncResultCallback callback)
walkUpgradeDomain in class ServiceManagementserviceName - type - domainId - callback -
public java.lang.String walkUpgradeDomain(java.lang.String serviceName,
java.lang.String deploymentName,
int domainId,
AsyncResultCallback callback)
walkUpgradeDomain in class ServiceManagementserviceName - deploymentName - domainId - callback -
public java.lang.String changeDeploymentConfiguration(java.lang.String serviceName,
DeploymentSlotType type,
java.lang.String configurationFileUrl,
AsyncResultCallback callback)
changeDeploymentConfiguration in class ServiceManagementserviceName - type - configurationFileUrl - callback -
public java.lang.String changeDeploymentConfiguration(java.lang.String serviceName,
DeploymentSlotType type,
BlobStream configurationFileStream,
AsyncResultCallback callback)
serviceName - type - configurationFileStream - callback -
public java.lang.String changeDeploymentConfiguration(java.lang.String serviceName,
java.lang.String deploymentName,
BlobStream configurationFileStream,
AsyncResultCallback callback)
serviceName - deploymentName - configurationFileStream - callback -
public java.lang.String changeDeploymentConfiguration(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String configurationFileUrl,
AsyncResultCallback callback)
changeDeploymentConfiguration in class ServiceManagementserviceName - deploymentName - configurationFileUrl - callback -
public java.lang.String upgradeDeployment(java.lang.String serviceName,
DeploymentSlotType type,
UpgradeConfiguration configuration,
AsyncResultCallback callback)
upgradeDeployment in class ServiceManagementserviceName - type - configuration - callback -
public java.lang.String upgradeDeployment(java.lang.String serviceName,
java.lang.String deploymentName,
UpgradeConfiguration configuration,
AsyncResultCallback callback)
upgradeDeployment in class ServiceManagementserviceName - deploymentName - configuration - callback -
public java.lang.String deleteDeployment(java.lang.String serviceName,
DeploymentSlotType type,
AsyncResultCallback callback)
deleteDeployment in class ServiceManagementserviceName - type - callback -
public java.lang.String deleteDeployment(java.lang.String serviceName,
java.lang.String deploymentName,
AsyncResultCallback callback)
deleteDeployment in class ServiceManagementserviceName - deploymentName - callback -
public HostedServiceProperties getHostedServiceProperties(java.lang.String serviceName,
boolean embedDetail)
getHostedServiceProperties in class ServiceManagementserviceName - The name of your hosted service.embedDetail - When the embedDetail parameter is specified, the management
service returns properties for all deployments of the service,
as well as for the service itself. The default value is false.
public java.util.List<AffinityGroup> listAffinityGroups()
listAffinityGroups in class ServiceManagementpublic java.util.List<Certificate> listCertificates(java.lang.String serviceName)
listCertificates in class ServiceManagementserviceName -
public Certificate getCertificate(java.lang.String serviceName,
java.lang.String thumbprintAlgorithm,
java.lang.String thumbprint)
getCertificate in class ServiceManagementserviceName - thumbprintAlgorithm - the algorithm for the certificate's thumbprintthumbprint - the hexadecimal representation of the thumbprint
public void deleteCertificate(java.lang.String serviceName,
java.lang.String thumbprintAlgorithm,
java.lang.String thumbprint)
deleteCertificate in class ServiceManagementserviceName - thumbprintAlgorithm - the algorithm for the certificate's thumbprintthumbprint - the hexadecimal representation of the thumbprint
public void addCertificate(java.lang.String serviceName,
byte[] data,
CertificateFormat format,
java.lang.String password)
addCertificate in class ServiceManagementserviceName - data - format - password - public java.util.List<OperatingSystem> listOperatingSystems()
listOperatingSystems in class ServiceManagementpublic StorageAccountKey getStorageAccountKeys(java.lang.String serviceName)
getStorageAccountKeys in class ServiceManagementserviceName - The name of the desired storage account.
public StorageAccountKey regenerateKeys(java.lang.String serviceName,
KeyType type)
regenerateKeys in class ServiceManagementserviceName - The name of the desired storage account.type - Indicate what key should be regenerated.
public StorageAccountProperties getStorageAccountProperties(java.lang.String serviceName)
getStorageAccountProperties in class ServiceManagementserviceName - The name of the desired storage account.
public java.util.List<StorageAccount> listStorageAccounts()
listStorageAccounts in class ServiceManagementpublic AffinityGroupProperties getAffinityGroupProperties(java.lang.String groupName)
getAffinityGroupProperties in class ServiceManagementgroupName - The name of the desired affinity group
public void setPollStatusInterval(int interval)
setPollStatusInterval in class ServiceManagementinterval - the interval in milliseconds for polling operation statuspublic int getPollStatusInterval()
getPollStatusInterval in class ServiceManagementpublic int getMaximumThreadCount()
ServiceManagement
getMaximumThreadCount in class ServiceManagementpublic void setMaximumThreadCount(int maximumThreadCount)
setMaximumThreadCount in class ServiceManagementmaximumThreadCount - public OperationStatus getOperationStatus(java.lang.String requestId)
getOperationStatus in class ServiceManagementrequestId - the request id of operation
public java.lang.String createDeployment(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
DeploymentConfiguration configuration,
AsyncResultCallback callback)
createDeployment in class ServiceManagementserviceName - deploySlotName - define -
public java.util.List<OperatingSystemFamily> listOSFamilies()
listOSFamilies in class ServiceManagement
public java.lang.String reimageRoleInstance(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
reimageRoleInstance in class ServiceManagementserviceName - The name of your hosted service.deploySlotName - Deployment slot type, either staging or productionroleInstanceName - The name of role instancecallback - The callback instance will be notified when the asynchronous
operation is completed.
public java.lang.String reimageRoleInstance(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
ServiceManagement
reimageRoleInstance in class ServiceManagementserviceName - The name of your hosted service.deploymentName - The name of deploymentroleInstanceName - The name of role instancecallback - The callback instance will be notified when the asynchronous
operation is completed.
public java.lang.String rebootRoleInstance(java.lang.String serviceName,
DeploymentSlotType deploySlotName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
rebootRoleInstance in class ServiceManagementserviceName - deploySlotName - roleInstanceName - callback -
public java.lang.String rebootRoleInstance(java.lang.String serviceName,
java.lang.String deploymentName,
java.lang.String roleInstanceName,
AsyncResultCallback callback)
ServiceManagement
rebootRoleInstance in class ServiceManagementserviceName - The name of your hosted service.deploymentName - The name of deploymentroleInstanceName - The name of role instancecallback - The callback instance will be notified when the asynchronous
operation is completed.
public void deleteHostedService(java.lang.String serviceName)
deleteHostedService in class ServiceManagementserviceName - public java.util.List<Location> listLocations()
listLocations in class ServiceManagement
public void updateHostedService(java.lang.String serviceName,
java.lang.String label,
java.lang.String description)
updateHostedService in class ServiceManagementserviceName - label - A label for the hosted service. The label may be up to 100
characters in length. You must specify a value for either
Label or Description, or for both.description - A description for the hosted service. The description may be
up to 1024 characters in length. You must specify a value for
either Label or Description, or for both.
public void createHostedService(java.lang.String serviceName,
java.lang.String label,
java.lang.String description,
java.lang.String location,
java.lang.String affinityGroup)
createHostedService in class ServiceManagementserviceName - configuration -
public void createAffinityGroup(java.lang.String groupName,
java.lang.String label,
java.lang.String description,
java.lang.String location)
ServiceManagement
createAffinityGroup in class ServiceManagementgroupName - The name of the affinity group that is unique to the
subscription.label - Required. A label for the affinity group. The label may be up
to 100 characters in length.description - Optional. A description for the affinity group. The
description may be up to 1024 characters in length.location - The location where the affinity group will be created. To list
available locations, use the List Locations operation.public void deleteAffinityGroup(java.lang.String groupName)
ServiceManagement
deleteAffinityGroup in class ServiceManagementgroupName - The name of the desired affinity group
public void updateAffinityGroup(java.lang.String groupName,
java.lang.String label,
java.lang.String description)
ServiceManagement
updateAffinityGroup in class ServiceManagementgroupName - The name of the desired affinity grouplabel - Required. A label for the affinity group. The label may be up
to 100 characters in length.description - Optional. A description for the affinity group. The
description may be up to 1024 characters in length.
public java.util.List<SubscriptionOperation> listSubscriptionOperations(java.lang.String startTimeFrame,
java.lang.String endTimeFrame)
ServiceManagement
listSubscriptionOperations in class ServiceManagementstartTimeFrame - The start of the timeframe to begin listing subscription
operations in UTC format. This parameter and the
endTimeFrame - The end of the timeframe to begin listing subscription
operations in UTC format. This parameter and the
public java.util.List<SubscriptionOperation> listSubscriptionOperations(java.lang.String startTimeFrame,
java.lang.String endTimeFrame,
ObjectIdFilter filter,
OperationState operationStatus,
int limit)
ServiceManagement
listSubscriptionOperations in class ServiceManagementstartTimeFrame - The start of the timeframe to begin listing subscription
operations in UTC format. This parameter and the
endTimeFrame - The end of the timeframe to begin listing subscription
operations in UTC format. This parameter and the
filter - Optional. Returns subscription operations only for the
specified object type and object ID. This parameter must be
set equal to the URL value for performing an HTTP GET on the
object. If no object is specified, a filter is not applied.operationStatus - Optional. Returns subscription operations only for the
specified result status, either Succeeded, Failed, or
InProgress. This filter can be combined with the
ObjectIdFilter to select subscription operations for an object
with a specific result status. If no result status is
specified, a filter is not applied.limit - The number of Subscription Operation that should be returned.
If you specify -1, it will return all Subscription Operations
during the specified timeframe.
public java.sql.Timestamp parseTimestamp(java.lang.String operationTime)
public void createStorageAccount(java.lang.String accountName,
java.lang.String label,
java.lang.String description,
java.lang.String location,
java.lang.String affinityGroup,
AsyncResultCallback callback)
ServiceManagement
createStorageAccount in class ServiceManagementaccountName - Required. A name for the storage account that is unique to the
subscription.label - Required. A label for the storage account. The label may be up
to 100 characters in length.description - Optional. A description for the storage account. The
description may be up to 1024 characters in length.location - Required if AffinityGroup is not specified. The location where
the storage account is created. Specify either Location or
AffinityGroup, but not both.affinityGroup - Required if Location is not specified. The name of an existing
affinity group in the specified subscription. Specify either
Location or AffinityGroup, but not both.callback - The callback instance will be notified when the asynchronous
operation is completed.public void deleteStorageAccount(java.lang.String accountName)
ServiceManagement
deleteStorageAccount in class ServiceManagementaccountName - the name of the storage account
public void updateStorageAccount(java.lang.String accountName,
java.lang.String label,
java.lang.String description)
ServiceManagement
updateStorageAccount in class ServiceManagementaccountName - the name of the storage accountlabel - Optional. A label for the storage account. The label may be up
to 100 characters in length. You must specify a value for
either Label or Description, or for both.description - Optional. A description for the storage account. The
description may be up to 1024 characters in length. You must
specify a value for either Label or Description, or for both.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||