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

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

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

Struts ActionForm for the ServiceRegistryAction.

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
ServiceRegistryForm()
           
 
Method Summary
 Boolean getDevMode()
           
 List<org.kuali.rice.ksb.api.registry.ServiceInfo> getGlobalRegistryServices()
           
 String getMethodToCall()
           
 String getMyApplicationId()
           
 String getMyInstanceId()
           
 String getMyIpAddress()
           
 List<org.kuali.rice.ksb.api.bus.ServiceConfiguration> getPublishedServices()
           
 void setDevMode(Boolean devMode)
           
 void setGlobalRegistryServices(List<org.kuali.rice.ksb.api.registry.ServiceInfo> globalRegistryServices)
           
 void setMethodToCall(String methodToCall)
           
 void setMyApplicationId(String myApplicationId)
           
 void setMyInstanceId(String myInstanceId)
           
 void setMyIpAddress(String myIpAddress)
           
 void setPublishedServices(List<org.kuali.rice.ksb.api.bus.ServiceConfiguration> publishedServices)
           
 
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

ServiceRegistryForm

public ServiceRegistryForm()
Method Detail

getMethodToCall

public String getMethodToCall()

setMethodToCall

public void setMethodToCall(String methodToCall)

getGlobalRegistryServices

public List<org.kuali.rice.ksb.api.registry.ServiceInfo> getGlobalRegistryServices()

setGlobalRegistryServices

public void setGlobalRegistryServices(List<org.kuali.rice.ksb.api.registry.ServiceInfo> globalRegistryServices)

getPublishedServices

public List<org.kuali.rice.ksb.api.bus.ServiceConfiguration> getPublishedServices()

setPublishedServices

public void setPublishedServices(List<org.kuali.rice.ksb.api.bus.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)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.