Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.LibraryService

Packages that use LibraryService
oracle.ifs.beans   
oracle.ifs.management.domain   
 

Uses of LibraryService in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return LibraryService
static LibraryService LibraryService.findService(java.lang.String serviceName)
          Finds an existing iFS service with the specified name.
static LibraryService LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword, java.lang.String serviceConfigurationName, java.lang.String domainName)
          Starts a new iFS service.
static LibraryService LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword, AttributeValue[] serviceConfiguration)
          Deprecated. iFS 9.0.3: use startService(String, String, String, String)
static LibraryService LibraryService.startService(java.lang.String serviceName, java.lang.String schemaPassword)
          Deprecated. iFS 9.0.3: use startService(String, String, String, String)
 

Uses of LibraryService in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return LibraryService
protected  LibraryService IfsServer.getService()
          Gets the default service for this Server.
 


Oracle Content Management SDK

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