org.infoglue.deliver.controllers.kernel.impl.simple
Class RepositoryDeliveryController

java.lang.Object
  |
  +--org.infoglue.deliver.controllers.kernel.impl.simple.BaseDeliveryController
        |
        +--org.infoglue.deliver.controllers.kernel.impl.simple.RepositoryDeliveryController

public class RepositoryDeliveryController
extends BaseDeliveryController


Method Summary
 RepositoryVO getMasterRepository(org.exolab.castor.jdo.Database db)
          This method returns the master repository.
static RepositoryDeliveryController getRepositoryDeliveryController()
          Factory method
 RepositoryVO getRepositoryFromServerName(org.exolab.castor.jdo.Database db, java.lang.String serverName, java.lang.String portNumber)
           
 java.util.List getRepositoryVOList(org.exolab.castor.jdo.Database db)
          This method returns all the repositories.
 
Methods inherited from class org.infoglue.deliver.controllers.kernel.impl.simple.BaseDeliveryController
beginTransaction, closeDatabase, closeTransaction, commitTransaction, getAllVOObjects, getAllVOObjects, rollbackTransaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositoryDeliveryController

public static RepositoryDeliveryController getRepositoryDeliveryController()
Factory method


getMasterRepository

public RepositoryVO getMasterRepository(org.exolab.castor.jdo.Database db)
                                 throws SystemException,
                                        java.lang.Exception
This method returns the master repository.

SystemException
java.lang.Exception

getRepositoryFromServerName

public RepositoryVO getRepositoryFromServerName(org.exolab.castor.jdo.Database db,
                                                java.lang.String serverName,
                                                java.lang.String portNumber)
                                         throws SystemException,
                                                java.lang.Exception
SystemException
java.lang.Exception

getRepositoryVOList

public java.util.List getRepositoryVOList(org.exolab.castor.jdo.Database db)
                                   throws SystemException,
                                          java.lang.Exception
This method returns all the repositories.

SystemException
java.lang.Exception