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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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