public abstract class AbstractSender extends Object implements Sender, Runnable
Modifier and Type | Field and Description |
---|---|
static ResourceLoader |
RESOURCE_LOADER |
Constructor and Description |
---|
AbstractSender() |
Modifier and Type | Method and Description |
---|---|
String |
getFixVersionId() |
String |
getMessageFile() |
Participant |
getParticipant() |
boolean |
isStopped() |
void |
setFixVersionId(String fixVersionId) |
void |
setMessageFile(String messageFile) |
void |
setParticipant(Participant participant) |
void |
start() |
void |
stop() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadMessage
public static final ResourceLoader RESOURCE_LOADER
public String getFixVersionId()
public void setFixVersionId(String fixVersionId)
public Participant getParticipant()
public void setParticipant(Participant participant)
public String getMessageFile()
public void setMessageFile(String messageFile)
public boolean isStopped()
Copyright © 2005–2020 Onix Solutions. All rights reserved.