org.jumpi.impl.application
Interface Application
- All Superinterfaces:
- java.lang.Runnable
- All Known Implementing Classes:
- EchoApplicationImpl
- public interface Application
- extends java.lang.Runnable
A standalone Application which is run with a Thread and which can be
configured with a Hashtable. The Hashtable is typically used to configure a
Jumpi instance for use by the Application.
Method Summary |
void |
setConfiguration(java.util.Hashtable config)
Set the configuration Hashtable. |
Methods inherited from interface java.lang.Runnable |
run |
setConfiguration
public void setConfiguration(java.util.Hashtable config)
- Set the configuration Hashtable.
- Parameters:
config
- the configuration Hashtable.
Copyright © 2003, Peter Jonathan Klauser.