|
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.Party
public final class Party
A Party identifies a participant in a message exchange. It offers one or more Services
that can act on multiple processes (Actions). There are two parties specified in each
Message, one of the sender (the from party) and one of the receiver (the to party).
Service,
Action,
Serialized Form| Constructor Summary | |
|---|---|
Party(String name)
Constructs a new Party object with a name but no type. |
|
Party(String name,
String type)
Constructs a new Party object with a name and a type. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the Party. |
String |
getType()
Returns the type of the Party. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Party(String name,
String type)
Party object with a name and a type.
name - the party name.type - the party type.public Party(String name)
Party object with a name but no type.
name - the party name.| Method Detail |
|---|
public String getName()
Party.
public String getType()
Party.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int compareTo(Object o)
compareTo in interface Comparable| 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 | |||||||||