| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.ksb.api.registry.RemoveAndPublishResult
public class RemoveAndPublishResult
Wraps information resulting from a "removeAndPublish" operation on the
 registry.  Effectively contains a list of ServiceEndpoint instances
 for services that were published and those that were removed
| Method Summary | |
|---|---|
| static RemoveAndPublishResult | create(List<ServiceEndpoint> servicesRemoved,
             List<ServiceEndpoint> servicesPublished)Creates a new RemoveAndPublishResultfrom the given lists of services removed and published. | 
|  List<ServiceEndpoint> | getServicesPublished()Returns an unmodifiable list of services that were published as the result of a remove-and-publish operation. | 
|  List<ServiceEndpoint> | getServicesRemoved()Returns an unmodifiable list of services that were removed as the result of a remove-and-publish operation. | 
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject | 
|---|
| afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public static RemoveAndPublishResult create(List<ServiceEndpoint> servicesRemoved,
                                            List<ServiceEndpoint> servicesPublished)
RemoveAndPublishResult from the given lists of services removed and published.
servicesRemoved - the list of services removed by the operation, can be a null or empty listservicesPublished - the list of services published by the operation, can be a null or empty list
RemoveAndPublishResult, should never return nullpublic List<ServiceEndpoint> getServicesRemoved()
public List<ServiceEndpoint> getServicesPublished()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||