com.retek.commons.component
Class ContextOperationWithBusinessException

java.lang.Object
  extended bycom.retek.commons.component.ContextOperationWithAnyException
      extended bycom.retek.commons.component.ContextOperationWithBusinessException
Direct Known Subclasses:
DefaultSessionEjb.EjbOperationWithBusinessException

public abstract class ContextOperationWithBusinessException
extends ContextOperationWithAnyException


Constructor Summary
ContextOperationWithBusinessException(java.lang.Class callingClass, java.lang.String callingMethod)
           
ContextOperationWithBusinessException(java.lang.String contextName)
           
 
Method Summary
protected abstract  java.lang.Object doExecute()
           
 java.lang.Object execute()
           
 
Methods inherited from class com.retek.commons.component.ContextOperationWithAnyException
createContext, getContext, getLogger, handleError, handleSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextOperationWithBusinessException

public ContextOperationWithBusinessException(java.lang.Class callingClass,
                                             java.lang.String callingMethod)

ContextOperationWithBusinessException

public ContextOperationWithBusinessException(java.lang.String contextName)
Method Detail

doExecute

protected abstract java.lang.Object doExecute()
                                       throws BusinessException,
                                              java.rmi.RemoteException,
                                              SystemException
Specified by:
doExecute in class ContextOperationWithAnyException
Throws:
BusinessException
java.rmi.RemoteException
SystemException

execute

public java.lang.Object execute()
                         throws BusinessException,
                                SystemException
Specified by:
execute in class ContextOperationWithAnyException
Throws:
BusinessException
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28