jp.go.nict.langrid.management.logic
クラス DomainLogic

java.lang.Object
  上位を拡張 jp.go.nict.langrid.management.logic.AbstractLogic
      上位を拡張 jp.go.nict.langrid.management.logic.DomainLogic

public class DomainLogic
extends AbstractLogic

Domainに関するロジック

バージョン:
$Revision$
作成者:
Masato Mori, $Author$

コンストラクタの概要
DomainLogic()
          コンストラクタ。
 
メソッドの概要
 void addDomain(Domain domain)
           
 void clear()
           
 void deleteDomain(String domainId)
           
 Domain getDomain(String domainId)
           
 List<Domain> listAllDomain()
           
 List<Domain> listDomain(String gridId)
           
 void transactUpdate(String domainId, BlockP<Domain> block)
           
 
クラス jp.go.nict.langrid.management.logic.AbstractLogic から継承されたメソッド
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSubscriptionDao, getSystemPropertyDao, getTemporaryUserDao, getUserDao
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DomainLogic

public DomainLogic()
            throws DaoException
コンストラクタ。

例外:
DaoException
メソッドの詳細

clear

public void clear()
           throws DaoException
例外:
DaoException

listAllDomain

public List<Domain> listAllDomain()
                           throws DaoException
例外:
DaoException

listDomain

public List<Domain> listDomain(String gridId)
                        throws DaoException
例外:
DaoException

addDomain

public void addDomain(Domain domain)
               throws DaoException
例外:
DaoException

deleteDomain

public void deleteDomain(String domainId)
                  throws DaoException
例外:
DaoException

getDomain

public Domain getDomain(String domainId)
                 throws DaoException
例外:
DaoException

transactUpdate

public void transactUpdate(String domainId,
                           BlockP<Domain> block)
                    throws DaoException
例外:
DaoException