public class ServiceRegistryForm extends org.apache.struts.action.ActionForm
ServiceRegistryAction
.Constructor and Description |
---|
ServiceRegistryForm() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDevMode() |
List<ServiceInfo> |
getGlobalRegistryServices() |
String |
getMethodToCall() |
String |
getMyApplicationId() |
String |
getMyInstanceId() |
String |
getMyIpAddress() |
List<ServiceConfiguration> |
getPublishedServices() |
String |
getRemovedApplicationId() |
void |
setDevMode(Boolean devMode) |
void |
setGlobalRegistryServices(List<ServiceInfo> globalRegistryServices) |
void |
setMethodToCall(String methodToCall) |
void |
setMyApplicationId(String myApplicationId) |
void |
setMyInstanceId(String myInstanceId) |
void |
setMyIpAddress(String myIpAddress) |
void |
setPublishedServices(List<ServiceConfiguration> publishedServices) |
void |
setRemovedApplicationId(String removedApplicationId) |
public ServiceRegistryForm()
public String getMethodToCall()
public void setMethodToCall(String methodToCall)
public List<ServiceInfo> getGlobalRegistryServices()
public void setGlobalRegistryServices(List<ServiceInfo> globalRegistryServices)
public List<ServiceConfiguration> getPublishedServices()
public void setPublishedServices(List<ServiceConfiguration> publishedServices)
public String getMyIpAddress()
public void setMyIpAddress(String myIpAddress)
public String getMyApplicationId()
public void setMyApplicationId(String myApplicationId)
public String getMyInstanceId()
public void setMyInstanceId(String myInstanceId)
public Boolean getDevMode()
public void setDevMode(Boolean devMode)
public String getRemovedApplicationId()
public void setRemovedApplicationId(String removedApplicationId)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.