examples.guestbook
Class GuestbookApp
java.lang.Object
   examples.guestbook.GuestbookApp
examples.guestbook.GuestbookApp
- public class GuestbookApp- extends Object
This application grants access to the GuestbookServiceby means of a
 the SeMoA shell.
 
 The implementation is quite simple. This class has a main method which is
 called to generate the output for console. The main method looks up the
 guestbook service in the agent server environment, reads the data from it and
 prints it to the console. That's it - easy, isn't it?
- Version:
- $Id: GuestbookApp.java 1913 2007-08-08 02:41:53Z jpeters $
- Author:
- U. Pinsdorf
- See Also:
- Environment,- GuestbookService
| Field Summary | 
| private static Logger | LOGThe logger instance for writing a log file.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LOG
private static final Logger LOG
- The logger instance for writing a log file. For the logger's
 configuration refer to file etc/semoa.logging.
 
 
GuestbookApp
public GuestbookApp()
main
public static void main(String[] args)
- 
 
                Copyright © Fraunhofer Gesellschaft. All
                Rights Reserved.