Framework Professional Edition Package


com.prosyst.mbs.framework.resman
Class ResourceConstants

java.lang.Object
  extended by com.prosyst.mbs.framework.resman.ResourceConstants

public class ResourceConstants
extends java.lang.Object


Field Summary
static java.lang.String BUNDLE_SOCKETS
          Name of the max sockets requerment used in the bundle's resource xml file.
static java.lang.String BUNDLE_THREADS
          Name of the max threads requerment used in the bundle's resource xml file.
static java.lang.String DATA_STORAGE_SPACE
          Name of the storage space requerment used in the bundle's resource xml file.
static java.lang.String DEFAULT_BUNDLE_SOCKETS
          The maximum number of sockets a bundle can create, if there is not xml resource file or the specified file doesn't contain "BundleSockets" entry.
static int DEFAULT_BUNDLE_SOCKETS_VALUE
          The default value of "mbs.resman.DefMaxSockets" property.
static java.lang.String DEFAULT_BUNDLE_THREADS
          The maximum number of active threads a bundle can create, if there is not xml resource file or the specified file doesn't contain "BundleThreads" entry.
static int DEFAULT_BUNDLE_THREADS_VALUE
          The default value of "mbs.resman.DefBundleThreads" property.
static java.lang.String DEFAULT_DATA_STORAGE_SPACE
          The maximum size of storage space a bundle can use, if there is not resource.xml file or the specified file doesn't contain "DataStorageSpace" entry.
static int DEFAULT_DATA_STORAGE_SPACE_VALUE
          The default value of "mbs.resman.dataspace" property.
static int DEFAULT_MAX_SOCKETS
          The default value of "mbs.resman.maxSockets" property.
static int DEFAULT_MAX_THREADS
          The default value of "mbs.resman.maxThreads" property.
static java.lang.String DEFAULT_NEW_MEMORY_SPACE
          The maximum size of a new memory space segment a bundle can use, if there is not resource.xml file or the specified file doesn't contain "NewSegmentSize" entry.
static int DEFAULT_NEW_MEMORY_SPACE_VALUE
          The default value of "mbs.resman.j9.newspacesize" property.
static java.lang.String DEFAULT_OLD_MEMORY_SPACE
          The maximum size of an old memory space segment a bundle can use, if there is not resource.xml file or the specified file doesn't contain "OldSegmentSize" entry.
static int DEFAULT_OLD_MEMORY_SPACE_VALUE
          The default value of "mbs.resman.j9.oldspacesize" property.
static java.lang.String MAX_BUNDLE_SOCKETS
          The maximum number of sockets a bundle can create at any one time regardless of what is specified in the bundle's xml resource file.
static int MAX_BUNDLE_SOCKETS_VALUE
          The default value of "mbs.resman.BundleMaxSockets" property.
static java.lang.String MAX_BUNDLE_THREADS
          The maximum number of active threads a bundle can create at any one time.
static int MAX_BUNDLE_THREADS_VALUE
          The default value of "mbs.resman.MaxBundleThreads" property.
static java.lang.String MAX_DATA_STORAGE_SPACE
          The maximum size of storage space a bundle can use, regardless of what is specified in the bundle's xml resource file.
static int MAX_DATA_STORAGE_SPACE_VALUE
          The default value of "mbs.resman.maxDataspace" property.
static java.lang.String MAX_MEMORY_SPACE
          The maximum size of memory space segment a bundle can use, regardless of what is specified in the bundle's xml resource file.
static int MAX_MEMORY_SPACE_VALUE
          The default value of "mbs.resman.j9.maxspacesize" property.
static java.lang.String MAX_SOCKETS
          The maximum number of sockets in all bundles and framework any one time.
static java.lang.String MAX_THREADS
          The maximum number of active threads in all bundles and framework any one time.
static java.lang.String NEW_MEMORY_SPACE_SIZE
          Name of the new memory spaces segment requerment used in the bundle's resource xml file.
static java.lang.String OLD_MEMORY_SPACE_SIZE
          Name of the old memory spaces segment requerment used in the bundle's resource xml file.
 
Constructor Summary
ResourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_THREADS

public static final java.lang.String BUNDLE_THREADS
Name of the max threads requerment used in the bundle's resource xml file.

See Also:
Constant Field Values

MAX_THREADS

public static final java.lang.String MAX_THREADS
The maximum number of active threads in all bundles and framework any one time.

See Also:
Constant Field Values

DEFAULT_MAX_THREADS

public static final int DEFAULT_MAX_THREADS
The default value of "mbs.resman.maxThreads" property.

See Also:
Constant Field Values

MAX_BUNDLE_THREADS

public static final java.lang.String MAX_BUNDLE_THREADS
The maximum number of active threads a bundle can create at any one time. regardless of what is specified in the bundle's xml resource file.

See Also:
Constant Field Values

MAX_BUNDLE_THREADS_VALUE

public static final int MAX_BUNDLE_THREADS_VALUE
The default value of "mbs.resman.MaxBundleThreads" property.

See Also:
Constant Field Values

DEFAULT_BUNDLE_THREADS

