Message Feed Java access

This chapter describes how to access the Message Feed server using the Java language. The access to the Message Feed server is socket based. The API relies on Java threading when non-blocking operation is required. A native class is used to implement the access to the Message Feed server. The java package core.mfp.jar is located in the directory

$CORE_ROOT/java/lib/core/mfp.

The native class shared object, libmfp_jni.so or libmfp_jni.sl on UNIX / Linux systems, or mfp_jni.dll on Windows systems is located in the directory $CORE_ROOT/java/load.

The following topics describe the Message Feed Java methods and classes:

Mfp. revision

Mfp.constructor

Mfp.authenticate

Mfp.submitMessage

Mfp.close

MfpAttribute.constructor

MfpAttribute.setName

MfpAttribute.setValue

MfpAttribute.getName

MfpAttribute.getValue

MfpAttribute.toString

MfpSubmitMessageReply.getStatus

MfpSubmitMessageReply.getLoggerId

MfpException.toString