|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
DHCPListener interface to accept dhcp status messages
| Method Summary | |
void |
IPError(java.lang.String error)
Reports Error in dhcp attempt, program will continue until stopped by the originator |
void |
IPLeased()
Report IP is leased, calling application should do any setup required here |
void |
IPLost()
Report that machine no longer owns current IP |
void |
IPRenewed()
Report that timer ran and the same IP was renewed |
| Method Detail |
public void IPLeased()
public void IPRenewed()
public void IPLost()
public void IPError(java.lang.String error)
error - - error that occurred during dhcp attempt
0 = Socket Error
1 = NoReply, network maybe down
2 = Unknown Host Exception thrown
3 = IOExeptionThrown, maybe due to socket not open
4 = Fatal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||