|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
jmc.connection.meConnector
public class meConnector
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
meConnector(java.lang.String hostname,
int port,
CommunicationManager cm)
Constructor |
Method Summary | |
---|---|
javax.microedition.io.StreamConnection |
getConnection()
Method to return the connection |
java.io.InputStream |
openInputStream()
Method to return the input stream of the connection |
java.io.OutputStream |
openOutputStream()
Method to return the output stream of the connection |
void |
run()
Modified by Gabriele Bianchi 04/01/2006 |
Methods inherited from class java.lang.Thread |
---|
activeCount, currentThread, getName, getPriority, interrupt, isAlive, join, setPriority, sleep, start, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public meConnector(java.lang.String hostname, int port, CommunicationManager cm)
hostname
- The host to connect toport
- The port to connect toMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public java.io.InputStream openInputStream() throws java.io.IOException
java.io.IOException
public java.io.OutputStream openOutputStream() throws java.io.IOException
java.io.IOException
public javax.microedition.io.StreamConnection getConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |