examples.guestbook
Class GuestbookApp

java.lang.Object
  extended byexamples.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 LOG
          The logger instance for writing a log file.
 
Constructor Summary
GuestbookApp()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

GuestbookApp

public GuestbookApp()
Method Detail

main

public static void main(String[] args)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.