Interface LookupServiceInterface
- All Known Implementing Classes:
LookupService
@Deprecated
public interface LookupServiceInterface
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.booleanDeprecated.Deprecated.lookup(String oldValue) Deprecated.lookupForAbsolutePath(String oldAbsolutePath) Deprecated.newUsersDelegate(PathUrl oldUsersRoot) Deprecated.voidDeprecated.voidDeprecated.
-
Method Details
-
newUsersDelegate
Deprecated. -
getNamesDelegate
MappingsInterface getNamesDelegate()Deprecated. -
shutdownService
void shutdownService()Deprecated. -
startService
Deprecated. -
lookup
Deprecated. -
lookup
Deprecated. -
lookupForAbsolutePath
LookupResultsInterface lookupForAbsolutePath(String oldAbsolutePath) throws ServiceException, RemoteException Deprecated.- Throws:
ServiceExceptionRemoteException
-
hasStarted
boolean hasStarted()Deprecated. -
isShutdown
boolean isShutdown()Deprecated.
-