|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.ptutilities.diagnostic.adaptivelayouts.AdaptiveLayoutsModel
public class AdaptiveLayoutsModel
This model initializes the Server List with the Remote Hosts.
| Field Summary | |
|---|---|
static int |
INITIAL_TIMEOUT
|
protected AActivitySpace |
m_asOwner
|
protected boolean |
m_bNeedRefresh
|
protected XPHashtable |
m_htInitialPortletStatus
|
static java.lang.String |
PROTOCOL_SEPARATOR
|
static int |
REPEAT_TIMEOUT
|
static int |
SERVER_TYPE_REMOTE
|
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Constructor Summary | |
|---|---|
AdaptiveLayoutsModel()
|
|
| Method Summary | |
|---|---|
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
protected java.lang.Object[][] |
GetAdaptiveLayouts()
Helper method to generate the data for the Adaptive Layouts. |
java.lang.String |
GetName()
Return the name of the MVC object. |
boolean |
GetNeedsRefresh()
This method returns whether or not the results page needs refreshing because a host had connection problems. |
protected HTMLAnchor |
GetWebServiceAnchor(java.lang.String _strName,
int _nWebServiceID)
Helper method that creates an HTML Anchor to a pop-up page viewing remote host details. |
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
PopulateServerList()
Helper method to populate the Server List. |
void |
ResetModel()
This method returns the model to it's original state before any tests have been run / lists initialized. |
void |
SetNeedsRefresh(boolean _bNeedsRefresh)
This method sets whether or not the results page needs refreshing because a host had connection problems. |
void |
StartServerList()
Helper method to start the Server List. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int SERVER_TYPE_REMOTE
public static final java.lang.String PROTOCOL_SEPARATOR
public static final int INITIAL_TIMEOUT
public static final int REPEAT_TIMEOUT
protected AActivitySpace m_asOwner
protected boolean m_bNeedRefresh
protected XPHashtable m_htInitialPortletStatus
| Constructor Detail |
|---|
public AdaptiveLayoutsModel()
| Method Detail |
|---|
public void ResetModel()
public void StartServerList()
public void PopulateServerList()
protected java.lang.Object[][] GetAdaptiveLayouts()
protected HTMLAnchor GetWebServiceAnchor(java.lang.String _strName,
int _nWebServiceID)
_strName - The name of the server.
public boolean GetNeedsRefresh()
public void SetNeedsRefresh(boolean _bNeedsRefresh)
_bNeedsRefresh - True implies that the results page needs to
be refreshed.public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(com.plumtree.uiinfrastructure.activityspace.AActivitySpace)public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||