com.sas.services.information.metadata.lookup
Interface LookupServiceInterface

All Known Implementing Classes:
LookupService

public interface LookupServiceInterface


Method Summary
 MappingsInterface getNamesDelegate()
           
 boolean hasStarted()
           
 boolean isShutdown()
           
 LookupResultsInterface lookup(PathUrl oldValue)
           
 LookupResultsInterface lookup(java.lang.String oldValue)
           
 LookupResultsInterface lookupForAbsolutePath(java.lang.String oldAbsolutePath)
           
 MappingsInterface newUsersDelegate(PathUrl oldUsersRoot)
           
 void shutdownService()
           
 void startService(UserContextInterface user)
           
 

Method Detail

newUsersDelegate

MappingsInterface newUsersDelegate(PathUrl oldUsersRoot)

getNamesDelegate

MappingsInterface getNamesDelegate()

shutdownService

void shutdownService()

startService

void startService(UserContextInterface user)

lookup

LookupResultsInterface lookup(java.lang.String oldValue)

lookup

LookupResultsInterface lookup(PathUrl oldValue)

lookupForAbsolutePath

LookupResultsInterface lookupForAbsolutePath(java.lang.String oldAbsolutePath)
                                             throws ServiceException,
                                                    java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

hasStarted

boolean hasStarted()

isShutdown

boolean isShutdown()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.