|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller for IP channel in, It defines a listening port number attribute.
Method Summary | |
int |
getListeningPort()
Returns the listening port. |
int |
getOpenRetry()
Returns the number of attempts to open a ServerSocket
before aborting. |
void |
setListeningPort(int port)
Sets the listening port. |
void |
setOpenRetry(int retry)
Sets the number of attempts to open a ServerSocket before
aborting. |
Method Detail |
public int getListeningPort()
public void setListeningPort(int port) throws IllegalLifeCycleException
port
- the listening port.
IllegalLifeCycleException
- cannot change port number if the
component is started.public int getOpenRetry()
ServerSocket
before aborting.
ServerSocket
before aborting.public void setOpenRetry(int retry)
ServerSocket
before
aborting.
retry
- the number of attempts to open a
ServerSocket
before aborting.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |