com.openexchange.admin.storage.sqlStorage
Class CreateTableRegistry

java.lang.Object
  extended by com.openexchange.admin.storage.sqlStorage.CreateTableRegistry

public class CreateTableRegistry
extends Object

CreateTableRegistry

Author:
Marcus Klein

Method Summary
 void addCreateTable(CreateTableService service)
           
static CreateTableRegistry getInstance()
           
 List<CreateTableService> getList()
           
 void removeCreateTable(CreateTableService service)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CreateTableRegistry getInstance()

addCreateTable

public void addCreateTable(CreateTableService service)

removeCreateTable

public void removeCreateTable(CreateTableService service)

getList

public List<CreateTableService> getList()