org.ow2.petals.registry.core.repository.jdbc
Class JDBCRepositoryLifeCycle

java.lang.Object
  extended by org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
      extended by org.ow2.petals.registry.core.repository.RepositoryLifecycle
          extended by org.ow2.petals.registry.core.repository.jdbc.JDBCRepositoryLifeCycle
All Implemented Interfaces:
org.ow2.petals.registry.api.lifecycle.LifeCycle

public class JDBCRepositoryLifeCycle
extends RepositoryLifecycle

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
org.ow2.petals.registry.api.lifecycle.LifeCycle.STATE
 
Field Summary
 
Fields inherited from class org.ow2.petals.registry.core.repository.RepositoryLifecycle
repository
 
Fields inherited from class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
log
 
Constructor Summary
JDBCRepositoryLifeCycle(JDBCRepository repository)
          Creates a new instance of JDBCRepositoryLifeCycle
 
Method Summary
protected  void doInit(org.ow2.petals.registry.api.context.Context context)
           
protected  void doStop()
          
 
Methods inherited from class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
doStart, getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, setState, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCRepositoryLifeCycle

public JDBCRepositoryLifeCycle(JDBCRepository repository)
Creates a new instance of JDBCRepositoryLifeCycle

Parameters:
repository -
Method Detail

doInit

protected void doInit(org.ow2.petals.registry.api.context.Context context)
               throws org.ow2.petals.registry.api.exception.LifeCycleException
Overrides:
doInit in class RepositoryLifecycle
Throws:
org.ow2.petals.registry.api.exception.LifeCycleException

doStop

protected void doStop()
               throws org.ow2.petals.registry.api.exception.LifeCycleException

Overrides:
doStop in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
Throws:
org.ow2.petals.registry.api.exception.LifeCycleException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.