Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

M

Mac - Class in javax.crypto
 
Mac() - Constructor for class javax.crypto.Mac
 
makeSigAlg(String, String) - Static method in class sun.security.x509.AlgorithmId
Creates a signature algorithm name from a digest algorithm name and a encryption algorithm name.
Map<K,V> - Interface in java.util
An object that maps keys to values.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
Math - Class in java.lang
 
Math() - Constructor for class java.lang.Math
 
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MessageDigest - Class in java.security
 
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - Class in java.security
 
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MetaInfServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations following standard Java service definition.
MetaInfServiceLoader() - Constructor for class ej.service.loader.MetaInfServiceLoader
Creates a new META-INF properties service loader.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MissingServiceException - Exception in ej.service
Thrown when a required service is missing.
MissingServiceException(String) - Constructor for exception ej.service.MissingServiceException
Constructs a new missing service exception with the specified detail message.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
modify(String, int) - Method in interface ej.storage.Storage
Modifies the entry that is referenced by an ID.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
move(String, String) - Method in interface ej.storage.Storage
Changes the ID of an entry.
MQTT_CONNACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connection acknowledgement.
MQTT_CONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connect.
MQTT_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
MQTT connect failed.
MQTT_CONNECT_IDENTIFIER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Identifier rejected.
MQTT_CONNECT_MALFORMED_DATA - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Data in username or password is malformed.
MQTT_CONNECT_PROTOCOL_VER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unacceptable protocol version
MQTT_CONNECT_SERVER_UNAVAILABLE - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Server unavailable.
MQTT_CONNECT_UNAUTHORIZED_CLIENT - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unauthorized client.
MQTT_DISCONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Disconnect.
MQTT_INVALID_RESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Invalid response.
MQTT_MQTT_NO_RESPONSE_MSG_REQD - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
No response message is required.
MQTT_PINGREQ - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping request.
MQTT_PINGRESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping response.
MQTT_PUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish acknowledgement.
MQTT_PUBCOMP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubComp.
MQTT_PUBLISH - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish.
MQTT_PUBREC - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRec.
MQTT_PUBREL - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRel.
MQTT_SUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe acknowledgement.
MQTT_SUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe.
MQTT_SUBSCRIBE_DENIED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is denied by the broker.
MQTT_SUBSCRIBE_GRANTED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is granted by the broker.
MQTT_SUBSCRIBE_MSG - Static variable in interface com.cinterion.mqtt.MqttMessageCallback
Message was received from the broker.
MQTT_UNSUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe acknowledgement.
MQTT_UNSUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe.
MqttClient - Class in com.cinterion.mqtt
The MqttClient class can be used to create MQTT client instances.
MqttClient() - Constructor for class com.cinterion.mqtt.MqttClient
Creates an MQTT context.
MqttConfig - Class in com.cinterion.mqtt
The MqttConfig class contains the configuration data used to connect a MqttClient.
MqttConfig(String, short, String, String, String, int, int, boolean, SslConfig, String, String) - Constructor for class com.cinterion.mqtt.MqttConfig
Instantiates an MQTT configuration.
MqttConnectCallback - Interface in com.cinterion.mqtt
The MqttConnectCallback interface provides connection callback and enumerates the message types.
MqttMessageCallback - Interface in com.cinterion.mqtt
The MqttMessageCallback interface provides connection callback and enumerates the message types.
MqttPublishCallback - Interface in com.cinterion.mqtt
The MqttPublishCallback interface provides subscription callback and enumerates the message types.
MqttSubscribeCallback - Interface in com.cinterion.mqtt
The MqttSubscribeCallback interface provides subscription callback and enumerates the message types.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links