Serialized Form
|
Package com.sapportals.portal.prt.component |
mm_level
java.lang.String mm_level
mm_type
java.lang.String mm_type
mm_componentName
java.lang.String mm_componentName
mm_componentClass
java.lang.String mm_componentClass
mm_userName
java.lang.String mm_userName
|
Package com.sapportals.portal.prt.logger |
mm_level
int mm_level
mm_name
java.lang.String mm_name
m_date
java.lang.String m_date
- DATE represents the time when the log message was created.
m_time
java.lang.String m_time
- TIME represents the time when the log message was created.
m_message
java.lang.String m_message
- MESSAGE is the log message content.
m_level
java.lang.String m_level
- The verbosity level that was used to create the log message.
m_threadId
java.lang.String m_threadId
- The current thread id for that log message.
m_loggerName
java.lang.String m_loggerName
- The name of the logger
|
Package com.sapportals.portal.prt.pom |
|
Package com.sapportals.portal.prt.resource |
mm_docBase
java.lang.String mm_docBase
mm_properties
java.lang.String mm_properties
mm_componentName
java.lang.String mm_componentName
mm_className
java.lang.String mm_className
mm_resourceType
java.lang.String mm_resourceType
mm_resourceName
java.lang.String mm_resourceName
|
Package com.sapportals.portal.prt.runtime |
mm_cause
java.lang.Throwable mm_cause
mm_cause
java.lang.Throwable mm_cause
|
Package com.sapportals.portal.prt.service |
|
Package com.sapportals.portal.prt.service.soap.exception |
mm_faultActor
java.lang.String mm_faultActor
mm_faultCode
QName mm_faultCode
mm_faultDetailsVector
java.util.Vector mm_faultDetailsVector
mm_faultDetails
javax.xml.soap.Detail mm_faultDetails
mm_faultString
java.lang.String mm_faultString
mm_exception
java.lang.Throwable mm_exception
mm_typeJavaClassException
java.lang.String mm_typeJavaClassException
mm_levelError
Level mm_levelError
mm_originalException
java.lang.Throwable mm_originalException
mm_msgFault
javax.xml.soap.SOAPMessage mm_msgFault
|
Package com.sapportals.portal.prt.util |
m_part1
long m_part1
m_part2
long m_part2
m_dateFormat
java.text.DateFormat m_dateFormat
m_fieldPosition
java.text.FieldPosition m_fieldPosition
m_lastSec
long m_lastSec
m_dateBuf
java.lang.StringBuffer m_dateBuf
|
Package com.sapportals.portal.prt.util.html.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.