|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.generic.commonapi.behaviours.BehavioursFactoryImpl
This class provides an implementation of BehavioursFactory interface.
Constructor Summary | |
BehavioursFactoryImpl()
Empty constructor, it does nothing. |
Method Summary | |
BehavioursFilter |
buildBehavioursFilter()
Builds a new instance of the current implementation of BehavioursFilter. |
BehavioursInvoker |
buildBehavioursInvoker()
Builds a new instance of the current implementation of BehavioursInvoker. |
BehavioursPattern |
buildBehavioursPattern()
Builds a new instance of the current implementation of BehavioursPattern. |
BehavioursPool |
buildBehavioursPool()
Builds a new instance of the current implementation of BehavioursPool. |
BehavioursRoleSelector |
buildBehavioursRoleSelector()
Builds a new instance of the current implementation of BehavioursRoleSelector. |
BehavioursFactory |
setValues(java.lang.Class pool,
java.lang.Class filter,
java.lang.Class invoker,
java.lang.Class pattern,
java.lang.Class roleSelector)
Sets the initial values for this BehavioursFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BehavioursFactoryImpl()
Method Detail |
public BehavioursFactory setValues(java.lang.Class pool, java.lang.Class filter, java.lang.Class invoker, java.lang.Class pattern, java.lang.Class roleSelector) throws InitializationException
setValues
in interface BehavioursFactory
pool
- BehavioursPool class reference.filter
- BehavioursFilter class reference.invoker
- BehavioursInvoker class reference.pattern
- BehavioursPattern class reference.roleSelector
- BehavioursRoleSelector class reference.
InitializationException
- if some error occurs during the
initialization process.public BehavioursPool buildBehavioursPool() throws InitializationException
buildBehavioursPool
in interface BehavioursFactory
InitializationException
- when an error occurs during the
initialization of the BehavioursPool or when this factory method is
nonapplicable, because the current overlay doesn't use behaviours.public BehavioursFilter buildBehavioursFilter() throws InitializationException
buildBehavioursFilter
in interface BehavioursFactory
InitializationException
- when an error occurs during the
initialization of the BehavioursFilter or when this factory method is
nonapplicable, because the current overlay doesn't use behaviours.BehavioursFactory.buildBehavioursFilter()
public BehavioursInvoker buildBehavioursInvoker() throws InitializationException
buildBehavioursInvoker
in interface BehavioursFactory
InitializationException
- when an error occurs during the
initialization of the BehavioursInvoker or when this factory method is
nonapplicable, because the current overlay doesn't use behaviours.BehavioursFactory.buildBehavioursInvoker()
public BehavioursPattern buildBehavioursPattern() throws InitializationException
buildBehavioursPattern
in interface BehavioursFactory
InitializationException
- when an error occurs during the
initialization of the BehavioursPattern or when this factory method is
nonapplicable, because the current overlay doesn't use behaviours.BehavioursFactory.buildBehavioursPattern()
public BehavioursRoleSelector buildBehavioursRoleSelector() throws InitializationException
buildBehavioursRoleSelector
in interface BehavioursFactory
InitializationException
- when an error occurs during the
initialization of the BehavioursRoleSelector or when this factory method is
nonapplicable, because the current overlay doesn't use behaviours.BehavioursFactory.buildBehavioursRoleSelector()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |