infoservice
Class InfoService

java.lang.Object
  extended by infoservice.InfoService

public class InfoService
extends java.lang.Object


Field Summary
private static int m_connectionCounter
           
protected  ThreadPool m_ThreadPool
           
protected  JWSInternalCommands oicHandler
           
 
Constructor Summary
private InfoService(java.lang.String propertiesFileName)
           
 
Method Summary
private static void generateKeyPair(java.lang.String isName, java.lang.String passwd)
          Generates a key pair for the infoservice
protected static int getConnectionCounter()
           
static void main(java.lang.String[] argv)
           
private  void startServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oicHandler

protected JWSInternalCommands oicHandler

m_connectionCounter

private static int m_connectionCounter

m_ThreadPool

protected ThreadPool m_ThreadPool
Constructor Detail

InfoService

private InfoService(java.lang.String propertiesFileName)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] argv)

generateKeyPair

private static void generateKeyPair(java.lang.String isName,
                                    java.lang.String passwd)
Generates a key pair for the infoservice


startServer

private void startServer()
                  throws java.lang.Exception
Throws:
java.lang.Exception

getConnectionCounter

protected static int getConnectionCounter()