|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Any system which wants to use the service of uip needs to implement this interface. When client_uip or server_uip recieve a function from the other side it will call one of the processCallBack(..) methods to process the function. Different systems may have different code processing functions, but any can be specified in an rpc_function.
uses the services of class(es): none
designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu)
implementator(s):
finished time:
known bugs:
JDK version: 1.1.5
side effects:
| Field Summary | |
static int |
OK
possible method return values |
| Method Summary | |
int |
process_call_back(client_uip cu,
rpc_function rf)
this method will be called when client_uip recieves a function from its server_uip |
int |
process_call_back(int clientID,
rpc_function rf)
method description: this method will be called when server uip recieve a function from a client uip |
| Field Detail |
public static final int OK
| Method Detail |
public int process_call_back(client_uip cu,
rpc_function rf)
cu - the client_uip object which recieved the functionrf - the function recieved by client_uip that needs to
be processedsynchronization consideration: none
public int process_call_back(int clientID,
rpc_function rf)
clientID - used to identify from which client the server
gets the functionrf - the function recieved by server_uip that needs to be
processedsynchronization consideration: none
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||