|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This service gives access to a guestbook. The caller is allowed to ask for the name of the guestbook's owner, add an own entry, and to read the entire set of entries.
Field Summary | |
static String |
WHATIS
The WhatIs entry key for this service. |
Method Summary | |
void |
addEntry(String text)
Allows to add an entry to the end of the guestbook. |
String[] |
getEntries()
Returns all entries from the guestbook. |
String |
getOwner()
Returns the name of the guestbook's owner. |
Field Detail |
public static final String WHATIS
WhatIs
entry key for this service.
Method Detail |
public String getOwner()
public String[] getEntries()
public void addEntry(String text)
text
- the entry to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |