MApplication Class Reference

Inherits com::webobjects::monitor::_private::MObject.

Collaboration diagram for MApplication:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void _addInstancePrimitive (MInstance anInstance)
void _removeInstancePrimitive (MInstance anInstance)
String adaptor ()
Integer adaptorThreads ()
Integer adaptorThreadsMax ()
Integer adaptorThreadsMin ()
String additionalArgs ()
Boolean autoOpenInBrowser ()
Boolean autoRecover ()
Boolean cachingEnabled ()
Integer cnctTimeout ()
Boolean debuggingEnabled ()
NSDictionary dictionaryForArchive ()
Integer dormant ()
boolean equals (Object obj)
void extractAdaptorValuesFromSiteConfig ()
int hashCode ()
NSArray< MHosthostArray ()
NSArray< MInstanceinstanceArray ()
MInstance instanceWithID (Integer ID)
boolean isIDInUse (Integer ID)
boolean isRunning ()
boolean isRunning_M ()
boolean isRunning_W ()
boolean isStopped_M ()
Integer lifebeatInterval ()
Integer listenQueueSize ()
String macOutputPath ()
String macPath ()
 MApplication (NSMutableDictionary aDict, MSiteConfig aConfig, Object o)
 MApplication (NSDictionary aDict, MSiteConfig aConfig)
 MApplication (String aName, MSiteConfig aConfig)
Integer minimumActiveSessionsCount ()
String name ()
Integer nextID ()
String notificationEmailAddr ()
Boolean notificationEmailEnabled ()
String oldname ()
Boolean phasedStartup ()
Integer poolsize ()
String projectSearchPath ()
void pushValuesToInstances ()
Integer recvBufSize ()
Integer recvTimeout ()
String redir ()
Integer retries ()
NSArray< MInstancerunningInstances_M ()
int runningInstancesCount ()
Integer runningInstancesCount_M ()
Integer runningInstancesCount_W ()
String scheduler ()
Integer sendBufSize ()
Integer sendTimeout ()
Integer sessionTimeOut ()
void setAdaptor (String value)
void setAdaptorThreads (Integer value)
void setAdaptorThreadsMax (Integer value)
void setAdaptorThreadsMin (Integer value)
void setAdditionalArgs (String value)
void setAutoOpenInBrowser (Boolean value)
void setAutoRecover (Boolean value)
void setCachingEnabled (Boolean value)
void setCnctTimeout (Integer value)
void setDebuggingEnabled (Boolean value)
void setDormant (Integer value)
void setLifebeatInterval (Integer value)
void setListenQueueSize (Integer value)
void setMacOutputPath (String value)
void setMacPath (String value)
void setMinimumActiveSessionsCount (Integer value)
void setName (String value)
void setNotificationEmailAddr (String value)
void setNotificationEmailEnabled (Boolean value)
void setOldname (String value)
void setPhasedStartup (Boolean value)
void setPoolsize (Integer value)
void setProjectSearchPath (String value)
void setRecvBufSize (Integer value)
void setRecvTimeout (Integer value)
void setRedir (String value)
void setRetries (Integer value)
void setRunningInstancesCount (int cnt)
void setScheduler (String value)
void setSendBufSize (Integer value)
void setSendTimeout (Integer value)
void setSessionTimeOut (Integer value)
void setStartingPort (Integer value)
void setStatisticsPassword (String value)
void setTimeForStartup (Integer value)
void setUnixOutputPath (String value)
void setUnixPath (String value)
void setUrlVersion (Integer value)
void setWinOutputPath (String value)
void setWinPath (String value)
Integer startingPort ()
String statisticsPassword ()
void takeValuesFromDefaults ()
Integer timeForStartup ()
String toString ()
String unixOutputPath ()
String unixPath ()
Integer urlVersion ()
String winOutputPath ()
String winPath ()

Package Attributes

NSMutableArray _hostArray = new NSMutableArray()
NSMutableArray _instanceArray = new NSMutableArray()
String _name

Private Attributes

Integer runningInstancesCount = MObject._zeroInteger

Static Private Attributes

static NSDictionary _defaults


Constructor & Destructor Documentation

MApplication ( String  aName,
MSiteConfig  aConfig 
)

MApplication ( NSDictionary  aDict,
MSiteConfig  aConfig 
)

MApplication ( NSMutableDictionary  aDict,
MSiteConfig  aConfig,
Object  o 
)


Member Function Documentation

void _addInstancePrimitive ( MInstance  anInstance  ) 

