StatelessServiceTypeDescription Class
- java.
lang. Object - ServiceTypeDescription
- system.
fabric. description. StatelessServiceTypeDescription
- system.
public class StatelessServiceTypeDescription extends ServiceTypeDescription
Constructor Summary
Constructor | Description | |
---|---|---|
StatelessServiceTypeDescription() |
Creates and initializes an instance of the system.fabric.description.StatelessServiceTypeDescription object. |
|
StatelessServiceTypeDescription(boolean useImplicitHost) |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isUseImplicitHost()
Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables. |
void |
setUseImplicitHost(boolean useImplicitHost)
Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables. |
Inherited Members
Constructor Details
StatelessServiceTypeDescription
public StatelessServiceTypeDescription()
Creates and initializes an instance of the system.fabric.description.StatelessServiceTypeDescription object.
StatelessServiceTypeDescription
public StatelessServiceTypeDescription(boolean useImplicitHost)
Parameters:
Method Details
isUseImplicitHost
public boolean isUseImplicitHost()
Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables.
Returns:
setUseImplicitHost
public void setUseImplicitHost(boolean useImplicitHost)
Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables.
Parameters:
Applies to
Azure SDK for Java