|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBatchServiceDescription
This interface is the base for all classes that describe specialized batch services like pbs.
| Method Summary | |
|---|---|
IBatchService |
createService(java.lang.String name)
Create a service from this IBatchServiceDescription. |
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. |
| Method Detail |
|---|
IBatchService createService(java.lang.String name)
throws ProblemException
IBatchServiceDescription.
name - batch service name, i.e. the configuration file that were
used to instantiate this service
IBatchServiceDescription.
ProblemException - If the service could not be created due
to some error.java.lang.String getServiceTypeName()
boolean supportsService(java.lang.String service)
service - 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 | |||||||||