|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractServiceBuilder
Created Sun Sep 08 21:31:08 2002
This is a common builder for service
Constructor Summary | |
AbstractServiceBuilder()
|
Method Summary | |
ServiceContainer |
buildService(java.lang.String criteria)
|
java.lang.String |
getLastCriteria()
|
ServiceContainer |
rebuildService()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractServiceBuilder()
Method Detail |
public ServiceContainer buildService(java.lang.String criteria) throws JasonException
buildService
in interface ServiceBuilder
ServiceContainer
. The criteria is a free argument to know an external service
description file...
JasonException
- is the service can't be builtpublic ServiceContainer rebuildService() throws JasonException
rebuildService
in interface ServiceBuilder
ServiceContainer
using the previous criteria code
JasonException
public java.lang.String getLastCriteria()
getLastCriteria
in interface ServiceBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |