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$
クラス 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