public static final java.lang.String DEFAULT_BUNDLE_THREADS
The maximum number of active threads a bundle can create, if there is not xml resource file or the specified file doesn't contain "BundleThreads" entry.

See Also:
Constant Field Values

DEFAULT_BUNDLE_THREADS_VALUE

public static final int DEFAULT_BUNDLE_THREADS_VALUE
The default value of "mbs.resman.DefBundleThreads" property.

See Also:
Constant Field Values

BUNDLE_SOCKETS

public static final java.lang.String BUNDLE_SOCKETS
Name of the max sockets requerment used in the bundle's resource xml file.

See Also:
Constant Field Values

MAX_SOCKETS

public static final java.lang.String MAX_SOCKETS
The maximum number of sockets in all bundles and framework any one time.

See Also:
Constant Field Values

DEFAULT_MAX_SOCKETS

public static final int DEFAULT_MAX_SOCKETS
The default value of "mbs.resman.maxSockets" property.

See Also:
Constant Field Values

MAX_BUNDLE_SOCKETS

public static final java.lang.String MAX_BUNDLE_SOCKETS
The maximum number of sockets a bundle can create at any one time regardless of what is specified in the bundle's xml resource file.

See Also:
Constant Field Values

MAX_BUNDLE_SOCKETS_VALUE

public static final int MAX_BUNDLE_SOCKETS_VALUE
The default value of "mbs.resman.BundleMaxSockets" property.

See Also:
Constant Field Values

DEFAULT_BUNDLE_SOCKETS

public static final java.lang.String DEFAULT_BUNDLE_SOCKETS
The maximum number of sockets a bundle can create, if there is not xml resource file or the specified file doesn't contain "BundleSockets" entry.

See Also:
Constant Field Values

DEFAULT_BUNDLE_SOCKETS_VALUE

public static final int DEFAULT_BUNDLE_SOCKETS_VALUE
The default value of "mbs.resman.DefMaxSockets" property.

See Also:
Constant Field Values

DATA_STORAGE_SPACE

public static final java.lang.String DATA_STORAGE_SPACE
Name of the storage space requerment used in the bundle's resource xml file.

See Also:
Constant Field Values

MAX_DATA_STORAGE_SPACE

public static final java.lang.String MAX_DATA_STORAGE_SPACE
The maximum size of storage space a bundle can use, regardless of what is specified in the bundle's xml resource file.

See Also:
Constant Field Values

MAX_DATA_STORAGE_SPACE_VALUE

public static final int MAX_DATA_STORAGE_SPACE_VALUE
The default value of "mbs.resman.maxDataspace" property.

See Also:
Constant Field Values

DEFAULT_DATA_STORAGE_SPACE

public static final java.lang.String DEFAULT_DATA_STORAGE_SPACE
The maximum size of storage space a bundle can use, if there is not resource.xml file or the specified file doesn't contain "DataStorageSpace" entry.

See Also:
Constant Field Values

DEFAULT_DATA_STORAGE_SPACE_VALUE

public static final int DEFAULT_DATA_STORAGE_SPACE_VALUE
The default value of "mbs.resman.dataspace" property.

See Also:
Constant Field Values

NEW_MEMORY_SPACE_SIZE

public static final java.lang.String NEW_MEMORY_SPACE_SIZE
Name of the new memory spaces segment requerment used in the bundle's resource xml file.

See Also:
Constant Field Values

OLD_MEMORY_SPACE_SIZE

public static final java.lang.String OLD_MEMORY_SPACE_SIZE
Name of the old memory spaces segment requerment used in the bundle's resource xml file.

See Also:
Constant Field Values

MAX_MEMORY_SPACE

public static final java.lang.String MAX_MEMORY_SPACE
The maximum size of memory space segment a bundle can use, regardless of what is specified in the bundle's xml resource file.

See Also:
Constant Field Values

MAX_MEMORY_SPACE_VALUE

public static final int MAX_MEMORY_SPACE_VALUE
The default value of "mbs.resman.j9.maxspacesize" property.

See Also:
Constant Field Values

DEFAULT_NEW_MEMORY_SPACE

public static final java.lang.String DEFAULT_NEW_MEMORY_SPACE
The maximum size of a new memory space segment a bundle can use, if there is not resource.xml file or the specified file doesn't contain "NewSegmentSize" entry.

See Also:
Constant Field Values

DEFAULT_NEW_MEMORY_SPACE_VALUE

public static final int DEFAULT_NEW_MEMORY_SPACE_VALUE
The default value of "mbs.resman.j9.newspacesize" property.

See Also:
Constant Field Values

DEFAULT_OLD_MEMORY_SPACE

public static final java.lang.String DEFAULT_OLD_MEMORY_SPACE
The maximum size of an old memory space segment a bundle can use, if there is not resource.xml file or the specified file doesn't contain "OldSegmentSize" entry.

See Also:
Constant Field Values

DEFAULT_OLD_MEMORY_SPACE_VALUE

public static final int DEFAULT_OLD_MEMORY_SPACE_VALUE
The default value of "mbs.resman.j9.oldspacesize" property.

See Also:
Constant Field Values
Constructor Detail

ResourceConstants

public ResourceConstants()

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved