|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.carol.cmi.smart.server.SmartEndPoint
public class SmartEndPoint
This class receives the request from clients, handle them and send an answer.
| Constructor Summary | |
|---|---|
SmartEndPoint()
|
|
| Method Summary | |
|---|---|
void |
run()
Start the thread for looking at the selectors. |
void |
setPortNumber(int number)
Set the Port number. |
void |
setSmartConnector(org.ow2.carol.cmi.smart.api.SmartConnector connector)
Set the smart connector. |
void |
start()
Start method. |
void |
stop()
Stop method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmartEndPoint()
| Method Detail |
|---|
public void start()
throws SmartServerException
SmartServerException - if the start has failed.public void run()
run in interface java.lang.Runnablepublic void setSmartConnector(org.ow2.carol.cmi.smart.api.SmartConnector connector)
connector - the given smart connector.public void setPortNumber(int number)
number - the given port number.
public void stop()
throws SmartServerException
SmartServerException - if the stop is failing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||