|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractAcceptor
net.sourceforge.fixagora.basis.shared.model.persistence.FIXAcceptor
@Entity public class FIXAcceptor
The Class FIXAcceptor.
Nested Class Summary | |
---|---|
static class |
FIXAcceptor.MarketDataType
The Enum MarketDataType. |
Constructor Summary | |
---|---|
FIXAcceptor()
|
Method Summary | |
---|---|
java.util.List<FIXAcceptorTarget> |
getAcceptorTargets()
Gets the acceptor targets. |
java.lang.String |
getAdditionalTreeText()
Gets the additional tree text. |
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
java.lang.String |
getComponentClass()
Gets the component class. |
java.lang.String |
getDataDictionary()
Gets the data dictionary. |
java.lang.Boolean |
getMarketDataRequest()
Gets the market data request. |
FIXAcceptor.MarketDataType |
getMarketDataType()
Gets the market data type. |
java.util.Set<java.lang.String> |
getOpenSessions()
Gets the open sessions. |
java.lang.String |
getPartyID()
Gets the party id. |
java.lang.String |
getPartyIDSource()
Gets the party id source. |
java.lang.Integer |
getPartyRole()
Gets the party role. |
java.lang.Boolean |
getPersistMessage()
Gets the persist message. |
java.lang.String |
getSenderCompID()
Gets the sender comp id. |
java.lang.String |
getSocketAdress()
Gets the socket adress. |
java.lang.Integer |
getSocketPort()
Gets the socket port. |
void |
makeEager()
Make eager. |
void |
setAcceptorTargets(java.util.List<FIXAcceptorTarget> acceptorTargets)
Sets the acceptor targets. |
void |
setDataDictionary(java.lang.String dataDictionary)
Sets the data dictionary. |
void |
setMarketDataRequest(java.lang.Boolean marketDataRequest)
Sets the market data request. |
void |
setMarketDataType(FIXAcceptor.MarketDataType marketDataType)
Sets the market data type. |
void |
setPartyID(java.lang.String partyID)
Sets the party id. |
void |
setPartyIDSource(java.lang.String partyIDSource)
Sets the party id source. |
void |
setPartyRole(java.lang.Integer partyRole)
Sets the party role. |
void |
setPersistMessage(java.lang.Boolean persistMessage)
Sets the persist message. |
void |
setSenderCompID(java.lang.String senderCompID)
Sets the sender comp id. |
void |
setSocketAdress(java.lang.String socketAdress)
Sets the socket adress. |
void |
setSocketPort(java.lang.Integer socketPort)
Sets the socket port. |
void |
setTransientValues(TransientValueSetter transientValueSetter)
Sets the transient values. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractAcceptor |
---|
getAdditionalTreeTextColor, getConnectAtStartup, getIcon, getLargeIcon, getMarketName, getSecurityIDSource, isStartable, setConnectAtStartup, setMarketName, setSecurityIDSource |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
getInputComponents, getOutputComponents, getStartLevel |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject |
---|
compareTo, equals, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setWriteRoles, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FIXAcceptor()
Method Detail |
---|
public java.lang.Boolean getPersistMessage()
public void setPersistMessage(java.lang.Boolean persistMessage)
persistMessage
- the new persist messagepublic java.lang.String getComponentClass()
AbstractBusinessComponent
getComponentClass
in class AbstractBusinessComponent
public java.lang.String getPartyID()
public void setPartyID(java.lang.String partyID)
partyID
- the new party idpublic java.lang.Integer getPartyRole()
public void setPartyRole(java.lang.Integer partyRole)
partyRole
- the new party rolepublic java.lang.String getPartyIDSource()
public void setPartyIDSource(java.lang.String partyIDSource)
partyIDSource
- the new party id sourcepublic FIXAcceptor.MarketDataType getMarketDataType()
public void setMarketDataType(FIXAcceptor.MarketDataType marketDataType)
marketDataType
- the new market data typepublic java.lang.Boolean getMarketDataRequest()
public void setMarketDataRequest(java.lang.Boolean marketDataRequest)
marketDataRequest
- the new market data requestpublic java.util.List<FIXAcceptorTarget> getAcceptorTargets()
public void setAcceptorTargets(java.util.List<FIXAcceptorTarget> acceptorTargets)
acceptorTargets
- the new acceptor targetspublic java.lang.String getDataDictionary()
AbstractBusinessComponent
getDataDictionary
in class AbstractAcceptor
public void setDataDictionary(java.lang.String dataDictionary)
AbstractBusinessComponent
setDataDictionary
in class AbstractAcceptor
dataDictionary
- the new data dictionarypublic java.lang.String getSocketAdress()
public void setSocketAdress(java.lang.String socketAdress)
socketAdress
- the new socket adresspublic java.lang.Integer getSocketPort()
public void setSocketPort(java.lang.Integer socketPort)
socketPort
- the new socket portpublic java.lang.String getSenderCompID()
public void setSenderCompID(java.lang.String senderCompID)
senderCompID
- the new sender comp idpublic java.lang.String getBusinessObjectName()
AbstractBusinessObject
getBusinessObjectName
in class AbstractBusinessObject
public void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
makeEager
in class AbstractAcceptor
public void setTransientValues(TransientValueSetter transientValueSetter)
PersistenceInterface
setTransientValues
in interface PersistenceInterface
setTransientValues
in class AbstractBusinessComponent
transientValueSetter
- the new transient valuespublic java.util.Set<java.lang.String> getOpenSessions()
public java.lang.String getAdditionalTreeText()
AbstractBusinessObject
getAdditionalTreeText
in class AbstractBusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |