|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evelopers.unimod.core.stateworks.ImplementationHandler
Provide facilities to handle implementation cass name in design-time and to instanciate implementation class in run-time
Field Summary | |
protected java.lang.Class |
handledType
|
protected java.lang.String |
implName
Implementation class name. |
protected java.lang.Object |
implObject
Implementation object. |
Constructor Summary | |
protected |
ImplementationHandler(java.lang.String implementationClassName,
java.lang.Class handledType)
Creates object with given name and implementation class. |
Method Summary | |
java.lang.String |
getImplName()
Returns implementation class name |
java.lang.Object |
getObject()
Instantiates target implementation object. |
void |
setImplName(java.lang.String implName)
Sets new implementation class name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String implName
protected java.lang.Class handledType
protected transient java.lang.Object implObject
Constructor Detail |
protected ImplementationHandler(java.lang.String implementationClassName, java.lang.Class handledType)
implementationClassName
- handledType
- Class of handled objectMethod Detail |
public java.lang.String getImplName()
public void setImplName(java.lang.String implName)
implName
- new implementation class namepublic java.lang.Object getObject() throws EventProcessorException
EventProcessorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |