Class JawsFactory
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.appinf.AApplicationInterfaceFactory
-
- de.desy.mst.libs.framework.mstapp.appinf.jaws.JawsFactory
-
- All Implemented Interfaces:
IApplikationInterfaceFactory
public class JawsFactory extends AApplicationInterfaceFactory
- Author:
- labudda
-
-
Constructor Summary
Constructors Constructor Description JawsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
areKindSpecificRequirementsFulfilled()
IApp
getApplicationInformation()
-
Methods inherited from class de.desy.mst.libs.framework.mstapp.appinf.AApplicationInterfaceFactory
isFactoryPropertyAvailable, isValidKind
-
-
-
-
Method Detail
-
getApplicationInformation
public IApp getApplicationInformation() throws java.lang.IllegalStateException
- Returns:
- information about applikation
- Throws:
java.lang.IllegalStateException
- if kind of applikation is not supported by factory
-
areKindSpecificRequirementsFulfilled
protected boolean areKindSpecificRequirementsFulfilled()
- Specified by:
areKindSpecificRequirementsFulfilled
in classAApplicationInterfaceFactory
- Returns:
- True, wenn alle benoetigten voraussetzungen der entsprechenden Factory vorhanden sind
-
-