|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.moa.EnterpriseObjectBase
org.openeai.moa.XmlEnterpriseObjectImpl
org.openeai.moa.objects.testsuite.RequestTimings
public class RequestTimings
| Field Summary |
|---|
| Fields inherited from class org.openeai.moa.XmlEnterpriseObjectImpl |
|---|
ENTERPRISE_FIELDS, XML_LAYOUT_MANAGER |
| Fields inherited from class org.openeai.OpenEaiObject |
|---|
logger |
| Constructor Summary | |
|---|---|
RequestTimings()
|
|
RequestTimings(MessageObjectConfig mConfig)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAverageTime()
Returns the AverageTime instance variable associated to this RequestTimings object. |
java.lang.String |
getAverageTime(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
MaximumTime |
getMaximumTime()
Returns the MaximumTime instance variable associated to this BasicPerson object. |
java.lang.String |
getMessageAction()
Returns the MessageAction instance variable associated to this RequestTimings object. |
java.lang.String |
getMessageAction(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
MinimumTime |
getMinimumTime()
Returns the MinimumTime instance variable associated to this BasicPerson object. |
java.lang.String |
getNumberOfRequests()
Returns the NumberOfRequests instance variable associated to this RequestTimings object. |
java.lang.String |
getNumberOfRequests(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
MaximumTime |
newMaximumTime()
Convenience method that returns an initialized child MaximumTime object. |
MinimumTime |
newMinimumTime()
Convenience method that returns an initialized child MinimumTime object. |
void |
setAverageTime(java.lang.String aAverageTime)
Sets the AverageTime instance variable associated to this RequestTimings object to the value passed in. |
void |
setMaximumTime(MaximumTime aMaximumTime)
Sets the MaximumTime instance variable associated to this BasicPerson object to the value passed in. |
void |
setMessageAction(java.lang.String aMessageAction)
Sets the MessageAction instance variable associated to this RequestTimings object to the value passed in. |
void |
setMinimumTime(MinimumTime aMinimumTime)
Sets the MinimumTime instance variable associated to this BasicPerson object to the value passed in. |
void |
setNumberOfRequests(java.lang.String aNumberOfRequests)
Sets the NumberOfRequests instance variable associated to this RequestTimings object to the value passed in. |
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openeai.PubliclyCloneable |
|---|
clone |
| Constructor Detail |
|---|
public RequestTimings()
public RequestTimings(MessageObjectConfig mConfig)
throws EnterpriseObjectException
EnterpriseObjectException| Method Detail |
|---|
public java.lang.String getAverageTime()
public java.lang.String getAverageTime(java.lang.String appName)
throws EnterpriseFieldException
String - the name of the application for who the reverse
translations should be performed.
EnterpriseFieldException - if errors occur converting
the current contents of the AverageTime instance variable
to the Application Value associated to the application name passed in.org.openeai.config.EnterpriseFields
public void setAverageTime(java.lang.String aAverageTime)
throws EnterpriseFieldException
String -
EnterpriseFieldException - if the value passed in
does not meet the business rules for the field as specified
in the Enterprise Objects document for this object.org.openeai.config.EnterpriseFieldspublic java.lang.String getNumberOfRequests()
public java.lang.String getNumberOfRequests(java.lang.String appName)
throws EnterpriseFieldException
String - the name of the application for who the reverse
translations should be performed.
EnterpriseFieldException - if errors occur converting
the current contents of the NumberOfRequests instance variable
to the Application Value associated to the application name passed in.org.openeai.config.EnterpriseFields
public void setNumberOfRequests(java.lang.String aNumberOfRequests)
throws EnterpriseFieldException
String -
EnterpriseFieldException - if the value passed in
does not meet the business rules for the field as specified
in the Enterprise Objects document for this object.org.openeai.config.EnterpriseFieldspublic java.lang.String getMessageAction()
public java.lang.String getMessageAction(java.lang.String appName)
throws EnterpriseFieldException
String - the name of the application for who the reverse
translations should be performed.
EnterpriseFieldException - if errors occur converting
the current contents of the MessageAction instance variable
to the Application Value associated to the application name passed in.org.openeai.config.EnterpriseFields
public void setMessageAction(java.lang.String aMessageAction)
throws EnterpriseFieldException
String -
EnterpriseFieldException - if the value passed in
does not meet the business rules for the field as specified
in the Enterprise Objects document for this object.org.openeai.config.EnterpriseFieldspublic MaximumTime getMaximumTime()
public void setMaximumTime(MaximumTime aMaximumTime)
MaximumTime - public MaximumTime newMaximumTime()
public MinimumTime getMinimumTime()
public void setMinimumTime(MinimumTime aMinimumTime)
MinimumTime - public MinimumTime newMinimumTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||