| 
 | CSP for Java (JCSP) 1.0-rc4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This defines the interface for accepting CALL channels.
accept.
 
 
One2OneCallChannel, 
Any2OneCallChannel, 
One2AnyCallChannel, 
Any2AnyCallChannel| Method Summary | |
|  int | accept(CSProcess server)This is invoked by a server when it commits to accepting a CALL from a client. | 
| Method Detail | 
public int accept(CSProcess server)
One2OneCallChannel.
 It will not complete until a CALL has been made.  If the derived CALL channel has set
 the selected field in the way defined by the standard
 calling sequence,
 the value returned by this method will indicate which method was called.server - the server process receiving the CALL.| 
 | CSP for Java (JCSP) 1.0-rc4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||