eu.larkc.core.management
Class ManagementInterfaceMain

java.lang.Object
  extended by eu.larkc.core.management.ManagementInterfaceMain

public class ManagementInterfaceMain
extends java.lang.Object

Main class to start the management interface server for manual testing.

Example: To test RDF retrieval start this class and point your browser to http://localhost:8182/rdf/retrieve?q= http://www.w3.org/2009/08/skos-reference/skos.rdf

Author:
Christoph Fuchs

Constructor Summary
ManagementInterfaceMain()
           
 
Method Summary
static boolean isInitialized()
          Determines if the management interface is initialized.
static void main(java.lang.String[] args)
          Main method to start the management interface server.
static SubLObject start()
          This method is the entry point for the SubL classes which will invoke this start method.
static void stop()
          Method to stop the execution of the management interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementInterfaceMain

public ManagementInterfaceMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method to start the management interface server.

Parameters:
args - unused
Throws:
java.lang.Exception - on server initialization error

stop

public static void stop()
                 throws java.lang.Exception
Method to stop the execution of the management interface.

Throws:
java.lang.Exception - if the management interface is not initialized

isInitialized

public static boolean isInitialized()
Determines if the management interface is initialized.

Returns:
true if initialized, false if not

start

public static SubLObject start()
This method is the entry point for the SubL classes which will invoke this start method. No SubLObject will be returned in any case.

Returns:
returns null in any case