A B C D E F G H I J K L M N O P Q R S T U V W X _

M

MAX - Static variable in class com.sap.tc.logging.Severity
Maximum severity.
MAX - Static variable in class com.sap.tc.logging.TokenType
 
METADATA_FUNCTIONS - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of functions metadata from the EIS
METADATA_FUNCTIONS_REG_EXP - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of functions metadata from the EIS using regular expressions - for example: the connector implements - Set getFunctions(String functionNameRegularExpression, String functionGroupRegularExpression)
METADATA_OPERATORS_EQUAL - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the equal operator - Equal conditions are conditions of type: A.x = value object A attribute x is equal to value.
METADATA_OPERATORS_GREATER_THAN - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the greater than operator - Greater than conditions are conditions of type: A.x GREATERTHAN value object A attribute x is greater than to value.
METADATA_OPERATORS_GREATER_THAN_OR_EQUAL - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the greater than or equal operator - Greater than or equal conditions are conditions of type: A.x GREATERTHANOREQUAL value object A attribute x is greater than or equal to value.
METADATA_OPERATORS_LESS_THAN - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the less than operator - Less than conditions are conditions of type: A.x LESSTHAN value object A attribute x is less than to value.
METADATA_OPERATORS_LESS_THAN_OR_EQUAL - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the less than or equal operator Less than or equal conditions are conditions of type: A.x LESSTHANOREQUAL value - object A attribute x is less than or equal to value.
METADATA_OPERATORS_LIKE - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the like operator - Like conditions are conditions of type: A.x LIKE value object A attribute x is like to value.
METADATA_OPERATORS_NOT_EQUAL - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving of conditions with the not equal operator - Not equal conditions are conditions of type: A.x NOTEQUAL value object A attribute x is not equal to value.
METHOD_TYPE - Static variable in interface com.sap.engine.lib.security.http.HttpCallback
 
MIN - Static variable in class com.sap.tc.logging.Severity
Minimum severity.
MIN - Static variable in class com.sap.tc.logging.TraceFormatter
 
MISSING_RESOURCE - Static variable in class com.sap.exception.util.SAPMissingResourceException
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.FileLog
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.reader.ReadFileSetLog
 
MODE_MAX - Static variable in class com.sap.tc.logging.FileLog
 
MODE_MIN - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.reader.ReadFileSetLog
 
MSGCollection - class com.sap.tc.logging.MSGCollection.
 
MSGCollection() - Constructor for class com.sap.tc.logging.MSGCollection
 
MULTILANGUAGE - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports multilanguage - input/output values can be multilanguage
MULTIPART_BODY_KEY - Static variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
The default key used for accessing a multipart request / response body through servlet API.
MessageEvent - class com.sap.tc.logging.MessageEvent.
This event will be fired when an message is being processed.
MessageEvent(LogRecord) - Constructor for class com.sap.tc.logging.MessageEvent
 
MessageEventListener - interface com.sap.tc.logging.MessageEventListener.
Listen to the message being written.
MethodNotFoundException - exception com.sapportals.connector.metadata.objects.MethodNotFoundException.
Thrown when an invalid method is requested.
MethodNotFoundException(String) - Constructor for class com.sapportals.connector.metadata.objects.MethodNotFoundException
Constructor
MsgObject - class com.sap.tc.logging.MsgObject.
Title: Logging Description: Logging API Copyright: Copyright (c) 2004 Company: SAP AG.
MsgObject(String, String) - Constructor for class com.sap.tc.logging.MsgObject
 
MsgObject(String, String, String) - Constructor for class com.sap.tc.logging.MsgObject
 
MsgType - class com.sap.tc.logging.MsgType.
Collects constants for internal use as message format types as well as some static utility methods.
MsgType() - Constructor for class com.sap.tc.logging.MsgType
 
MultipartMessage - class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage.
This class represents a multipart message body.
MultipartMessage() - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
MultipartParseException - exception com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException.
Throwing an instance of this exception indicates problems in parsing multipart http messages.
MultipartParseException(String) - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message.
MultipartParseException(String, Object[]) - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message.
MultipartParseException(String, Throwable) - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message and linked exception.
MultipartParseException(String, Object[], Throwable) - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Creates an instance of this exception with a specified error message and linked exception.
MultipartPart - class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart.
This class represents a sub-message of a multipart http message.
MultipartPart() - Constructor for class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartPart
 
message() - Method in interface com.sap.tc.logging.interfaces.IMessageBuilder
 
messageInt(LogRecord) - Method in class com.sap.tc.logging.LogController
Deprecated. Use messageInternal()
messageInternal(LogRecord) - Method in class com.sap.tc.logging.LogController
 
moveToBOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
moveToBOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
moveToBOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the beginning of the fileset
moveToBOFS() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to the oldest File in the fileset
moveToCurrentRow() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Moves the cursor to the insert row.
moveToEOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
moveToEOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
moveToEOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the end of the fileset
moveToEOFS() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to the newest File in the fileset
moveToInsertRow() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Moves the cursor to the remembered cursor position, usually the current row.
msg() - Method in interface com.sap.localization.LocalizableText.Key0
Returns a corresponding message object.
msg(Object) - Method in interface com.sap.localization.LocalizableText.Key1
Returns a corresponding message object.
msg(Object, Object) - Method in interface com.sap.localization.LocalizableText.Key2
Returns a corresponding message object.
msg(Object, Object, Object) - Method in interface com.sap.localization.LocalizableText.Key3
Returns a corresponding message object.
msg(Object, Object, Object, Object) - Method in interface com.sap.localization.LocalizableText.Key4
Returns a corresponding message object.
msg(Object, Object, Object, Object, Object) - Method in interface com.sap.localization.LocalizableText.Key5
Returns a corresponding message object.
msg(Object, Object, Object, Object, Object, Object) - Method in interface com.sap.localization.LocalizableText.Key6
Returns a corresponding message object.
msgCheck(int) - Static method in class com.sap.tc.logging.Severity
Checks whether a severity is within the valid range for messages.
msgCorrect(int) - Static method in class com.sap.tc.logging.Severity
Corrects an invalid severity for a message to the closest valid value.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.