|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.service.ogsadai.rdbms.RDBMSPresentation
public class RDBMSPresentation
| Constructor Summary | |
|---|---|
RDBMSPresentation()
|
|
| Method Summary | |
|---|---|
String |
displayConfigForm()
Display the contents of an HTML form allowing the service administrator to change any configurable parts of the OgsaDaiDataResourceManager. |
String |
displayDataResourceRoleRow(DataResourceRoleBean bean)
Display information about a role. |
String |
displayDataResourceRow(DataResourceBean bean)
Display information about a data resource. |
String[] |
getDataResourceAttributeNames()
Return a list of attribute names that should be provided for new data resources. |
String[] |
getDataResourceRoleAttributeNames()
Return a list of attribute names that should be provided for new roles. |
String |
getHeadContent()
Provide any content to be inserted into the HEAD element of the HTML document. |
void |
saveConfig(HttpServletRequest request)
Save the configuration entered in the form produced by Presentation.displayConfigForm(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDBMSPresentation()
| Method Detail |
|---|
public String displayDataResourceRow(DataResourceBean bean)
throws IOException
PresentationOgsaDaiAdmin.
displayDataResourceRow in interface Presentationbean - A bean holding information about the data resource to be displayed
IOException
public String displayDataResourceRoleRow(DataResourceRoleBean bean)
throws IOException
PresentationOgsaDaiAdmin.
displayDataResourceRoleRow in interface Presentationbean - A bean holding information about the role to be displayed
IOExceptionpublic String[] getDataResourceAttributeNames()
PresentationOgsaDaiAdmin and
DataResourceManagement.getDataResourceAttributeNames().
getDataResourceAttributeNames in interface Presentationpublic String[] getDataResourceRoleAttributeNames()
PresentationOgsaDaiAdmin and
DataResourceManagement.getDataResourceRoleAttributeNames().
getDataResourceRoleAttributeNames in interface Presentationpublic String getHeadContent()
PresentationPresentation.displayConfigForm(),
Presentation.displayDataResourceRoleRow(uk.ac.soton.itinnovation.grid.service.dataresource.beans.DataResourceRoleBean) or
Presentation.displayDataResourceRow(uk.ac.soton.itinnovation.grid.service.dataresource.beans.DataResourceBean). Used by OgsaDaiAdmin.
getHeadContent in interface Presentationpublic String displayConfigForm()
PresentationOgsaDaiAdmin.
Presentation.saveConfig(javax.servlet.http.HttpServletRequest) is called when the form is submitted.
displayConfigForm in interface Presentation
public void saveConfig(HttpServletRequest request)
throws GridFailureException
PresentationPresentation.displayConfigForm().
Used by OgsaDaiAdmin.
saveConfig in interface Presentationrequest - Use the ServletRequest.getParameter(java.lang.String) method to get
user-entered data.
GridFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||