Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_LibraryService

Packages that use S_LibraryService
oracle.ifs.common   
oracle.ifs.server   
 

Uses of S_LibraryService in oracle.ifs.common
 

Methods in oracle.ifs.common with parameters of type S_LibraryService
 void IfsCredentialNameTokenizer.initialize(S_LibraryService service)
          Called by the iFS service to initialize this IfsCredentialNameTokenizer.
 void CredentialNameTokenizer.initialize(S_LibraryService service)
          Called by the iFS service to initialize this CredentialNameTokenizer.
 

Uses of S_LibraryService in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_LibraryService
protected  S_LibraryService S_LibrarySessionTransactionManager.m_Service
          The S_LibraryService in which this S_LibrarySession operates.
protected  S_LibraryService S_LibrarySession.m_Service
          The S_LibraryService hosting this S_LibrarySession.
protected  S_LibraryService IfsCredentialManager.m_Service
          The S_LibraryService to which this CredentialManager belongs.
protected  S_LibraryService AccessControlListResolver.m_Service
          The Service
protected  S_LibraryService AccessControlListDiscoverAccessService.m_Service
          The S_LibraryService to which this instance belongs.
protected  S_LibraryService DirectoryService.m_Service
          The S_LibraryService to which this DirectoryService belongs.
protected  S_LibraryService AccessControlListProxyService.m_Service
          The S_LibraryService to which this instance belongs.
protected  S_LibraryService S_LibraryServiceTraceLogger.m_Service
          The service to which this S_LibraryServiceTraceLogger belongs.
protected  S_LibraryService LibraryConnection.m_Service
          The S_LibraryService that contains this LibraryConnection.
protected  S_LibraryService S_LibraryServiceRdbmsEventExchanger.m_Service
          The owner service.
protected  S_LibraryService AccessControlListIndexService.m_Service
          The parent library service
protected  S_LibraryService DirectoryGroupIndexService.m_Service
          The parent library service
protected  S_LibraryService FolderIndexService.m_Service
          The parent library service
 

Methods in oracle.ifs.server that return S_LibraryService
protected  S_LibraryService S_LibraryObject.getService()
          getService() - return the S_LibraryService which created the S_LibrarySession from which this object was created.
protected  S_LibraryService S_LibraryObjectSelector.getService()
          getService() - return the S_LibraryService which created the S_LibrarySession from which this object was created.
static S_LibraryService[] S_LibraryService.getServices()
          Gets the existing iFS services in this VM.
static S_LibraryService S_LibraryService.findService(java.lang.String serviceName)
          Finds an existing iFS service with the specified name.
static S_LibraryService S_LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword, AttributeValue[] serviceConfiguration)
          Starts a new iFS service with the specified name.
 S_LibraryService S_LibrarySession.getService()
          Gets the S_LibraryService hosting this S_LibrarySession.
protected  S_LibraryService LibraryConnection.getService()
          Gets the S_LibraryService to which this LibraryConnection belongs.
 

Methods in oracle.ifs.server with parameters of type S_LibraryService
 void S_LibraryServiceEventExchanger.init(S_LibraryService service, long postPeriod, long pollPeriod)
          Initializes this S_LibraryServiceEventExchanger.
 void S_LibraryServiceRdbmsEventExchanger.init(S_LibraryService service, long postPeriod, long pollPeriod)
          Initializes this S_LibraryServiceRdbmsEventExchanger.
 

Constructors in oracle.ifs.server with parameters of type S_LibraryService
S_LibrarySession(S_LibraryService service)
          Constructs an unauthenticated S_LibrarySession.
IfsCredentialManager(java.lang.String name, S_LibraryService service)
          Constructs an IfsCredentialManager.
AccessControlListResolver(S_LibraryService service, java.lang.Long id)
          construct a AccessControlListResolver
OidCredentialManager(java.lang.String name, S_LibraryService service)
          Constructs an OidCredentialManager.
AccessControlListDiscoverAccessService(S_LibraryService service, AccessControlListIndexService aclIndexServ)
          Constructs a AccessControlListDiscoverAccessService.
DirectoryService(S_LibraryService service)
          Constructs a DirectoryService.
AccessControlListProxyService(S_LibraryService service, AccessControlListIndexService aclIndexServ)
          Construct a AccessControlListProxyService.
ConnectionPool(S_LibraryService service, ConnectionPoolConfiguration configuration)
          Constructs a ConnectionPool.
S_LibraryServiceTraceLogger(S_LibraryService service)
          Constructs a S_LibraryServiceTraceLogger for the specified service.
LibraryConnection(long id, S_LibraryService service, java.lang.String connectionPoolName, java.lang.String driverName, java.lang.String databaseUrl, java.lang.String username, java.lang.String password, java.io.PrintStream jdbcLogStream, int defaultRowPrefetch)
          Constructs a LibraryConnection.
AccessControlListIndexService(S_LibraryService service)
          Construct a AccessControlListIndexService.
DirectoryGroupIndexService(S_LibraryService service, AccessControlListIndexService aclIndexServ)
          Construct a DirectoryGroupIndexService.
FolderIndexService(S_LibraryService service)
          Construct a FolderIndexService.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.