org.kuali.rice.ksb.messaging.web
Class ServiceBusForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.ksb.messaging.web.ServiceBusForm
All Implemented Interfaces:
Serializable

public class ServiceBusForm
extends org.apache.struts.action.ActionForm

Struts ActionForm for the ServiceBusAction.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ServiceBusForm()
           
 
Method Summary
 Boolean getDevMode()
           
 List<ServiceConfiguration> getGlobalServices()
           
 String getMethodToCall()
           
 String getMyApplicationId()
           
 String getMyInstanceId()
           
 String getMyIpAddress()
           
 List<ServiceConfiguration> getPublishedServices()
           
 String getRemovedApplicationId()
           
 void setDevMode(Boolean devMode)
           
 void setGlobalServices(List<ServiceConfiguration> globalServices)
           
 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)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBusForm

public ServiceBusForm()
Method Detail

getMethodToCall

public String getMethodToCall()

setMethodToCall

public void setMethodToCall(String methodToCall)

getGlobalServices

public List<ServiceConfiguration> getGlobalServices()

setGlobalServices

public void setGlobalServices(List<ServiceConfiguration> globalServices)

getPublishedServices

public List<ServiceConfiguration> getPublishedServices()

setPublishedServices

public void setPublishedServices(List<ServiceConfiguration> publishedServices)

getMyIpAddress

public String getMyIpAddress()

setMyIpAddress

public void setMyIpAddress(String myIpAddress)

getMyApplicationId

public String getMyApplicationId()

setMyApplicationId

public void setMyApplicationId(String myApplicationId)

getMyInstanceId

public String getMyInstanceId()

setMyInstanceId

public void setMyInstanceId(String myInstanceId)

getDevMode

public Boolean getDevMode()

setDevMode

public void setDevMode(Boolean devMode)

getRemovedApplicationId

public String getRemovedApplicationId()

setRemovedApplicationId

public void setRemovedApplicationId(String removedApplicationId)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.