|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.iscream.cms.corbaservices.CorbaServices
CORBA Services Manager This class provides a simple wrapper to CORBA services that require a web service to "share" their IOR files. This provides an all-in-one way of starting up service(s) and serving their IOR files. No external web servers are required.
Nested Class Summary | |
private static class |
CorbaServices.ServiceThread
Inner class to provide a thread for running a Service. |
Field Summary | |
static String |
DEFAULTOKURLS
Default path to "ok URL's" list |
static int |
DEFAULTPORT
Default port number |
static String |
DEFAULTPROPERTIES
The default location of the properties file for the system |
static String |
DEFAULTSERVICESCONF
Default path to services list |
static String |
DEFAULTWEBDIR
Default path to web directory. |
static String |
REVISION
The current CVS revision of this class |
Constructor Summary | |
(package private) |
CorbaServices()
|
Method Summary | |
private static LinkedList |
getServicesList(String filename)
Read the services into a LinkedList. |
static void |
main(String[] args)
This main method starts the whole system up. |
private static void |
usage()
Print out usage information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REVISION
public static final String DEFAULTOKURLS
public static final String DEFAULTSERVICESCONF
public static final String DEFAULTWEBDIR
public static final int DEFAULTPORT
public static final String DEFAULTPROPERTIES
Constructor Detail |
CorbaServices()
Method Detail |
public static void main(String[] args)
private static void usage()
private static LinkedList getServicesList(String filename)
filename
- the services configuration file
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |