com.gigaspaces.start
Class SystemBoot

java.lang.Object
  extended by com.gigaspaces.start.SystemBoot

public class SystemBoot
extends java.lang.Object

Provides bootstrapping support for the GigaSpaces Service Grid.


Field Summary
static java.lang.String GSC
          Token indicating a Grid Service Container should be started
static java.lang.String GSM
          Token indicating a Grid Service Monitor should be started
static java.lang.String LH
          Token indicating a Lookup Handler should be started
static java.lang.String NO_HTTP
          Token indicating that an HTTP server should not be started
static java.lang.String NO_JMX
          Token indicating JMX MBeanServer (and required infrastructure) should not be started
static java.lang.String SPACE
          Token indicating a GigaSpace instance should be started
static java.lang.String TM
          Token indicating a Mahalo TxnManager should be started
 
Constructor Summary
SystemBoot()
           
 
Method Summary
static void ensureSecurityManager()
           
static void ensureSecurityManager(java.lang.String[] args)
          Utility routine that sets a security manager (if one isn't already present) and the security policy
static java.lang.String getJMXServiceURL()
          Get the JMX Service URL that can be used to connect to the Platform MBeanServer.
static int getRegistryPort()
          Get the port number the RMI Registry has been created with
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LH

public static final java.lang.String LH
Token indicating a Lookup Handler should be started

See Also:
Constant Field Values

TM

public static final java.lang.String TM
Token indicating a Mahalo TxnManager should be started

See Also:
Constant Field Values

NO_HTTP

public static final java.lang.String NO_HTTP
Token indicating that an HTTP server should not be started

See Also:
Constant Field Values

NO_JMX

public static final java.lang.String NO_JMX
Token indicating JMX MBeanServer (and required infrastructure) should not be started

See Also:
Constant Field Values

GSC

public static final java.lang.String GSC
Token indicating a Grid Service Container should be started

See Also:
Constant Field Values

GSM

public static final java.lang.String GSM
Token indicating a Grid Service Monitor should be started

See Also:
Constant Field Values

SPACE

public static final java.lang.String SPACE
Token indicating a GigaSpace instance should be started

See Also:
Constant Field Values
Constructor Detail

SystemBoot

public SystemBoot()
Method Detail

ensureSecurityManager

public static void ensureSecurityManager()

ensureSecurityManager

public static void ensureSecurityManager(java.lang.String[] args)
Utility routine that sets a security manager (if one isn't already present) and the security policy


getRegistryPort

public static int getRegistryPort()
Get the port number the RMI Registry has been created with


getJMXServiceURL

public static java.lang.String getJMXServiceURL()
Get the JMX Service URL that can be used to connect to the Platform MBeanServer. This property may be if the Platform MBeanServer was not be created


main

public static void main(java.lang.String[] args)


Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.