public class FederationLogic extends AbstractLogic
| Constructor and Description |
|---|
FederationLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFederation(String sourceGridId,
String targetGridId) |
void |
addFederation(String sourceGridId,
String sourceGridName,
String targetGridId,
String targetGridName,
boolean requesting,
String targetGridUserId,
String targetGridAccessToken,
String targetGridOrganization,
URL targetGridHomepage,
boolean disconnected) |
void |
clear() |
void |
deleteFederation(String sourceGridId,
String targetGridId) |
List<Federation> |
listAllFederations() |
void |
setConnection(String sourceGridId,
String targetGridId,
boolean isConnected) |
void |
setRequesting(String sourceGridId,
String targetGridId,
boolean isRequesting) |
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSystemPropertyDao, getTemporaryUserDao, getUserDaopublic FederationLogic()
throws DaoException
DaoExceptionpublic void clear()
throws DaoException
DaoExceptionpublic List<Federation> listAllFederations() throws DaoException
DaoExceptionpublic void addFederation(String sourceGridId, String targetGridId) throws DaoException
DaoExceptionpublic void addFederation(String sourceGridId, String sourceGridName, String targetGridId, String targetGridName, boolean requesting, String targetGridUserId, String targetGridAccessToken, String targetGridOrganization, URL targetGridHomepage, boolean disconnected) throws DaoException
DaoExceptionpublic void deleteFederation(String sourceGridId, String targetGridId) throws FederationNotFoundException, DaoException
public void setRequesting(String sourceGridId, String targetGridId, boolean isRequesting) throws DaoException
DaoExceptionpublic void setConnection(String sourceGridId, String targetGridId, boolean isConnected) throws DaoException
DaoException