|
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.impl.AbstractGridElementCreator
eu.geclipse.core.model.impl.GenericVoCreator
public class GenericVoCreator
Grid element creator for the GenericVirtualOrganization.
| Constructor Summary | |
|---|---|
GenericVoCreator()
|
|
| Method Summary | |
|---|---|
void |
apply(GenericVirtualOrganization vo)
Apply this creators settings to the specified VO. |
boolean |
canCreate(java.lang.Object source)
Matcher method that determines if the corresponding IGridElementCreator can create an IGridElement from the specified
object. |
IGridElement |
create(IGridContainer parent)
Create an element and set it to be a child of the specified IGridContainer. |
void |
createService(IGridElementCreator creator,
java.net.URI fromURI)
|
java.lang.String |
getExtensionID()
|
java.lang.String |
getVoName()
Get the VO's name. |
void |
maintainService(IGridService service)
|
void |
setVoName(java.lang.String name)
Set the VO's name. |
| Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElementCreator |
|---|
create, getSource, setSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericVoCreator()
| Method Detail |
|---|
public void createService(IGridElementCreator creator,
java.net.URI fromURI)
throws ProblemException
ProblemExceptionpublic void maintainService(IGridService service)
public void apply(GenericVirtualOrganization vo)
throws ProblemException
vo - The GenericVirtualOrganization to which to
apply this creators settings.
ProblemExceptionpublic boolean canCreate(java.lang.Object source)
ICreatorSourceMatcherIGridElementCreator can create an IGridElement from the specified
object.
canCreate in interface ICreatorSourceMatchersource - The object from which to create an element.
public IGridElement create(IGridContainer parent)
throws ProblemException
IGridElementCreatorIGridContainer. The element is created from the
object that was specified in a former call to
IGridElementCreator.setSource(Object). If the creation fails a
ProblemException will be thrown.
create in interface IGridElementCreatorparent - The parent of the newly created element.
ProblemException - If any problem occurs while the new element is
created. For instance if a source object is needed to create the element
but was not defined before.public java.lang.String getExtensionID()
public java.lang.String getVoName()
public void setVoName(java.lang.String name)
name - The unique name of the VO.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||