|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteTaskViewAdapter
A remote view adapter for a task.
| Field Summary | |
|---|---|
static int |
BOUND_PORT_CLIENT
A secondary port that the server will use to communicate with the IRemoteTaskViewAdapter object on the client. |
static int |
BOUND_PORT_SERVER
The port that the client will use to communicate with the IRemoteTaskViewAdapter object on the server. |
| Method Summary | |
|---|---|
void |
append(java.lang.String s)
Append the given string to the remote view's display |
| Field Detail |
|---|
static final int BOUND_PORT_SERVER
static final int BOUND_PORT_CLIENT
| Method Detail |
|---|
void append(java.lang.String s)
throws java.rmi.RemoteException
s - the string to display
java.rmi.RemoteException - thrown if a network error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||