418 строки
27 KiB
YAML
418 строки
27 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- fullName: system.fabric.CodePackageActivationContext.getApplicationName()
|
|
name: getApplicationName()
|
|
nameWithType: CodePackageActivationContext.getApplicationName()
|
|
returns:
|
|
description: <p>The name of the application. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the name of the application.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getApplicationName()
|
|
uid: system.fabric.CodePackageActivationContext.getApplicationName()
|
|
- fullName: system.fabric.CodePackageActivationContext.getApplicationTypeName()
|
|
name: getApplicationTypeName()
|
|
nameWithType: CodePackageActivationContext.getApplicationTypeName()
|
|
returns:
|
|
description: <p>The name of the application type. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the name of the application type.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getApplicationTypeName()
|
|
uid: system.fabric.CodePackageActivationContext.getApplicationTypeName()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageAddedEvent()
|
|
name: getCodePackageAddedEvent()
|
|
nameWithType: CodePackageActivationContext.getCodePackageAddedEvent()
|
|
returns:
|
|
description: <p>Getter for the CodePackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageAddedEventArgs?alt=system.fabric.PackageAddedEventArgs&text=PackageAddedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.CodePackage?alt=system.fabric.CodePackage&text=CodePackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>CodePackageAddedEvent should be used to register listeners to listen to the events that are generated on adding new Code package to service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageAddedEventArgs<CodePackage>> getCodePackageAddedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageAddedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageModifiedEvent()
|
|
name: getCodePackageModifiedEvent()
|
|
nameWithType: CodePackageActivationContext.getCodePackageModifiedEvent()
|
|
returns:
|
|
description: <p>Getter for the CodePackageRemovedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageModifiedEventArgs?alt=system.fabric.PackageModifiedEventArgs&text=PackageModifiedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.CodePackage?alt=system.fabric.CodePackage&text=CodePackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>CodePackageRemovedEvent should be used to register listeners to listen to the events that are generated on modifying a Code package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageModifiedEventArgs<CodePackage>> getCodePackageModifiedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageModifiedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageName()
|
|
name: getCodePackageName()
|
|
nameWithType: CodePackageActivationContext.getCodePackageName()
|
|
returns:
|
|
description: <p>The name of the fabric activated code package. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the name of the fabric activated code package.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getCodePackageName()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageName()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageNames()
|
|
name: getCodePackageNames()
|
|
nameWithType: CodePackageActivationContext.getCodePackageNames()
|
|
returns:
|
|
description: <p>The list of code package names in the service manifest. </p>
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves the list of code package names in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<String> getCodePackageNames()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageNames()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageObject(String packageName)
|
|
name: getCodePackageObject(String packageName)
|
|
nameWithType: CodePackageActivationContext.getCodePackageObject(String packageName)
|
|
parameters:
|
|
- description: <p>Name of the CodePackage </p>
|
|
name: packageName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>returns <xref uid="system.fabric.CodePackage" data-throw-if-not-resolved="false" data-raw-source="system.fabric.CodePackage"></xref></p>
|
|
type: <xref href="system.fabric.CodePackage?alt=system.fabric.CodePackage&text=CodePackage" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Returns the CodePackage object from Service Package that matches the packageName parameter</p>
|
|
|
|
<p></p>
|
|
syntax: public CodePackage getCodePackageObject(String packageName)
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageObject(String)
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageRemovedEvent()
|
|
name: getCodePackageRemovedEvent()
|
|
nameWithType: CodePackageActivationContext.getCodePackageRemovedEvent()
|
|
returns:
|
|
description: <p>Getter for the CodePackageRemovedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageRemovedEventArgs?alt=system.fabric.PackageRemovedEventArgs&text=PackageRemovedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.CodePackage?alt=system.fabric.CodePackage&text=CodePackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>CodePackageRemovedEvent should be used to register listeners to listen to the events that are generated on removing a Code package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageRemovedEventArgs<CodePackage>> getCodePackageRemovedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageRemovedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getCodePackageVersion()
|
|
name: getCodePackageVersion()
|
|
nameWithType: CodePackageActivationContext.getCodePackageVersion()
|
|
returns:
|
|
description: <p>The version of the fabric activated code package. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the version of the fabric activated code package</p>
|
|
|
|
<p></p>
|
|
syntax: public String getCodePackageVersion()
|
|
uid: system.fabric.CodePackageActivationContext.getCodePackageVersion()
|
|
- fullName: system.fabric.CodePackageActivationContext.getConfigurationPackageAddedEvent()
|
|
name: getConfigurationPackageAddedEvent()
|
|
nameWithType: CodePackageActivationContext.getConfigurationPackageAddedEvent()
|
|
returns:
|
|
description: <p>Getter for the ConfigurationPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageAddedEventArgs?alt=system.fabric.PackageAddedEventArgs&text=PackageAddedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.ConfigurationPackage?alt=system.fabric.ConfigurationPackage&text=ConfigurationPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>ConfigurationPackageAddedEvent should be used to register listeners to listen to the events that are generated on adding new Config package to service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageAddedEventArgs<ConfigurationPackage>> getConfigurationPackageAddedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getConfigurationPackageAddedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getConfigurationPackageModifiedEvent()
|
|
name: getConfigurationPackageModifiedEvent()
|
|
nameWithType: CodePackageActivationContext.getConfigurationPackageModifiedEvent()
|
|
returns:
|
|
description: <p>Getter for the ConfigurationPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageModifiedEventArgs?alt=system.fabric.PackageModifiedEventArgs&text=PackageModifiedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.ConfigurationPackage?alt=system.fabric.ConfigurationPackage&text=ConfigurationPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>ConfigurationPackageAddedEvent should be used to register listeners to listen to the events that are generated on modifying a Config package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageModifiedEventArgs<ConfigurationPackage>> getConfigurationPackageModifiedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getConfigurationPackageModifiedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getConfigurationPackageNames()
|
|
name: getConfigurationPackageNames()
|
|
nameWithType: CodePackageActivationContext.getConfigurationPackageNames()
|
|
returns:
|
|
description: <p>The list of configuration package names in the service manifest. </p>
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves the list of configuration package names in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<String> getConfigurationPackageNames()
|
|
uid: system.fabric.CodePackageActivationContext.getConfigurationPackageNames()
|
|
- fullName: system.fabric.CodePackageActivationContext.getConfigurationPackageObject(String packageName)
|
|
name: getConfigurationPackageObject(String packageName)
|
|
nameWithType: CodePackageActivationContext.getConfigurationPackageObject(String packageName)
|
|
parameters:
|
|
- description: <p>Name of the ConfigurationPackage </p>
|
|
name: packageName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>returns <xref uid="system.fabric.ConfigurationPackage" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
|
|
type: <xref href="system.fabric.ConfigurationPackage?alt=system.fabric.ConfigurationPackage&text=ConfigurationPackage" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Returns ConfigurationPackage object from Service Package that matches the packageName parameter</p>
|
|
|
|
<p></p>
|
|
syntax: public ConfigurationPackage getConfigurationPackageObject(String packageName)
|
|
uid: system.fabric.CodePackageActivationContext.getConfigurationPackageObject(String)
|
|
- fullName: system.fabric.CodePackageActivationContext.getConfigurationPackageRemovedEvent()
|
|
name: getConfigurationPackageRemovedEvent()
|
|
nameWithType: CodePackageActivationContext.getConfigurationPackageRemovedEvent()
|
|
returns:
|
|
description: <p>Getter for the ConfigurationPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageRemovedEventArgs?alt=system.fabric.PackageRemovedEventArgs&text=PackageRemovedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.ConfigurationPackage?alt=system.fabric.ConfigurationPackage&text=ConfigurationPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>ConfigurationPackageAddedEvent should be used to register listeners to listen to the events that are generated on removing a Config package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageRemovedEventArgs<ConfigurationPackage>> getConfigurationPackageRemovedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getConfigurationPackageRemovedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getContextId()
|
|
name: getContextId()
|
|
nameWithType: CodePackageActivationContext.getContextId()
|
|
returns:
|
|
description: <p>The context ID. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the ID that represents the service package name qualified with Application package name.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getContextId()
|
|
uid: system.fabric.CodePackageActivationContext.getContextId()
|
|
- fullName: system.fabric.CodePackageActivationContext.getDataPackageAddedEvent()
|
|
name: getDataPackageAddedEvent()
|
|
nameWithType: CodePackageActivationContext.getDataPackageAddedEvent()
|
|
returns:
|
|
description: <p>Getter for the DataPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageAddedEventArgs?alt=system.fabric.PackageAddedEventArgs&text=PackageAddedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.DataPackage?alt=system.fabric.DataPackage&text=DataPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>DataPackageAddedEvent should be used to register listeners to listen to the events that are generated on adding new Data package to service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageAddedEventArgs<DataPackage>> getDataPackageAddedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getDataPackageAddedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getDataPackageModifiedEvent()
|
|
name: getDataPackageModifiedEvent()
|
|
nameWithType: CodePackageActivationContext.getDataPackageModifiedEvent()
|
|
returns:
|
|
description: <p>Getter for the DataPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageModifiedEventArgs?alt=system.fabric.PackageModifiedEventArgs&text=PackageModifiedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.DataPackage?alt=system.fabric.DataPackage&text=DataPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>DataPackageAddedEvent should be used to register listeners to listen to the events that are generated on modifying a Data package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageModifiedEventArgs<DataPackage>> getDataPackageModifiedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getDataPackageModifiedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getDataPackageNames()
|
|
name: getDataPackageNames()
|
|
nameWithType: CodePackageActivationContext.getDataPackageNames()
|
|
returns:
|
|
description: <p>A list of data packages. </p>
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves all data packages by name.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<String> getDataPackageNames()
|
|
uid: system.fabric.CodePackageActivationContext.getDataPackageNames()
|
|
- fullName: system.fabric.CodePackageActivationContext.getDataPackageObject(String packageName)
|
|
name: getDataPackageObject(String packageName)
|
|
nameWithType: CodePackageActivationContext.getDataPackageObject(String packageName)
|
|
parameters:
|
|
- description: <p>Name of the DataPackage </p>
|
|
name: packageName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>Returns DataPackage object from Service Package that matches the packageName parameter. </p>
|
|
type: <xref href="system.fabric.DataPackage?alt=system.fabric.DataPackage&text=DataPackage" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Returns DataPackage object from Service Package that matches the packageName parameter</p>
|
|
|
|
<p></p>
|
|
syntax: public DataPackage getDataPackageObject(String packageName)
|
|
uid: system.fabric.CodePackageActivationContext.getDataPackageObject(String)
|
|
- fullName: system.fabric.CodePackageActivationContext.getDataPackageRemovedEvent()
|
|
name: getDataPackageRemovedEvent()
|
|
nameWithType: CodePackageActivationContext.getDataPackageRemovedEvent()
|
|
returns:
|
|
description: <p>Getter for the DataPackageAddedEvent <xref uid="system.fabric.Observable" data-throw-if-not-resolved="false" data-raw-source="system.fabric.Observable"></xref>. </p>
|
|
type: <xref href="system.fabric.Observable?alt=system.fabric.Observable&text=Observable" data-throw-if-not-resolved="False"/><<xref href="system.fabric.PackageRemovedEventArgs?alt=system.fabric.PackageRemovedEventArgs&text=PackageRemovedEventArgs" data-throw-if-not-resolved="False"/><<xref href="system.fabric.DataPackage?alt=system.fabric.DataPackage&text=DataPackage" data-throw-if-not-resolved="False"/>>>
|
|
summary: >-
|
|
<p>DataPackageAddedEvent should be used to register listeners to listen to the events that are generated on removing a Data package in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<PackageRemovedEventArgs<DataPackage>> getDataPackageRemovedEvent()
|
|
uid: system.fabric.CodePackageActivationContext.getDataPackageRemovedEvent()
|
|
- fullName: system.fabric.CodePackageActivationContext.getEndpoint(String endpointName)
|
|
name: getEndpoint(String endpointName)
|
|
nameWithType: CodePackageActivationContext.getEndpoint(String endpointName)
|
|
parameters:
|
|
- description: <p>The name of the endpoint. </p>
|
|
name: endpointName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>The endpoint with a specified name. </p>
|
|
type: <xref href="system.fabric.description.EndpointResourceDescription?alt=system.fabric.description.EndpointResourceDescription&text=EndpointResourceDescription" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves the endpoint by name.</p>
|
|
|
|
<p></p>
|
|
syntax: public EndpointResourceDescription getEndpoint(String endpointName)
|
|
uid: system.fabric.CodePackageActivationContext.getEndpoint(String)
|
|
- fullName: system.fabric.CodePackageActivationContext.getEndpoints()
|
|
name: getEndpoints()
|
|
nameWithType: CodePackageActivationContext.getEndpoints()
|
|
returns:
|
|
description: <p>The end point names in the service manifest. </p>
|
|
type: LinkedHashMap<String, <xref href="system.fabric.description.EndpointResourceDescription?alt=system.fabric.description.EndpointResourceDescription&text=EndpointResourceDescription" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Retrieves all the end point names in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public LinkedHashMap<String, EndpointResourceDescription> getEndpoints()
|
|
uid: system.fabric.CodePackageActivationContext.getEndpoints()
|
|
- fullName: system.fabric.CodePackageActivationContext.getLogDirectory()
|
|
name: getLogDirectory()
|
|
nameWithType: CodePackageActivationContext.getLogDirectory()
|
|
returns:
|
|
description: <p>The path to the application logs directory. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the path to the log directory that the application can use.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getLogDirectory()
|
|
uid: system.fabric.CodePackageActivationContext.getLogDirectory()
|
|
- fullName: system.fabric.CodePackageActivationContext.getServiceListenAddress()
|
|
name: getServiceListenAddress()
|
|
nameWithType: CodePackageActivationContext.getServiceListenAddress()
|
|
returns:
|
|
description: <p>The address at which the service should start the communication listener </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The address at which the service should start the communication listener.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getServiceListenAddress()
|
|
uid: system.fabric.CodePackageActivationContext.getServiceListenAddress()
|
|
- fullName: system.fabric.CodePackageActivationContext.getServiceManifestName()
|
|
name: getServiceManifestName()
|
|
nameWithType: CodePackageActivationContext.getServiceManifestName()
|
|
returns:
|
|
description: <p>The name of the service manifest. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves the name of the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getServiceManifestName()
|
|
uid: system.fabric.CodePackageActivationContext.getServiceManifestName()
|
|
- fullName: system.fabric.CodePackageActivationContext.getServiceManifestVersion()
|
|
name: getServiceManifestVersion()
|
|
nameWithType: CodePackageActivationContext.getServiceManifestVersion()
|
|
returns:
|
|
description: <p>The version of the service manifest. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Retrieves the version of the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getServiceManifestVersion()
|
|
uid: system.fabric.CodePackageActivationContext.getServiceManifestVersion()
|
|
- fullName: system.fabric.CodePackageActivationContext.getServicePublishAddress()
|
|
name: getServicePublishAddress()
|
|
nameWithType: CodePackageActivationContext.getServicePublishAddress()
|
|
returns:
|
|
description: <p>The address which the service should publish as the listen address. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The address which the service should publish as the listen address.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getServicePublishAddress()
|
|
uid: system.fabric.CodePackageActivationContext.getServicePublishAddress()
|
|
- fullName: system.fabric.CodePackageActivationContext.getServiceTypes()
|
|
name: getServiceTypes()
|
|
nameWithType: CodePackageActivationContext.getServiceTypes()
|
|
returns:
|
|
description: <p>The list of Service Group types in the service manifest. </p>
|
|
type: LinkedHashMap<String, <xref href="system.fabric.description.ServiceTypeDescription?alt=system.fabric.description.ServiceTypeDescription&text=ServiceTypeDescription" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Retrieves the list of Service Group types in the service manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public LinkedHashMap<String, ServiceTypeDescription> getServiceTypes()
|
|
uid: system.fabric.CodePackageActivationContext.getServiceTypes()
|
|
- fullName: system.fabric.CodePackageActivationContext.getTempDirectory()
|
|
name: getTempDirectory()
|
|
nameWithType: CodePackageActivationContext.getTempDirectory()
|
|
returns:
|
|
description: <p>The path to the Temp directory. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the path to the Temp directory that the Application can use.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getTempDirectory()
|
|
uid: system.fabric.CodePackageActivationContext.getTempDirectory()
|
|
- fullName: system.fabric.CodePackageActivationContext.getWorkDirectory()
|
|
name: getWorkDirectory()
|
|
nameWithType: CodePackageActivationContext.getWorkDirectory()
|
|
returns:
|
|
description: <p>The path to the Work directory. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the path to the Work directory that the Application can use.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getWorkDirectory()
|
|
uid: system.fabric.CodePackageActivationContext.getWorkDirectory()
|
|
- fullName: system.fabric.CodePackageActivationContext.reportApplicationHealth(HealthInformation healthInfo)
|
|
name: reportApplicationHealth(HealthInformation healthInfo)
|
|
nameWithType: CodePackageActivationContext.reportApplicationHealth(HealthInformation healthInfo)
|
|
parameters:
|
|
- description: <p>Health information that is to be reported. </p>
|
|
name: healthInfo
|
|
type: <xref href="system.fabric.health.HealthInformation?alt=system.fabric.health.HealthInformation&text=HealthInformation" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Reports health for current application. </p>
|
|
syntax: public void reportApplicationHealth(HealthInformation healthInfo)
|
|
uid: system.fabric.CodePackageActivationContext.reportApplicationHealth(HealthInformation)
|
|
- fullName: system.fabric.CodePackageActivationContext.reportDeployedApplicationHealth(HealthInformation healthInfo)
|
|
name: reportDeployedApplicationHealth(HealthInformation healthInfo)
|
|
nameWithType: CodePackageActivationContext.reportDeployedApplicationHealth(HealthInformation healthInfo)
|
|
parameters:
|
|
- description: <p>Health information that is to be reported. </p>
|
|
name: healthInfo
|
|
type: <xref href="system.fabric.health.HealthInformation?alt=system.fabric.health.HealthInformation&text=HealthInformation" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Reports health for current deployed application. </p>
|
|
syntax: public void reportDeployedApplicationHealth(HealthInformation healthInfo)
|
|
uid: system.fabric.CodePackageActivationContext.reportDeployedApplicationHealth(HealthInformation)
|
|
- fullName: system.fabric.CodePackageActivationContext.reportDeployedServicePackageHealth(HealthInformation healthInfo)
|
|
name: reportDeployedServicePackageHealth(HealthInformation healthInfo)
|
|
nameWithType: CodePackageActivationContext.reportDeployedServicePackageHealth(HealthInformation healthInfo)
|
|
parameters:
|
|
- description: <p>Health information that is to be reported. </p>
|
|
name: healthInfo
|
|
type: <xref href="system.fabric.health.HealthInformation?alt=system.fabric.health.HealthInformation&text=HealthInformation" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Reports health for current deployed service package. </p>
|
|
syntax: public void reportDeployedServicePackageHealth(HealthInformation healthInfo)
|
|
uid: system.fabric.CodePackageActivationContext.reportDeployedServicePackageHealth(HealthInformation)
|
|
nameWithType: CodePackageActivationContext
|
|
syntax: public interface CodePackageActivationContext
|
|
type: interface
|
|
uid: system.fabric.CodePackageActivationContext
|
|
fullName: system.fabric.CodePackageActivationContext
|
|
name: CodePackageActivationContext
|
|
package: system.fabric
|
|
summary: <p>Represents activation context for the Service Fabric service. This is valid for fabric activated service only. </p>
|
|
metadata: {}
|