|
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.batch.pbs.PBSBatchServiceDescription
public class PBSBatchServiceDescription
A batch service description that is dedicated to pbs.
| Constructor Summary | |
|---|---|
PBSBatchServiceDescription()
|
|
| Method Summary | |
|---|---|
IBatchService |
createService(java.lang.String name)
Create a PBSBatchService from this description. |
java.lang.String |
getServiceTypeName()
Get the name of the service type that is described by this description. |
boolean |
supportsService(java.lang.String service)
Returns whether this implementation can support the requested service. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PBSBatchServiceDescription()
| Method Detail |
|---|
public IBatchService createService(java.lang.String name)
throws ProblemException
PBSBatchService from this description.
createService in interface IBatchServiceDescriptionname - batch service name, i.e. the configuration file that were
used to instantiate this service
PBSBatchService.
ProblemException - If the service could not be created due
to some error.public java.lang.String getServiceTypeName()
IBatchServiceDescription
getServiceTypeName in interface IBatchServiceDescriptionpublic boolean supportsService(java.lang.String service)
IBatchServiceDescription
supportsService in interface IBatchServiceDescriptionservice - The service to test for
true if this implementation supports the service,
false otherwise.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||