|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HtmlInterface
| Method Summary | |
|---|---|
void |
createAboutUsHtmlFile(java.lang.StringBuffer strBuf)
Creates the contents of the AboutUs File. |
void |
createAdminHtmlFile(java.lang.StringBuffer strBuf)
Creates the contents of the Admin Page |
void |
createAttrbHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable valTable,
java.util.Vector varVect,
java.util.Vector accessVect,
java.util.Vector typeVect,
java.lang.String objName,
java.lang.String mbeanName,
java.lang.String searchAttrbName,
boolean addRow,
boolean ischkBox,
java.lang.String viewName)
Creates the HTML file for attributes of array type. |
void |
createDeleteViewHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable table)
|
void |
createDomainIndexFile(java.lang.StringBuffer strBuf,
java.lang.String name,
java.util.Hashtable info)
Displays the list of MBeans of a particular domain. |
void |
createHashtableHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj)
|
void |
createIndexFile(java.lang.StringBuffer strBuf,
java.lang.String name,
java.util.Hashtable info,
boolean isauthentication,
boolean isAdminUser,
java.util.Hashtable viewTable)
Creates the contents of the index file in html format. |
void |
createListMBeansHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector vect,
java.lang.String viewName)
|
void |
createLoginHtmlFile(java.lang.StringBuffer strBuf,
boolean flag)
Creates the contents of the Login File. |
java.lang.String |
createNewRowFile(java.lang.StringBuffer strBuf,
java.util.Vector varVect,
java.util.Vector access,
java.util.Vector type,
java.util.Vector indexVect,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String viewName)
Creates the contents of the htmlfile when the addRow operation is performed. |
void |
createNewViewHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable table)
|
void |
createNotifHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector varVect,
java.util.ArrayList list,
int stIndex,
int endIndex)
Creates the contents of the Notifications Page |
void |
createOperationResultHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String viewName,
java.lang.String operationName,
boolean operResultFlag)
Creates the contents of the Operations page. |
void |
createOperationsHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String mbeanName,
java.util.Hashtable table,
java.lang.String viewName)
Creates the contents of the Operations page. |
void |
createOperationsPageForValues(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String actionName,
java.lang.String mbeanName,
java.lang.Object obj,
java.lang.String[] sig,
java.lang.String viewName,
UserViewInterface userViewIntf)
Creates the contents of the TopFrame. |
void |
createOptionsHtmlFile(java.lang.StringBuffer strBuf)
|
void |
createPagePropertiesHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector header)
|
void |
createRegisterHtmlFile(java.lang.StringBuffer strBuf)
Creates the contents of the RegisterMBean File. |
void |
createRegUnRegResultHtmlFile(java.lang.StringBuffer strBuf,
int reg,
boolean regResultFlag)
|
void |
createScalarHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String mbeanName,
java.util.Vector header,
java.util.Hashtable table,
java.util.Hashtable domTable,
java.lang.String viewName)
Displays the list of Attributes of a particular MBean. |
void |
createSearchHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector resultVec)
Creates the contents of the Search Page |
void |
createSessionExpireHtmlFile(java.lang.StringBuffer strBuf)
|
void |
createTableHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable valTable,
java.util.Hashtable table,
java.util.Hashtable domTable,
java.util.Vector vect,
java.lang.String objName,
java.lang.String mbeanName,
int stIndex,
int endIndex,
int flag,
java.lang.String viewName)
Creates the contents of the html file that appears in Table format. |
void |
createUnRegisterHtmlFile(java.lang.StringBuffer strBuf)
Creates the contents of the UnRegisterMBean File. |
void |
createUserDefinedTypeHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj,
java.lang.String type,
UserViewInterface userViewIntf)
|
void |
createUserInfoHtmlFile(java.lang.StringBuffer strBuf)
Creates the contents of the UserInformations file. |
void |
createVectorHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj)
|
void |
createViewForViewName(java.lang.StringBuffer strBuf,
java.lang.String viewName,
java.util.Vector vect)
|
void |
createViewOptionsHtmlFile(java.lang.StringBuffer strBuf)
|
void |
setHtmlPageProp(HtmlPageProp htmlPageProp)
|
| Method Detail |
|---|
void createIndexFile(java.lang.StringBuffer strBuf,
java.lang.String name,
java.util.Hashtable info,
boolean isauthentication,
boolean isAdminUser,
java.util.Hashtable viewTable)
strBuf - to store the generated tags information.file - the filenametable - It contains all the list of domains that are
registered with the MBeanServerisauthentication - boolean true if authentication enable
false otherwise.isAdminUser - boolean true if Admin User false otherwise
void createDomainIndexFile(java.lang.StringBuffer strBuf,
java.lang.String name,
java.util.Hashtable info)
strBuf - to store the html tags that are generateddomainName - domain name for which the index needs to be generated.table - hashtable which stores the details of registered MBeans
under the respective domains.
void createScalarHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String mbeanName,
java.util.Vector header,
java.util.Hashtable table,
java.util.Hashtable domTable,
java.lang.String viewName)
strBuf - to store the html tags that are generatedobjName - a string representing the ObjectName of
a particular MBeanmbeanName - is a string which is the name of the Mbean.header - Vector which has the header variables to be displayed in the page like Attribute Value.table - Hashtabel which contains the vectors name, type, access, description and valuedomTable - which contains the list of domains.
void createTableHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable valTable,
java.util.Hashtable table,
java.util.Hashtable domTable,
java.util.Vector vect,
java.lang.String objName,
java.lang.String mbeanName,
int stIndex,
int endIndex,
int flag,
java.lang.String viewName)
strBuf - to store the html tags that are generatedvalTable - hashtable which has the values of the rows according to key value index.table - hashtable which gets the vector for variable, type, access and indexes names.domTable - hashtable which contains the other domian names.vect - vector which contains the indexes list.objName - the object name of the table.mbeanName - the name of the MBean for which the table belongs.stIndex - the first index of the row displayedendIndex - the last index of the row displayedflag - which indicates whether prev, next images to be present or not.
java.lang.String createNewRowFile(java.lang.StringBuffer strBuf,
java.util.Vector varVect,
java.util.Vector access,
java.util.Vector type,
java.util.Vector indexVect,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String viewName)
strBuf - to store the generated tags information.varVect - vector which contains the the variable names.access - the access type for each variable.type - the data type for each of the variable.indexVect - the vector which contains the names of the index.mbeanName - The Name of the MBean for which the new row file is displayed.objName - the object name of the MBean which it is displayed.
void createAttrbHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable valTable,
java.util.Vector varVect,
java.util.Vector accessVect,
java.util.Vector typeVect,
java.lang.String objName,
java.lang.String mbeanName,
java.lang.String searchAttrbName,
boolean addRow,
boolean ischkBox,
java.lang.String viewName)
strBuf - to store the html tags that are generatedvalTable - hashtable which has the row values for each indexes.varVect - the vector which contains the variables list.accessVect - the vector which contains the access type.typeVect - the vector which contains the type of the variable.objName - the object name of the Mbean for which the table is displayedmbeanName - the name of the MBean.searchAttrbName - the attribute for which the values are displayed.addRow - the flag which specifies the addRow button has to be added or not.ischkBox - the flag which specifies whether the check box has the displayed for each row.
void createOperationsHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String mbeanName,
java.util.Hashtable table,
java.lang.String viewName)
strBuf - to store the html tags that are generatedobjName - the object name of the domain for which the operations are being created.mbeanName - the name of the MBean for which the operations are being createdtable - which contains the OperationName, ReturnType, ParamVector and ParamType vectors respectively
void createOperationsPageForValues(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String actionName,
java.lang.String mbeanName,
java.lang.Object obj,
java.lang.String[] sig,
java.lang.String viewName,
UserViewInterface userViewIntf)
strBuf - to store the html tags that are generatedobjName - for which the operation page is created.actionName - which specifies the operation name (get/set)mbeanName - the name of the MBean for which the page is generated.obj - the return type of the operqation.sig - an array of string.viewName - the name of the View for a particular user
void createNotifHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector varVect,
java.util.ArrayList list,
int stIndex,
int endIndex)
strBuf - to store the generated tags information.varVect - the vector which displays the header for the table to be displayed.list - the array list containing the notification values.stIndex - specifies the Start IndexendIndex - specifies the End Index
void createSearchHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector resultVec)
strBuf - to store the generated tags information.resultVec - a vector which stores the results of the search operationvoid createAdminHtmlFile(java.lang.StringBuffer strBuf)
strBuf - to store the generated tags information.void createAboutUsHtmlFile(java.lang.StringBuffer strBuf)
strBuf - to store the generated tags information.
void createLoginHtmlFile(java.lang.StringBuffer strBuf,
boolean flag)
strBuf - to store the generated tags information.flag - which specifes whether the page should lead to main page or index page.void createUserInfoHtmlFile(java.lang.StringBuffer strBuf)
strBuf - to store the generated tags information.void createRegisterHtmlFile(java.lang.StringBuffer strBuf)
strBuf - to store the generated tags information.void createUnRegisterHtmlFile(java.lang.StringBuffer strBuf)
strBuf - to store the generated tags information.void createViewOptionsHtmlFile(java.lang.StringBuffer strBuf)
void createNewViewHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable table)
void createListMBeansHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector vect,
java.lang.String viewName)
void createViewForViewName(java.lang.StringBuffer strBuf,
java.lang.String viewName,
java.util.Vector vect)
void createDeleteViewHtmlFile(java.lang.StringBuffer strBuf,
java.util.Hashtable table)
void setHtmlPageProp(HtmlPageProp htmlPageProp)
void createPagePropertiesHtmlFile(java.lang.StringBuffer strBuf,
java.util.Vector header)
void createOptionsHtmlFile(java.lang.StringBuffer strBuf)
void createOperationResultHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String objName,
java.lang.String viewName,
java.lang.String operationName,
boolean operResultFlag)
strBuf - to store the html tags that are generatedobjName - the object name of the domain for which the operations are being created.viewName - the name of the View for a particular useroperResultFlag - flag which describes whether the operation is successful or not.
void createRegUnRegResultHtmlFile(java.lang.StringBuffer strBuf,
int reg,
boolean regResultFlag)
void createSessionExpireHtmlFile(java.lang.StringBuffer strBuf)
void createHashtableHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj)
void createVectorHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj)
void createUserDefinedTypeHtmlFile(java.lang.StringBuffer strBuf,
java.lang.String mbeanName,
java.lang.String objName,
java.lang.String searchAttrbName,
java.lang.String viewName,
java.lang.Object obj,
java.lang.String type,
UserViewInterface userViewIntf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||