org.infinispan.server.core
Class Main
java.lang.Object
org.infinispan.server.core.Main
public class Main
- extends Object
// TODO: Document this
- Author:
- Galder ZamarreƱo
Constructor Summary |
Main()
Explicit constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_KEY_PORT
public static final String PROP_KEY_PORT
- See Also:
- Constant Field Values
PROP_KEY_HOST
public static final String PROP_KEY_HOST
- See Also:
- Constant Field Values
PROP_KEY_MASTER_THREADS
public static final String PROP_KEY_MASTER_THREADS
- See Also:
- Constant Field Values
PROP_KEY_WORKER_THREADS
public static final String PROP_KEY_WORKER_THREADS
- See Also:
- Constant Field Values
PROP_KEY_CACHE_CONFIG
public static final String PROP_KEY_CACHE_CONFIG
- See Also:
- Constant Field Values
PROP_KEY_PROTOCOL
public static final String PROP_KEY_PROTOCOL
- See Also:
- Constant Field Values
PORT_DEFAULT
public static final int PORT_DEFAULT
- See Also:
- Constant Field Values
HOST_DEFAULT
public static final String HOST_DEFAULT
- See Also:
- Constant Field Values
MASTER_THREADS_DEFAULT
public static final int MASTER_THREADS_DEFAULT
- See Also:
- Constant Field Values
WORKER_THREADS_DEFAULT
public static final int WORKER_THREADS_DEFAULT
- See Also:
- Constant Field Values
Main
public Main()
- Explicit constructor.
boot
public void boot(String[] args)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.