|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.ptutilities.diagnostic.relatedservers.ServerStatusHelper
public class ServerStatusHelper
Helper class for RemoteHostsModel and RelatedServersPage
| Method Summary | |
|---|---|
static java.lang.String |
GetHostName(java.lang.String _strURL)
This method gets the normalized host name from a URL. |
static ServerStatusHelper |
getInstance()
|
XPHashtable |
GetPortletIDs(AActivitySpace m_asOwner,
int serverID)
Returns a list of unique hosts and portlets for each host |
boolean |
GetServerStatus(AActivitySpace m_asOwner,
XPHashtable initialPortletStatus,
XPHashtable hosts,
java.lang.Object[][] objectData,
int nStatusTimeout)
This helper method retrieves the server status for given host->portlet id mappings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ServerStatusHelper getInstance()
public boolean GetServerStatus(AActivitySpace m_asOwner,
XPHashtable initialPortletStatus,
XPHashtable hosts,
java.lang.Object[][] objectData,
int nStatusTimeout)
m_asOwner - initialPortletStatus - hosts - objectData - nStatusTimeout -
public XPHashtable GetPortletIDs(AActivitySpace m_asOwner,
int serverID)
m_asOwner - serverID - object id of the server to query. If serverID is passed, the method will return a portlet
for this server only. If -1 is passed, it will return all unique public static java.lang.String GetHostName(java.lang.String _strURL)
_strURL -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||