|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.mbs.framework.resman.ResourceConstants
public class ResourceConstants
| 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 |
|---|
public static final java.lang.String BUNDLE_THREADS
public static final java.lang.String MAX_THREADS
public static final int DEFAULT_MAX_THREADS
public static final java.lang.String MAX_BUNDLE_THREADS
public static final int MAX_BUNDLE_THREADS_VALUE
public static final java.lang.String DEFAULT_BUNDLE_THREADS
public static final int DEFAULT_BUNDLE_THREADS_VALUE
public static final java.lang.String BUNDLE_SOCKETS
public static final java.lang.String MAX_SOCKETS
public static final int DEFAULT_MAX_SOCKETS
public static final java.lang.String MAX_BUNDLE_SOCKETS
public static final int MAX_BUNDLE_SOCKETS_VALUE
public static final java.lang.String DEFAULT_BUNDLE_SOCKETS
public static final int DEFAULT_BUNDLE_SOCKETS_VALUE
public static final java.lang.String DATA_STORAGE_SPACE
public static final java.lang.String MAX_DATA_STORAGE_SPACE
public static final int MAX_DATA_STORAGE_SPACE_VALUE
public static final java.lang.String DEFAULT_DATA_STORAGE_SPACE
public static final int DEFAULT_DATA_STORAGE_SPACE_VALUE
public static final java.lang.String NEW_MEMORY_SPACE_SIZE
public static final java.lang.String OLD_MEMORY_SPACE_SIZE
public static final java.lang.String MAX_MEMORY_SPACE
public static final int MAX_MEMORY_SPACE_VALUE
public static final java.lang.String DEFAULT_NEW_MEMORY_SPACE
public static final int DEFAULT_NEW_MEMORY_SPACE_VALUE
public static final java.lang.String DEFAULT_OLD_MEMORY_SPACE
public static final int DEFAULT_OLD_MEMORY_SPACE_VALUE
| Constructor Detail |
|---|
public ResourceConstants()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||