|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.model.GridModel
public class GridModel
The GridModel class is mainly a helper class for dealing
with grid model elements. It defines a method the retrieve the root
element of the model (@link getRoot()) and several other methods
to get element creators for specific use cases.
| Constructor Summary | |
|---|---|
GridModel()
|
|
| Method Summary | |
|---|---|
static void |
addGridModelListener(IGridModelListener listener)
Add the specified IGridModelListener to the list of listeners,
which be notified about modifications in grid model. |
static IConnectionManager |
getConnectionManager()
Get the manager that is dedicated to the management of IGridConnections. |
static IElementCreatorRegistry |
getCreatorRegistry()
Get the element creator registry that holds a list of all registered grid element creators. |
static IGridJobManager |
getJobManager()
Get the manager that is dedicated to the management of IGridJobs. |
static IGridPreferences |
getPreferences()
Get the grid preferences. |
static IGridRoot |
getRoot()
Get the root element of the grid model tree. |
static IServiceJobManager |
getServiceJobManager()
Get the manager that is dedicated to the management of IServiceJobs. |
static IVoManager |
getVoManager()
Get the manager that is dedicated to the management of IVirtualOrganizations. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridModel()
| Method Detail |
|---|
public static IConnectionManager getConnectionManager()
IGridConnections.
IConnectionManager
interface.public static IElementCreatorRegistry getCreatorRegistry()
public static IGridJobManager getJobManager()
IGridJobs.
IGridJobManager
interface.public static IServiceJobManager getServiceJobManager()
IServiceJobs.
IServiceJobManager
interface.public static IGridRoot getRoot()
IGridRoot interface. It is
created as singleton the first time this method is called. In
subsequent calls this method returns the singleton instance that
was created formerly.
GridRoot.getInstance()
public static IGridPreferences getPreferences()
throws ProblemException
IGridPreferences.
ProblemException - If the preferences could not be found
or the creation of the preferences failed.public static IVoManager getVoManager()
IVirtualOrganizations.
IVoManager
interface.public static void addGridModelListener(IGridModelListener listener)
IGridModelListener to the list of listeners,
which be notified about modifications in grid model. This static method is
used within constructors and class initializers, where cannot call
GridRoot.getInstance().
listener -
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||