com.retek.commons.component
Interface PortableCommand

All Superinterfaces:
java.io.Serializable

public interface PortableCommand
extends java.io.Serializable

Interface defining operations for a "portable" (serializable) command object that can be invoked remotely within a particular RCOM service ejb.


Method Summary
 void execute()
          Execute the command.
 void setContext(DistributedContext context)
          Set the distributed context for the portabl command
 

Method Detail

setContext

public void setContext(DistributedContext context)
Set the distributed context for the portabl command

Parameters:
context - distributed context

execute

public void execute()
             throws SystemException,
                    BusinessException
Execute the command.

Throws:
SystemException
BusinessException


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