|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.client.control.BasisClientConnector
public class BasisClientConnector
The Class BasisClientConnector.
Constructor Summary | |
---|---|
BasisClientConnector(java.lang.String host,
int port)
Instantiates a new basis client connector. |
Method Summary | |
---|---|
void |
addBasisClientConnectorListener(BasisClientConnectorListener basisClientConnectorListener)
Adds the basis client connector listener. |
void |
channelClosed()
Channel closed. |
void |
channelConnected(org.jboss.netty.channel.Channel channel)
Channel connected. |
void |
connect()
Connect. |
void |
disconnect()
Disconnect. |
java.util.List<FIXAgoraPlugin> |
getFixAgoraPlugins()
Gets the fix agora plugins. |
FUser |
getFUser()
Gets the f user. |
void |
messageReceived(java.lang.Object object)
Message received. |
void |
removeBasisClientConnectorListener(BasisClientConnectorListener basisClientConnectorListener)
Removes the basis client connector listener. |
AbstractResponse |
sendRequest(AbstractRequest abstractRequest)
Send request. |
void |
setFUser(FUser user)
Sets the f user. |
void |
setHighlightKey(java.lang.String key)
Sets the highlight key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasisClientConnector(java.lang.String host, int port)
host
- the hostport
- the portMethod Detail |
---|
public void addBasisClientConnectorListener(BasisClientConnectorListener basisClientConnectorListener)
basisClientConnectorListener
- the basis client connector listenerpublic FUser getFUser()
public void setFUser(FUser user)
user
- the new f userpublic void removeBasisClientConnectorListener(BasisClientConnectorListener basisClientConnectorListener)
basisClientConnectorListener
- the basis client connector listenerpublic void connect()
public void disconnect()
public void messageReceived(java.lang.Object object) throws java.lang.Exception
object
- the object
java.lang.Exception
- the exceptionpublic void channelClosed() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void channelConnected(org.jboss.netty.channel.Channel channel) throws java.lang.Exception
channel
- the channel
java.lang.Exception
- the exceptionpublic void setHighlightKey(java.lang.String key)
key
- the new highlight keypublic AbstractResponse sendRequest(AbstractRequest abstractRequest)
abstractRequest
- the abstract request
public java.util.List<FIXAgoraPlugin> getFixAgoraPlugins()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |