org.jboss.test
Class SRPServerImpl

java.lang.Object
  extended byorg.jboss.test.SRPServerImpl

public class SRPServerImpl
extends java.lang.Object

An RMI application that creates a SRPRemoteServer instance and exports it on the standard RMI register 1099 port. It creates a SerialObjectStore as the SRPVerifierStore for the SRPRemoteServer.


Constructor Summary
SRPServerImpl()
           
 
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

SRPServerImpl

public SRPServerImpl()
Method Detail

main

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