|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.terabit.jproactor.IOOperation
au.com.terabit.jproactor.OpConnect
public class OpConnect
The connect operation implementation.
$Revision$ $Date$| Field Summary | |
|---|---|
protected java.net.SocketAddress |
m_remoteAddr
|
| Fields inherited from class au.com.terabit.jproactor.IOOperation |
|---|
m_asynchChannel, m_errorCause |
| Method Summary | |
|---|---|
protected boolean |
execute()
|
boolean |
isConnected()
Tells whether connect operation on the channel has successfully completed or not. |
void |
onComplete()
Dispatch completed IO operation. |
| Methods inherited from class au.com.terabit.jproactor.IOOperation |
|---|
getChannel, getError, getState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.SocketAddress m_remoteAddr
| Method Detail |
|---|
protected boolean execute()
execute in class IOOperationpublic void onComplete()
IOOperationUsually results of completed IO operation are passed up to the protocol m_asynchChannel.
public boolean isConnected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||