void _removeInstancePrimitive ( MInstance  anInstance  ) 

String adaptor (  ) 

Integer adaptorThreads (  ) 

Integer adaptorThreadsMax (  ) 

Integer adaptorThreadsMin (  ) 

String additionalArgs (  ) 

Boolean autoOpenInBrowser (  ) 

Boolean autoRecover (  ) 

Boolean cachingEnabled (  ) 

Integer cnctTimeout (  ) 

Boolean debuggingEnabled (  ) 

NSDictionary dictionaryForArchive (  ) 

Integer dormant (  ) 

boolean equals ( Object  obj  ) 

void extractAdaptorValuesFromSiteConfig (  ) 

int hashCode (  ) 

NSArray<MHost> hostArray (  ) 

NSArray<MInstance> instanceArray (  ) 

MInstance instanceWithID ( Integer  ID  ) 

boolean isIDInUse ( Integer  ID  ) 

boolean isRunning (  ) 

boolean isRunning_M (  ) 

boolean isRunning_W (  ) 

boolean isStopped_M (  ) 

Integer lifebeatInterval (  ) 

Integer listenQueueSize (  ) 

String macOutputPath (  ) 

String macPath (  ) 

Integer minimumActiveSessionsCount (  ) 

String name (  ) 

Integer nextID (  ) 

String notificationEmailAddr (  ) 

Boolean notificationEmailEnabled (  ) 

String oldname (  ) 

Boolean phasedStartup (  ) 

Integer poolsize (  ) 

String projectSearchPath (  ) 

void pushValuesToInstances (  ) 

Integer recvBufSize (  ) 

Integer recvTimeout (  ) 

String redir (  ) 

Integer retries (  ) 

NSArray<MInstance> runningInstances_M (  ) 

int runningInstancesCount (  ) 

Integer runningInstancesCount_M (  ) 

Integer runningInstancesCount_W (  ) 

String scheduler (  ) 

Integer sendBufSize (  ) 

Integer sendTimeout (  ) 

Integer sessionTimeOut (  ) 

void setAdaptor ( String  value  ) 

void setAdaptorThreads ( Integer  value  ) 

void setAdaptorThreadsMax ( Integer  value  ) 

void setAdaptorThreadsMin ( Integer  value  ) 

void setAdditionalArgs ( String  value  ) 

void setAutoOpenInBrowser ( Boolean  value  ) 

void setAutoRecover ( Boolean  value  ) 

void setCachingEnabled ( Boolean  value  ) 

void setCnctTimeout ( Integer  value  ) 

void setDebuggingEnabled ( Boolean  value  ) 

void setDormant ( Integer  value  ) 

void setLifebeatInterval ( Integer  value  ) 

void setListenQueueSize ( Integer  value  ) 

void setMacOutputPath ( String  value  ) 

void setMacPath ( String  value  ) 

void setMinimumActiveSessionsCount ( Integer  value  ) 

void setName ( String  value  ) 

void setNotificationEmailAddr ( String  value  ) 

void setNotificationEmailEnabled ( Boolean  value  ) 

void setOldname ( String  value  ) 

void setPhasedStartup ( Boolean  value  ) 

void setPoolsize ( Integer  value  ) 

void setProjectSearchPath ( String  value  ) 

void setRecvBufSize ( Integer  value  ) 

void setRecvTimeout ( Integer  value  ) 

void setRedir ( String  value  ) 

void setRetries ( Integer  value  ) 

void setRunningInstancesCount ( int  cnt  ) 

void setScheduler ( String  value  ) 

void setSendBufSize ( Integer  value  ) 

void setSendTimeout ( Integer  value  ) 

void setSessionTimeOut ( Integer  value  ) 

void setStartingPort ( Integer  value  ) 

void setStatisticsPassword ( String  value  ) 

void setTimeForStartup ( Integer  value  ) 

void setUnixOutputPath ( String  value  ) 

void setUnixPath ( String  value  ) 

void setUrlVersion ( Integer  value  ) 

void setWinOutputPath ( String  value  ) 

void setWinPath ( String  value  ) 

Integer startingPort (  ) 

String statisticsPassword (  ) 

void takeValuesFromDefaults (  ) 

Integer timeForStartup (  ) 

String toString (  ) 

String unixOutputPath (  ) 

String unixPath (  ) 

Integer urlVersion (  ) 

String winOutputPath (  ) 

String winPath (  ) 


Member Data Documentation

NSDictionary _defaults [static, private]

String _name [package]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:33 2012 for Project Wonder by  doxygen 1.5.8