org.fuin.examples.jmsmvc4swing
Class AddressManager

java.lang.Object
  extended by org.fuin.examples.jmsmvc4swing.AddressManager

public class AddressManager
extends Object

Java Swing based address manager.


Constructor Summary
AddressManager(org.fuin.jmsmvc4swing.base.JmsJndiEnvironment env)
          Constructor with environment.
 
Method Summary
 void execute()
          Show the UI.
static void main(String[] args)
          Start the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressManager

public AddressManager(org.fuin.jmsmvc4swing.base.JmsJndiEnvironment env)
Constructor with environment.

Parameters:
env - Environment.
Method Detail

execute

public final void execute()
Show the UI.


main

public static void main(String[] args)
                 throws NamingException
Start the application.

Parameters:
args - Command line arguments.
Throws:
NamingException - Problem with the JNDI context.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.