|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.devexperts.qd.qtp.file.FileConnectorFactory
public class FileConnectorFactory
Field Summary | |
---|---|
static java.lang.String |
FILE_PREFIX
|
Constructor Summary | |
---|---|
FileConnectorFactory()
|
Method Summary | |
---|---|
FileConnector |
createMessageConnector(com.devexperts.connector.proto.ApplicationConnectionFactory applicationConnectionFactory,
java.lang.String address)
Creates message connector with a given address. |
java.lang.Class<? extends MessageConnector> |
getResultingClass()
Returns the exact class of produced MessageConnectors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FILE_PREFIX
Constructor Detail |
---|
public FileConnectorFactory()
Method Detail |
---|
public FileConnector createMessageConnector(com.devexperts.connector.proto.ApplicationConnectionFactory applicationConnectionFactory, java.lang.String address) throws InvalidFormatException
MessageConnectorFactory
createMessageConnector
in interface MessageConnectorFactory
applicationConnectionFactory
- ProtocolFactory to use.address
- address to connect to.
null
if this
factory does not support the specified address.
InvalidFormatException
- if connector supports the specified address, but there
are some errors in its specification.public java.lang.Class<? extends MessageConnector> getResultingClass()
MessageConnectorFactory
getResultingClass
in interface MessageConnectorFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |