|
jGCS Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jgcs.AbstractProtocol
net.sf.jgcs.AbstractPollingProtocol
public abstract class AbstractPollingProtocol
This class defines a AbstractPollingProtocol. It enriches the AbstractProtocol class with a mechanism to poll I/O for several sessions.
| Field Summary |
|---|
| Fields inherited from class net.sf.jgcs.AbstractProtocol |
|---|
controlSessions, dataSessions |
| Constructor Summary | |
|---|---|
AbstractPollingProtocol()
|
|
| Method Summary | |
|---|---|
protected void |
boot()
|
protected abstract void |
read()
|
| Methods inherited from class net.sf.jgcs.AbstractProtocol |
|---|
lookupControlSession, lookupDataSession, putSessions, removeSessions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jgcs.Protocol |
|---|
openControlSession, openDataSession |
| Constructor Detail |
|---|
public AbstractPollingProtocol()
| Method Detail |
|---|
protected void boot()
boot in class AbstractProtocolprotected abstract void read()
|
jGCS Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||