amber.server.component
Interface LinkResponseInterface
- public interface LinkResponseInterface
This interface is required if the remote client is to successfully get information
from the server. This interface is called by the LinkHandler and allows
the parent to correctly respond to this request.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
RLink,
LinkHandler
|
Method Summary |
int |
getServerInt()
Invoked when a request occurs from the client for an int. |
java.lang.String |
getServerString()
Invoked when a request occurs from the client for a string. |
getServerString
public java.lang.String getServerString()
- Invoked when a request occurs from the client for a string.
- Returns:
- String response to send to the client
getServerInt
public int getServerInt()
- Invoked when a request occurs from the client for an int.
- Returns:
- int response to send to the client
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.