no.ubicollab.axis.services.serviceRegistry
Class ServiceRegistryImplProxy

java.lang.Object
  extended by no.ubicollab.axis.services.serviceRegistry.ServiceRegistryImplProxy
All Implemented Interfaces:
java.rmi.Remote, ServiceRegistryImpl

public class ServiceRegistryImplProxy
extends java.lang.Object
implements ServiceRegistryImpl


Constructor Summary
ServiceRegistryImplProxy()
           
 
Method Summary
 boolean addService(java.lang.String serviceURI, java.lang.String descriptionURI, java.lang.String friendlyName, java.lang.String type, java.lang.String location, java.lang.String owner, java.lang.String description)
           
 boolean deleteService(int serviceId)
           
 java.lang.String getEndpoint()
           
 java.lang.String getLogItems(java.lang.String logLevel, int numItems)
           
 java.lang.String getServiceDetails(int serviceId)
           
 java.lang.String getServiceDetails(java.lang.String serviceUri)
           
 ServiceRegistryImpl getServiceRegistryImpl()
           
 java.lang.String getServices()
           
 java.lang.String getServices(java.lang.String name, java.lang.String type, java.lang.String location, java.lang.String owner, java.lang.String description)
           
 void setEndpoint(java.lang.String endpoint)
           
 boolean updateService(int serviceID, java.lang.String serviceURI, java.lang.String descriptionURI, java.lang.String friendlyName, java.lang.String type, java.lang.String location, java.lang.String owner, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistryImplProxy

public ServiceRegistryImplProxy()
Method Detail

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getServiceRegistryImpl

public ServiceRegistryImpl getServiceRegistryImpl()

getLogItems

public java.lang.String getLogItems(java.lang.String logLevel,
                                    int numItems)
                             throws java.rmi.RemoteException
Specified by:
getLogItems in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

updateService

public boolean updateService(int serviceID,
                             java.lang.String serviceURI,
                             java.lang.String descriptionURI,
                             java.lang.String friendlyName,
                             java.lang.String type,
                             java.lang.String location,
                             java.lang.String owner,
                             java.lang.String description)
                      throws java.rmi.RemoteException
Specified by:
updateService in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

getServiceDetails

public java.lang.String getServiceDetails(int serviceId)
                                   throws java.rmi.RemoteException
Specified by:
getServiceDetails in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

getServiceDetails

public java.lang.String getServiceDetails(java.lang.String serviceUri)
                                   throws java.rmi.RemoteException
Specified by:
getServiceDetails in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

deleteService

public boolean deleteService(int serviceId)
                      throws java.rmi.RemoteException
Specified by:
deleteService in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

getServices

public java.lang.String getServices()
                             throws java.rmi.RemoteException
Specified by:
getServices in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

getServices

public java.lang.String getServices(java.lang.String name,
                                    java.lang.String type,
                                    java.lang.String location,
                                    java.lang.String owner,
                                    java.lang.String description)
                             throws java.rmi.RemoteException
Specified by:
getServices in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException

addService

public boolean addService(java.lang.String serviceURI,
                          java.lang.String descriptionURI,
                          java.lang.String friendlyName,
                          java.lang.String type,
                          java.lang.String location,
                          java.lang.String owner,
                          java.lang.String description)
                   throws java.rmi.RemoteException
Specified by:
addService in interface ServiceRegistryImpl
Throws:
java.rmi.RemoteException