com.retek.commons.domain.core
Class CommandFactory

java.lang.Object
  extended bycom.retek.commons.domain.core.CommandFactory

public abstract class CommandFactory
extends java.lang.Object


Field Summary
protected  java.util.Properties commandProperties
           
 
Constructor Summary
CommandFactory()
           
 
Method Summary
protected  Command createCommand(java.lang.String key)
           
protected abstract  java.lang.String getPropertyFilename()
           
protected  void load()
           
protected abstract  void logError(java.lang.String msg, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandProperties

protected java.util.Properties commandProperties
Constructor Detail

CommandFactory

public CommandFactory()
Method Detail

getPropertyFilename

protected abstract java.lang.String getPropertyFilename()

logError

protected abstract void logError(java.lang.String msg,
                                 java.lang.Throwable throwable)

load

protected void load()
             throws SystemException
Throws:
SystemException

createCommand

protected Command createCommand(java.lang.String key)
                         throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25