StatelessServiceTypeDescription Class

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:

useImplicitHost

Method Details

isUseImplicitHost

public boolean isUseImplicitHost()

Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables.

Returns:

boolean.

setUseImplicitHost

public void setUseImplicitHost(boolean useImplicitHost)

Specifies that the service does not implement Service Fabric interfaces. Service Fabric should start the specified executables.

Parameters:

useImplicitHost - Flag to specify Service Fabric should start the specified executables or not.

Applies to