com.plumtree.uiinfrastructure.application.startup.messages
Interface IMessage

All Known Subinterfaces:
IStartupTask
All Known Implementing Classes:
CheckDBVersion, CheckDevKit, InitializeActivitySpaces, InitializeApplication, InitializeAppWarmUpHelper, InitializeConfigHelper, InitializeImageServerHelper, InitializeImageServerHelperPartII, InitializeObjects, InitializePaths, InitializeResourceManager, InitializeVarPacks, InitPortalObjects, LoadCustomLoads, LoadVersionHelper

public interface IMessage

Message list management interface. One such class is coded per high-level task.

Author:
DavidP

Method Summary
 XPArrayList getMsg(int stepid, Platform platform, ReturnValue ret)
          Message element.
 StartupTaskMessage[] getMsgArray()
           
 int getNumMsgs()
          Message count.
 

Method Detail

getNumMsgs

int getNumMsgs()
Message count.

Returns:
number of messages in class

getMsg

XPArrayList getMsg(int stepid,
                   Platform platform,
                   ReturnValue ret)
Message element. Gets the recommendation strings for a specific narrow condition with retval, platform, task, in an XPArrayList, sorted by most accurate first.

Parameters:
id - - the id of the task step
Returns:
specific string recommendation

getMsgArray

StartupTaskMessage[] getMsgArray()
Returns:
Enumerated list of messages



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.