Skip navigation links
F G O P R S T U 

F

from(ServiceDescriptor) - Static method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 

G

getAllOnlineServiceInfos() - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getAllOnlineServiceInfos() - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getAllOnlineServices() - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getAllServiceInfos() - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getAllServiceInfos() - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getAllServiceInfosForApplication(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getAllServiceInfosForApplication(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getAllServiceInfosForInstance(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getAllServiceInfosForInstance(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getAllServices() - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getAllServicesForApplication(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getAllServicesForInstance(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getApplicationId() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getChecksum() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getDescriptor() - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
getEndpointUrl() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getId() - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
getInstanceId() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getOnlineServiceInfosByName(QName) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getOnlineServiceInfosByName(QName) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getOnlineServicesByName(QName) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getServerIpAddress() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getServiceDescriptor(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getServiceDescriptor(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getServiceDescriptor(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getServiceDescriptorId() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getServiceDescriptors(List<String>) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
getServiceId() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getServiceInfo(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
getServiceInfo(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
getServiceName() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getServiceVersion() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getStatus() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getStatusCode() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getType() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
getVersionNumber() - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
getVersionNumber() - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 

O

org.kuali.rice.ksb.impl.registry - package org.kuali.rice.ksb.impl.registry
 

P

publishService(ServiceEndpoint) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
publishServices(List<ServiceEndpoint>) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 

R

removeAndPublish(List<String>, List<ServiceEndpoint>) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
removeServiceDescriptor(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
removeServiceDescriptor(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
removeServiceEndpoint(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
removeServiceEndpoints(List<String>) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
removeServiceInfo(String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
removeServiceInfo(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 

S

saveServiceDescriptor(ServiceDescriptorBo) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
saveServiceDescriptor(ServiceDescriptorBo) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
saveServiceInfo(ServiceInfoBo) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
saveServiceInfo(ServiceInfoBo) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
ServiceDescriptorBo - Class in org.kuali.rice.ksb.impl.registry
TODO...
ServiceDescriptorBo() - Constructor for class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
ServiceInfoBo - Class in org.kuali.rice.ksb.impl.registry
Model bean that represents the definition of a service on the bus.
ServiceInfoBo() - Constructor for class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
ServiceRegistryDao - Interface in org.kuali.rice.ksb.impl.registry
Data access object for working with service registry data.
ServiceRegistryDaoOjb - Class in org.kuali.rice.ksb.impl.registry
An OJB dao implementation of the ServiceRegistryDao.
ServiceRegistryDaoOjb() - Constructor for class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
ServiceRegistryImpl - Class in org.kuali.rice.ksb.impl.registry
Reference implementation of the ServiceRegistry which is backed by a data access object that handles reading and writing data related to registry entries from a backend datastore.
ServiceRegistryImpl() - Constructor for class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
setApplicationId(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setChecksum(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setDescriptor(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
setEndpointUrl(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setId(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
setInstanceId(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setServerIpAddress(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setServiceDescriptorId(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setServiceId(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setServiceName(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setServiceRegistryDao(ServiceRegistryDao) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
setServiceVersion(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setStatusCode(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setType(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 
setVersionNumber(Long) - Method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 
setVersionNumber(Long) - Method in class org.kuali.rice.ksb.impl.registry.ServiceInfoBo
 

T

takeInstanceOffline(String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
to(ServiceDescriptorBo) - Static method in class org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo
 

U

updateStatus(String, String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
updateStatus(String, String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
updateStatus(String, ServiceEndpointStatus) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
updateStatuses(List<String>, ServiceEndpointStatus) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryImpl
 
updateStatusForInstanceId(String, String) - Method in interface org.kuali.rice.ksb.impl.registry.ServiceRegistryDao
 
updateStatusForInstanceId(String, String) - Method in class org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
 
F G O P R S T U 
Skip navigation links

Copyright © 2005–2016 The Kuali Foundation. All rights reserved.