|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.LicenceLimits
public abstract class LicenceLimits
Provides limits imposed by the licence which applies to this version of the library.
| Field Summary | |
|---|---|
static int |
MAX_NUM_PROJECTS
Maximum number of projects which may be created. |
static int |
MAX_NUM_RESOURCES
Maximum number of resources which may be created. |
static int |
MAX_NUM_SCHEDULES_PER_PROJECT
Maximum number of schedules per project. |
| Constructor Summary | |
|---|---|
LicenceLimits()
|
|
| Method Summary | |
|---|---|
static int |
getMaxNumProjects()
Query the maximum number of projects which may be held by this instance of the library. |
static int |
getMaxNumResources()
Query the maximum number of resources which may be held by this version of the library. |
static int |
getMaxNumSchedules()
Query the maximum number of schedules which may be held by each project. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_NUM_PROJECTS
public static final int MAX_NUM_RESOURCES
public static final int MAX_NUM_SCHEDULES_PER_PROJECT
| Constructor Detail |
|---|
public LicenceLimits()
| Method Detail |
|---|
public static int getMaxNumProjects()
public static int getMaxNumResources()
public static int getMaxNumSchedules()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||