public class SystemPropertyLogic extends AbstractLogic
Constructor and Description |
---|
SystemPropertyLogic() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getProperty(String gridId,
String name) |
List<SystemProperty> |
listAllProperties(String gridId) |
void |
setProperty(String gridId,
String name,
String value) |
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 SystemPropertyLogic() throws DaoException
DaoException
public void clear() throws DaoException
DaoException
public List<SystemProperty> listAllProperties(String gridId) throws DaoException
DaoException
public String getProperty(String gridId, String name) throws DaoException
DaoException
public void setProperty(String gridId, String name, String value) throws DaoException
DaoException