Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionPool
A ConnectionPool acts as a pool of LibraryConnections.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlListDiscoverAccessService
AccessControlListDiscoverAccessService provides the server interface to the ACL resolver
subsystem.
|
class |
AccessControlListIndexService
A AccessControlListIndexService manages the iFS ACL index, and updates it
transactionally to reflect changes in the authorization model.
|
class |
AccessControlListProxyService
An AccessControlListProxyService manages the ACL proxy table.
|
class |
DirectoryGroupIndexService
A DirectoryGroupIndexService manages the iFS ACL index, and updates it
transactionally to reflect changes in the authorization model.
|
class |
DirectoryService
DirectoryService provides the server interface to the directory subsystem.
|
class |
FolderIndexService
A FolderIndexService manages the iFS folder index, and updates it
transactionally as the folder hierarchy changes.
|
class |
IfsConnectionPool
A IfsConnectionPool is the native imlementation of ConnectionPool,
which is a dynamically-sized pool of LibraryConnections.
|
class |
TieAccessControlListDiscoverAccessService
TieAccessControlListDiscoverAccessService allows the Oracle-defined behavior of the
AccessControlListDiscoverAccessService class to be extended or overridden.
|
class |
TieAccessControlListIndexService
TieAccessControlListIndexService allows the Oracle-defined behavior of the
AccessControlListIndexService class to be extended or overridden.
|
class |
TieAccessControlListProxyService
TieAccessControlListProxyService allows the Oracle-defined behavior of the
AccessControlListProxyService class to be extended or overridden.
|
class |
TieDirectoryService
TieDirectoryService allows the Oracle-defined behavior of the
DirectoryService class to be extended or overridden.
|
class |
TieFolderIndexService
TieFolderIndexService allows the Oracle-defined behavior of the
FolderIndexService class to be extended or overridden.
|
class |
TieIfsConnectionPool
TieIfsConnectionPool allows the Oracle-defined behavior of the
IfsConnectionPool class to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected SubService |
S_LibraryService.findSubService(String name)
Gets a subservice by name.
|
protected SubService[] |
S_LibraryService.getAllSubServices()
Gets all registered SubServices.
|
protected SubService |
S_LibraryService.unregisterSubService(String name)
Unregisters a subservice.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_LibraryService.disposeSubServiceIgnoreError(SubService sub)
Disposes the specified subservice, consuming any thrown
IfsException.
|
protected void |
S_LibraryService.registerSubService(String name,
SubService sub)
Registers a subservice.
|
Copyright © 2023. All rights reserved.