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

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

public class AvailableServiceBindingDeliveryController
extends BaseDeliveryController


Method Summary
 AvailableServiceBinding getAvailableServiceBinding(java.lang.String availableServiceBindingName, org.exolab.castor.jdo.Database db)
          This method returns the available service binding with a specific name.
static AvailableServiceBindingDeliveryController getAvailableServiceBindingDeliveryController()
          Factory method
 AvailableServiceBindingVO getAvailableServiceBindingVO(java.lang.String availableServiceBindingName, org.exolab.castor.jdo.Database db)
          This method returns the available service binding with a specific name.
 
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

getAvailableServiceBindingDeliveryController

public static AvailableServiceBindingDeliveryController getAvailableServiceBindingDeliveryController()
Factory method


getAvailableServiceBindingVO

public AvailableServiceBindingVO getAvailableServiceBindingVO(java.lang.String availableServiceBindingName,
                                                              org.exolab.castor.jdo.Database db)
                                                       throws SystemException,
                                                              java.lang.Exception
This method returns the available service binding with a specific name.

SystemException
java.lang.Exception

getAvailableServiceBinding

public AvailableServiceBinding getAvailableServiceBinding(java.lang.String availableServiceBindingName,
                                                          org.exolab.castor.jdo.Database db)
                                                   throws SystemException,
                                                          java.lang.Exception
This method returns the available service binding with a specific name.

SystemException
java.lang.Exception