|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sender | |
---|---|
pl.psnc.expres.remote.helper | |
pl.psnc.expres.remote.protocol | |
pl.psnc.expres.remote.protocol.notification |
Uses of Sender in pl.psnc.expres.remote.helper |
---|
Methods in pl.psnc.expres.remote.helper with parameters of type Sender | |
---|---|
static MessageHeader |
RemoteHelper.getXsdMessageHeader(MessageHeader header,
java.lang.String callBack,
Sender senderCode)
Creates a new instance of xsd representation of MessageHeader |
Uses of Sender in pl.psnc.expres.remote.protocol |
---|
Methods in pl.psnc.expres.remote.protocol that return Sender | |
---|---|
Sender |
MessageHeader.getSenderCode()
Get value of field: senderCode |
Methods in pl.psnc.expres.remote.protocol with parameters of type Sender | |
---|---|
void |
MessageHeader.setSenderCode(Sender senderCode)
Set value of field: senderCode |
Uses of Sender in pl.psnc.expres.remote.protocol.notification |
---|
Methods in pl.psnc.expres.remote.protocol.notification that return Sender | |
---|---|
static Sender |
Sender.getSender(java.lang.String code)
Get sender instance by the given sender code |
static Sender |
Sender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sender[] |
Sender.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |