|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.larkc.core.management.ManagementInterfaceMain
public class ManagementInterfaceMain
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
| 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 |
|---|
public ManagementInterfaceMain()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - unused
java.lang.Exception - on server initialization error
public static void stop()
throws java.lang.Exception
java.lang.Exception - if the management interface is not initializedpublic static boolean isInitialized()
public static SubLObject start()
null in any case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||