|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.client.main.XClientMain
public final class XClientMain
Client main program.
Field Summary | |
---|---|
static String |
CLIENT_INSTANCE_NAME Used to specify an alternate client instance name during client startup. |
static String |
CLIENT_LOG_INSTANCE_NAME Used to specify an alternate client log instance name during client startup. |
Method Summary | |
---|---|
static void |
initApp(File basePath) For client app running in the file system with the OnTrack classes in the classes folder. |
static void |
initApp(File basePath, Properties localProperties) For client app running in the file system with the OnTrack classes in the classes folder. |
static void |
initAppWithJar() For client app running in the file system with the OnTrack classes in a jar on the classpath. |
static void |
initAppWithJar(Properties localProperties) For client app running in the file system with the OnTrack classes in a jar on the classpath. |
static void |
initWebApp(javax.servlet.ServletContext servletContext) For client app in a WebApp with the OnTrack classes exploded in the classes folder. |
static void |
initWebApp(javax.servlet.ServletContext servletContext, Properties localProperties) For client app in a WebApp with the OnTrack classes exploded in the classes folder. |
static void |
initWebAppWithJar(javax.servlet.ServletContext servletContext, String jarName) For client app in a WebApp with the OnTrack classes in a jar in the lib folder. |
static void |
initWebAppWithJar(javax.servlet.ServletContext servletContext, String jarName, Properties localProperties) For client app in a WebApp with the OnTrack classes in a jar in the lib folder. |
static void |
shutdown() Shutdown a Client. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CLIENT_INSTANCE_NAME
public static final String CLIENT_LOG_INSTANCE_NAME
Method Detail |
---|
public static void initApp(File basePath) throws Exception
basePath
- The base path.Exception
- Generic exception.public static void initApp(File basePath, Properties localProperties) throws Exception
basePath
- The base path.localProperties
- Any local properties. May be null.Exception
- Generic exception.public static void initAppWithJar() throws Exception
Exception
- Generic exception.public static void initAppWithJar(Properties localProperties) throws Exception
localProperties
- Any local properties. May be null.Exception
- Generic exception.public static void initWebApp(javax.servlet.ServletContext servletContext) throws Exception
servletContext
- The servlet context.Exception
- generic exceptions.public static void initWebApp(javax.servlet.ServletContext servletContext, Properties localProperties) throws Exception
servletContext
- The servlet context.localProperties
- Any local properties. May be null.Exception
- generic exceptions.public static void initWebAppWithJar(javax.servlet.ServletContext servletContext, String jarName) throws Exception
servletContext
- The servlet context.jarName
- The name of the jar file. For example "ontrack.jar". May be null. If null the "ontrack.jar" will be used.Exception
- generic exceptions.public static void initWebAppWithJar(javax.servlet.ServletContext servletContext, String jarName, Properties localProperties) throws Exception
servletContext
- The servlet context.jarName
- The name of the jar file. For example "ontrack.jar". May be null. If null the "ontrack.jar" will be used.localProperties
- Any local properties. May be null.Exception
- generic exceptions.public static void shutdown()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |