com.retek.commons.component
Class ContextOperation

java.lang.Object
  extended bycom.retek.commons.component.ContextOperationWithAnyException
      extended bycom.retek.commons.component.ContextOperation

public abstract class ContextOperation
extends ContextOperationWithAnyException


Constructor Summary
ContextOperation(java.lang.Class callingClass, java.lang.String callingMethod)
           
ContextOperation(java.lang.String contextName)
           
 
Method Summary
protected abstract  java.lang.Object doExecute()
           
 java.lang.Object execute()
           
protected  void handleSuccess()
           
 
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

ContextOperation

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

ContextOperation

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

handleSuccess

protected void handleSuccess()

doExecute

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

execute

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


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