sdlip.examples
Class SimpleLSPAndSwitchBoard

java.lang.Object
  |
  +--sdlip.examples.SimpleLSPAndSwitchBoard

public class SimpleLSPAndSwitchBoard
extends java.lang.Object

This application starts both the SimpleLSP application described in the SDLIP Java tutorial and the SwitchBoardLSP.

The SimpleLSP is exported under the name "/simplelsp". The SwitchBoardLLSP is available under "/peoplelookup".


Constructor Summary
SimpleLSPAndSwitchBoard()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLSPAndSwitchBoard

public SimpleLSPAndSwitchBoard()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception