|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.administration.api.monitoring.ChannelDirection
public final class ChannelDirection
The ChannelDirection class identifies the direction of an
adapter's channel, i.e. whether its is a sender or a receiver.
| Field Summary | |
|---|---|
static ChannelDirection |
RECEIVER
Identifies a receiver channel. |
static ChannelDirection |
SENDER
Identifies a sender channel. |
| Method Summary | |
|---|---|
protected Object |
readResolve()
This is called after the deserialization of an instance of this class has taken place. |
String |
toString()
Converts this object into a string representation. |
static ChannelDirection |
valueOf(String direction)
Get one of the static class members from their depending String as returned from toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ChannelDirection SENDER
public static final ChannelDirection RECEIVER
| Method Detail |
|---|
public String toString()
toString in class ObjectChannelDirectionpublic static ChannelDirection valueOf(String direction)
toString.
category - a String as returned by the toString method
NullPointerException - if the argument is null
IllegalArgumentException - if the argument is a unknown direction String
protected Object readResolve()
throws ObjectStreamException
ObjectStreamException
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||