Skip navigation links
com.essbase.eas.framework.server.defs
Interface CommandFactory
- All Superinterfaces:
- ApplicationPart
- All Known Implementing Classes:
- DefaultCommandFactory
-
public interface CommandFactory
- extends ApplicationPart
This interface defines a factory for creating commands.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
createCommandEvent
CommandEvent createCommandEvent(java.lang.Object source,
ServiceContext context,
java.lang.String commandName,
java.util.HashMap parameters)
throws ApplicationException
- Creates a new
CommandEvent
object.
-
- Parameters:
source
-
context
-
commandName
-
parameters
-
- Returns:
- a newly constructed
CommandEvent
object.
- Throws:
ApplicationException
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.