|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.PingOO.DLAI.slave.Backup.Request
Asks question to the server by using the upper protocol.
This provide examples for a simple request object.
It is up to the programmer to retreive the correct data types (and datas) for the upper slave application.
| Field Summary | |
private javax.swing.JInternalFrame |
parentFrame
The parent frame. |
private UpperProtocol |
protocol
The object used to send to and receive messages from the server. |
| Constructor Summary | |
Request(UpperProtocol protocol,
javax.swing.JInternalFrame parentFrame)
Creates a new request object. |
|
| Method Summary | |
void |
backup()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private UpperProtocol protocol
private javax.swing.JInternalFrame parentFrame
| Constructor Detail |
public Request(UpperProtocol protocol,
javax.swing.JInternalFrame parentFrame)
protocol - The protocol to which send the requests.parentFrame - This is just need for blocking windows.| Method Detail |
public void backup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||