Class SOAPMonitorData
java.lang.Object
com.webmethods.portal.webservices.SOAPMonitorData
- All Implemented Interfaces:
Serializable
Transport object for OpenAjax event used for
monitoring webservice requests
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getTime()
void
setContentType
(String contentType) void
void
setMessage_type
(Integer message_type) void
setMessageText
(String messageText) void
void
-
Field Details
-
OpenAjax_TOPIC
-
SUBSCRIBER_COUNT
-
-
Constructor Details
-
SOAPMonitorData
public SOAPMonitorData() -
SOAPMonitorData
-
SOAPMonitorData
-
-
Method Details
-
getTime
- Returns:
- the time
-
setTime
- Parameters:
time
- the time to set
-
getMessage_type
- Returns:
- the message_type
-
setMessage_type
- Parameters:
message_type
- the message_type to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getTarget
- Returns:
- the target
-
setTarget
- Parameters:
target
- the target to set
-
getContentType
- Returns:
- the contentType
-
setContentType
- Parameters:
contentType
- the contentType to set
-
getMessageText
- Returns:
- the messageText
-
setMessageText
- Parameters:
messageText
- the messageText to set
-