Uses of Interface
org.fcrepo.server.management.Management

Packages that use Management
org.fcrepo.server.journal   
org.fcrepo.server.management   
org.fcrepo.server.rest   
org.fcrepo.server.storage   
 

Uses of Management in org.fcrepo.server.journal
 

Subinterfaces of Management in org.fcrepo.server.journal
 interface JournalWorker
          A common interface for the JournalConsumer and JournalCreator classes.
 

Classes in org.fcrepo.server.journal that implement Management
 class JournalConsumer
          The JournalWorker class to use in recovery mode or in* following mode.
 class JournalCreator
          This is the worker class to use in Journaling mode (normal mode).
 class Journaler
          A Management module that decorates a ManagementDelegate module with code that either creates a Journal or consumes a Journal, depending on the startup parameters.
 

Uses of Management in org.fcrepo.server.management
 

Subinterfaces of Management in org.fcrepo.server.management
 interface ManagementDelegate
           Title: ManagementDelegate.java
 

Classes in org.fcrepo.server.management that implement Management
 class DefaultManagement
          Implements API-M without regard to the transport/messaging protocol.
 class ManagementModule
           
 

Uses of Management in org.fcrepo.server.rest
 

Fields in org.fcrepo.server.rest declared as Management
protected  Management BaseRestResource.apiMService
           
protected  Management DatastreamFilenameHelper.m_apiMService
           
 

Constructors in org.fcrepo.server.rest with parameters of type Management
DatastreamFilenameHelper(Server fedoraServer, Management management, Access access)
          Read configuration information from fedora.fcfg
 

Uses of Management in org.fcrepo.server.storage
 

Fields in org.fcrepo.server.storage declared as Management
protected  Management DefaultDOManager.m_management
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.