Skip navigation links


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

Packages that use ApplicationPart
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. 

 

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

 

Classes in com.essbase.eas.framework.server.application that implement ApplicationPart
 class AbstractCommandListener
           
 class AbstractEventDispatcher
           
 class AbstractWorkListener
          implementation of an abstract WorkListener.
 class DefaultApplication
          implementation of EAS default application.
 class DefaultApplicationPart
          implementation of an application part.
 class DefaultCommandDispatcher
           
 class DefaultCommandFactory
          Provides a default implementation of the CommandFactory interface.
 class DefaultEventController
           
 class DefaultExceptionDispatcher
           
 class DefaultExceptionFactory
           
 class DefaultViewHandler
           
 class DefaultWorkDispatcher
           
 class DefaultWorkFactory
           
 class EventDispatcherWorkListener
           
 class EventGeneratorWorkListener
           
 class ViewDispatcherWorkListener
           

 

Fields in com.essbase.eas.framework.server.application declared as ApplicationPart
protected  ApplicationPart DefaultApplicationPart.manager
           

 

Methods in com.essbase.eas.framework.server.application that return ApplicationPart
protected  ApplicationPart DefaultApplicationBuilderService.buildPart(java.lang.String thePartName)
          Builds a single ApplicationPart object based on the part name that was listed in the
protected  ApplicationPart DefaultApplicationBuilderService.findPart(ServiceContext context, java.lang.String partName)
           
 ApplicationPart DefaultApplicationPart.getManager()
          returns the manager for this application part.
protected  ApplicationPart DefaultApplicationPart.requestPart(java.lang.Class c, ServiceContext context)
          Locates and returns a requested sub-part of this application part.
protected  ApplicationPart[] DefaultApplicationPart.requestPartPool(java.lang.Class c, ServiceContext context)
           

 

Methods in com.essbase.eas.framework.server.application with parameters of type ApplicationPart
 void DefaultApplicationPart.setManager(ApplicationPart manager)
           

 

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

 

Subinterfaces of ApplicationPart in com.essbase.eas.framework.server.defs
 interface Application
           
 interface CommandFactory
          This interface defines a factory for creating commands.
 interface CommandListener
           
 interface CommandListenerManager
           
 interface EventController
           
 interface EventControllerManager
           
 interface EventDispatcher
           
 interface EventDispatcherManager
           
 interface ExceptionFactory
           
 interface ExceptionListener
           
 interface ExceptionListenerManager
           
 interface ViewHandler
           
 interface ViewHandlerManager
           
 interface WorkFactory
           
 interface WorkListener
           
 interface WorkListenerManager
           

 

Methods in com.essbase.eas.framework.server.defs that return ApplicationPart
 ApplicationPart ApplicationPart.getManager()
           

 

Methods in com.essbase.eas.framework.server.defs with parameters of type ApplicationPart
 void ApplicationPart.setManager(ApplicationPart manager)
           

 


Skip navigation links


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