Skip navigation links
com.essbase.eas.framework.server.defs
Interface ApplicationPart
- All Known Subinterfaces:
- Application, CommandFactory, CommandListener, CommandListenerManager, EventController, EventControllerManager, EventDispatcher, EventDispatcherManager, ExceptionFactory, ExceptionListener, ExceptionListenerManager, ViewHandler, ViewHandlerManager, WorkFactory, WorkListener, WorkListenerManager
- All Known Implementing Classes:
- AbstractCommandListener, AbstractEventDispatcher, AbstractWorkListener, AdminCommandListener, AdminServerPropCommandListener, ApplicationCommandListener, AppManCommandListener, AppManViewHandler, CalcScriptCommandListener, CASCommandListener, DatabaseCommandListener, DatabaseStatusCommandListener, DataFileCommandListener, DataLoadCommandListener, DefaultApplication, DefaultApplicationPart, DefaultCommandDispatcher, DefaultCommandFactory, DefaultEventController, DefaultExceptionDispatcher, DefaultExceptionFactory, DefaultViewHandler, DefaultWorkDispatcher, DefaultWorkFactory, DispatchResult, DownloadFileCommandListener, EDSCommandListener, EQDCommandListener, EssbaseCommandListener, EssbaseCommandStatusListener, EssbaseFileObjectCommandListener, EssbaseLogCommandListener, EventDispatcherWorkListener, EventGeneratorWorkListener, FileDownloadCommandListener, FilterCommandListener, FireAndForgetCommandListener, FnTemplateCommandListener, FunctionCommandListener, InteropCommandListener, LocationAliasCommandListener, LockedObjectsCommandListener, LocksCommandListener, LogAnalyzerCommandListener, LoginCommandListener, LroCommandListener, MacroCommandListener, MaxLCommandListener, NamedObjectCommandListener, OutlineEditorCommandListener, OutlineViewCommandListener, ReportScriptCommandListener, RulesObjectCommandListener, SecurityCommandListener, ServerCommandListener, SubstitutionVariableCommandListener, TriggerCommandListener, TriggerSpoolCommandListener, UploadFileCommandListener, UsrGrpCommandListener, ViewDispatcherWorkListener
-
public interface ApplicationPart
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
getRoles
java.lang.Class[] getRoles()
init
java.lang.Object init(ServiceContext context)
throws ApplicationException
-
- Throws:
ApplicationException
assignWorkers
void assignWorkers(ServiceContext context)
throws ApplicationException
-
- Throws:
ApplicationException
initWorkers
void initWorkers(ServiceContext context)
throws ApplicationException
-
- Throws:
ApplicationException
setManager
void setManager(ApplicationPart manager)
throws ApplicationException
-
- Throws:
ApplicationException
getManager
ApplicationPart getManager()
destroy
java.lang.Object destroy()
throws ApplicationException
-
- Throws:
ApplicationException
getServiceManager
ServiceManager getServiceManager()
throws ApplicationException
-
- Throws:
ApplicationException
getServiceContext
ServiceContext getServiceContext()
throws ApplicationException
-
- Throws:
ApplicationException
getStoreService
StoreService getStoreService()
throws ApplicationException
-
- Throws:
ApplicationException
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.