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, getUserDao
public FederationLogic() throws DaoException
DaoException
public void clear() throws DaoException
DaoException
public List<Federation> listAllFederations() throws DaoException
DaoException
public void addFederation(String sourceGridId, String targetGridId) throws DaoException
DaoException
public void addFederation(String sourceGridId, String sourceGridName, String targetGridId, String targetGridName, boolean requesting, String targetGridUserId, String targetGridAccessToken, String targetGridOrganization, URL targetGridHomepage, boolean disconnected) throws DaoException
DaoException
public void deleteFederation(String sourceGridId, String targetGridId) throws FederationNotFoundException, DaoException
public void setRequesting(String sourceGridId, String targetGridId, boolean isRequesting) throws DaoException
DaoException
public void setConnection(String sourceGridId, String targetGridId, boolean isConnected) throws DaoException
DaoException