|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.engine.interfaces.messaging.api.MessageClass
public class MessageClass
The MessageClass is used to represent the various Message Classes that are currently known by the
Messaging System:
| Field Summary | |
|---|---|
static MessageClass |
APPLICATION_ACK
|
static MessageClass |
APPLICATION_ERROR
|
static MessageClass |
APPLICATION_MESSAGE
|
static MessageClass |
APPLICATION_RESPONSE
|
static MessageClass |
SYSTEM_ACK
|
static MessageClass |
SYSTEM_ERROR
|
| Method Summary | |
|---|---|
static MessageClass[] |
getMessageClasses()
Returns an array of all known MessageClass constants. |
protected Object |
readResolve()
Prevents the release of multiple instances upon deserialization. |
String |
toString()
Returns the string representation of the message class. |
static MessageClass |
valueOf(String s)
Returns an instance of MessageClass that represents the msg class given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MessageClass APPLICATION_MESSAGE
public static final MessageClass APPLICATION_RESPONSE
public static final MessageClass SYSTEM_ERROR
public static final MessageClass APPLICATION_ERROR
public static final MessageClass SYSTEM_ACK
public static final MessageClass APPLICATION_ACK
| Method Detail |
|---|
public String toString()
MessageClass
instance by a call to valueOf(String).
toString in class Objectpublic static MessageClass valueOf(String s)
MessageClass that represents the msg class given as a string. This will
typically be used to create a MessageClass object from a string retrieved from the database.
NullPointerException - if the argument is null.
IllegalArgumentException - if the argument is not a known msg class.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamExceptionpublic static MessageClass[] getMessageClasses()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.ifc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||