|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectEmulatorArchive
public class EmulatorArchive
Emulator Archive main class Starts the emulator archive: connects to the database, publishes the endpoints Replaces "EmulatorArchivePortType_EmulatorArchivePort_Server", a Java class generated by Apache CXF wsdl2java (when given '-server' flag). Some functionality from that class has been copied here.
| Constructor Summary | |
|---|---|
EmulatorArchive(Properties props)
Constructor |
|
| Method Summary | |
|---|---|
void |
closeConnection()
Closes the connection to the database |
static void |
main(String[] args)
Start the emulator archive (runs indefinitely) |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmulatorArchive(Properties props)
throws IOException
props - The properties file
IOException| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args -
Exception
public void closeConnection()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||