com.caucho.env.repository
Class RepositorySystem
java.lang.Object
com.caucho.env.service.AbstractResinSubSystem
com.caucho.env.repository.RepositorySystem
- All Implemented Interfaces:
- ResinSubSystem
public class RepositorySystem
- extends AbstractResinSubSystem
Public API for the persistent .git repository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
START_PRIORITY
public static final int START_PRIORITY
- See Also:
- Constant Field Values
RepositorySystem
public RepositorySystem(AbstractRepository repository)
createAndAddService
public static RepositorySystem createAndAddService()
createAndAddService
public static RepositorySystem createAndAddService(AbstractRepository repository)
getCurrent
public static RepositorySystem getCurrent()
getCurrentRepository
public static Repository getCurrentRepository()
getCurrentRepositorySpi
public static RepositorySpi getCurrentRepositorySpi()
getRepository
public Repository getRepository()
getRepositorySpi
public RepositorySpi getRepositorySpi()
getStartPriority
public int getStartPriority()
- Description copied from interface:
ResinSubSystem
- Returns the start priority of the service, used to determine which
services to start first.
- Specified by:
getStartPriority in interface ResinSubSystem- Overrides:
getStartPriority in class AbstractResinSubSystem
start
public void start()
- Description copied from interface:
ResinSubSystem
- Starts the service.
- Specified by:
start in interface ResinSubSystem- Overrides:
start in class AbstractResinSubSystem
stop
public void stop()
- Description copied from interface:
ResinSubSystem
- Stops the service.
- Specified by:
stop in interface ResinSubSystem- Overrides:
stop in class AbstractResinSubSystem
toString
public java.lang.String toString()
- Overrides:
toString in class AbstractResinSubSystem