org.infinispan.server.core
Class Main

java.lang.Object
  extended by org.infinispan.server.core.Main

public class Main
extends Object

// TODO: Document this

Author:
Galder ZamarreƱo

Field Summary
static String HOST_DEFAULT
           
static int MASTER_THREADS_DEFAULT
           
static int PORT_DEFAULT
           
static String PROP_KEY_CACHE_CONFIG
           
static String PROP_KEY_HOST
           
static String PROP_KEY_MASTER_THREADS
           
static String PROP_KEY_PORT
           
static String PROP_KEY_PROTOCOL
           
static String PROP_KEY_WORKER_THREADS
           
static int WORKER_THREADS_DEFAULT
           
 
Constructor Summary
Main()
          Explicit constructor.
 
Method Summary
 void boot(String[] args)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Main

public Main()
Explicit constructor.

Method Detail

boot

public void boot(String[] args)
          throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.