public class Connector extends java.lang.Object implements ISORequestListener, LogSource, Configurable
ISORequestListener
Modifier and Type | Class and Description |
---|---|
protected class |
Connector.Process |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
channelName |
protected java.lang.String |
muxName |
protected static ThreadPool |
pool |
protected int |
timeout |
Constructor and Description |
---|
Connector() |
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger() |
java.lang.String |
getRealm() |
boolean |
process(ISOSource source,
ISOMsg m) |
void |
setConfiguration(Configuration cfg)
Destination can be a Channel or a MUX.
|
void |
setLogger(Logger logger,
java.lang.String realm) |
protected java.lang.String muxName
protected java.lang.String channelName
protected int timeout
protected static ThreadPool pool
public void setLogger(Logger logger, java.lang.String realm)
public void setConfiguration(Configuration cfg) throws ConfigurationException
setConfiguration
in interface Configurable
cfg
- ConfigurationConfigurationException
public boolean process(ISOSource source, ISOMsg m)
process
in interface ISORequestListener
source
- source where you optionally can replym
- the unmatched request