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

java.lang.Object
  extended by org.infoglue.deliver.controllers.kernel.impl.simple.BaseDeliveryController
      extended by 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, createQuery, executeQuery, executeQuery, getAllVOObjects, getAllVOObjects, getObjectWithId, getVOWithId, rollbackTransaction, toVOList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Throws:
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.

Throws:
SystemException
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.