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

All Known Implementing Classes:
LookupService

Deprecated.

@Deprecated
public interface LookupServiceInterface


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

Method Detail

newUsersDelegate

MappingsInterface newUsersDelegate(PathUrl oldUsersRoot)
Deprecated. 

getNamesDelegate

MappingsInterface getNamesDelegate()
Deprecated. 

shutdownService

void shutdownService()
Deprecated. 

startService

void startService(UserContextInterface user)
Deprecated. 

lookup

LookupResultsInterface lookup(java.lang.String oldValue)
Deprecated. 

lookup

LookupResultsInterface lookup(PathUrl oldValue)
Deprecated. 

lookupForAbsolutePath

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

hasStarted

boolean hasStarted()
Deprecated. 

isShutdown

boolean isShutdown()
Deprecated. 



Copyright © 2009 SAS Institute Inc. All Rights Reserved.