public class TaskServiceXMLConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskServiceXMLConfiguration.DefaultLocationResolver |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOCATION_RESOLVER_CLASS |
Constructor and Description |
---|
TaskServiceXMLConfiguration() |
Modifier and Type | Method and Description |
---|---|
TaskServiceXMLConfiguration.DefaultLocationResolver |
getDefaultLocationResolver() |
String |
getRemoteServerAddress() |
String |
getRemoteServerPassword() |
String |
getRemoteServerUsername() |
String |
getTaskClientDispatchAddress() |
int |
getTaskServerCount() |
TaskService.TaskServerMode |
getTaskServerMode() |
void |
setDefaultLocationResolver(TaskServiceXMLConfiguration.DefaultLocationResolver defaultLocationResolver) |
void |
setRemoteServerAddress(String remoteServerAddress) |
void |
setRemoteServerPassword(String remoteServerPassword) |
void |
setRemoteServerUsername(String remoteServerUsername) |
void |
setTaskClientDispatchAddress(String taskClientDispatchAddress) |
void |
setTaskServerCount(int taskServerCount) |
void |
setTaskServerMode(TaskService.TaskServerMode taskServerMode) |
public static final String DEFAULT_LOCATION_RESOLVER_CLASS
public TaskService.TaskServerMode getTaskServerMode()
public void setTaskServerMode(TaskService.TaskServerMode taskServerMode)
public int getTaskServerCount()
public void setTaskServerCount(int taskServerCount)
public String getTaskClientDispatchAddress()
public void setTaskClientDispatchAddress(String taskClientDispatchAddress)
public String getRemoteServerAddress()
public void setRemoteServerAddress(String remoteServerAddress)
public String getRemoteServerUsername()
public void setRemoteServerUsername(String remoteServerUsername)
public String getRemoteServerPassword()
public void setRemoteServerPassword(String remoteServerPassword)
public TaskServiceXMLConfiguration.DefaultLocationResolver getDefaultLocationResolver()
public void setDefaultLocationResolver(TaskServiceXMLConfiguration.DefaultLocationResolver defaultLocationResolver)
Copyright © 2017 WSO2. All rights reserved.