Skip navigation links


Uses of Interface
com.essbase.eas.framework.server.defs.MetaCommand

Packages that use MetaCommand
com.essbase.eas.framework.server.application Provides classes and interfaces relating to Essbase Administration Services framework. 
com.essbase.eas.framework.server.defs Provides classes and interfaces relating to Essbase Administration Services framework. 
com.essbase.eas.framework.server.defs.event   

 

Uses of MetaCommand in com.essbase.eas.framework.server.application

 

Classes in com.essbase.eas.framework.server.application that implement MetaCommand
 class DefaultMetaCommand
          Deprecated. As of 6.5.3, replaced by CommandDescriptor

 

Methods in com.essbase.eas.framework.server.application with parameters of type MetaCommand
 java.util.HashMap DefaultMetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)
          Implementation of the MetaCommandParser.getInputParameters() method.
 void DefaultMetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)
          Implementation of the MetaCommandParser.setOutputParameters() method.

 

Uses of MetaCommand in com.essbase.eas.framework.server.defs

 

Methods in com.essbase.eas.framework.server.defs with parameters of type MetaCommand
 java.util.HashMap MetaCommandParser.getInputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap parameters)
           
 void MetaCommandParser.setOutputParameters(ServiceContext context, StoreService store, MetaCommand metaCommand, java.util.HashMap values)
           

 

Uses of MetaCommand in com.essbase.eas.framework.server.defs.event

 

Constructors in com.essbase.eas.framework.server.defs.event with parameters of type MetaCommand
CommandEvent(java.lang.Object source, ServiceContext theContext, StoreService theStore, MetaCommand theMetaCommand, MetaCommandParser theParser, java.util.HashMap theParameters)
          Constructs a CommandEvent object with the requested values.

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.