|
TM Service Discovery Release 2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.tm.discovery.transport.TransportFactory
public class TransportFactory
Factory for the remoste system connection.
Constructor Summary | |
---|---|
TransportFactory()
|
Method Summary | |
---|---|
static ITransport |
getTransport(String transportName,
String address,
int timeOut)
Gets the ITransport implementation of a transport given its name |
static String[] |
getTransportList()
Returns the available transport names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportFactory()
Method Detail |
---|
public static String[] getTransportList()
public static ITransport getTransport(String transportName, String address, int timeOut) throws Exception
transportName
- Name of the transportaddress
- Address of the target devicetimeOut
- Timeout in milliseconds
Exception
|
TM Service Discovery Release 2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |