|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IModuleFile | A file within a module. |
IModuleFolder | A folder within a module. |
IModuleResource | A resource (file or folder) within a module. |
IModuleResourceDelta | A module resource delta. |
IURLProvider | An interface for a server delegate that can provide URLs for a module published to the server. |
RuntimeLocatorDelegate.IRuntimeSearchListener | A callback listener used to report progress. |
Class Summary | |
---|---|
ClientDelegate | A launchable client is a client side application or test harness that can be launched (run) against a resource running on a server. |
InternalInitializer | This is an internal utility class that is used by the server framework. |
LaunchableAdapterDelegate | This interface, typically implemented by the server code, converts from an IModuleArtifact to an object launchable on the server. |
ModuleArtifactAdapterDelegate | A module artifact adapter converts from some view's model object into a module artifact that is recognized by one or more server types. |
ModuleArtifactDelegate | A module artifact is a resource within a module, which can be launched on the server. |
ModuleDelegate | A module delegate provides a mechanism for discovering information about individual modules. |
ModuleFactoryDelegate | A module factory delegate provides a mechanism for discovering modules. |
PublisherDelegate | An operation that will be executed during publishing. |
PublishOperation | An operation that will be executed during publishing. |
PublishTaskDelegate | A publish task delegate. |
RuntimeDelegate | A runtime delegate provides the implementation for various generic and server-type-specific operations for a specific type of runtime. |
RuntimeLocatorDelegate | A runtime locator provides the ability to locate or search for additional runtimes of a particular type. |
RuntimeTargetHandlerDelegate | Deprecated. This function is deprecated. |
ServerBehaviourDelegate | A server delegate provides the implementation for various generic and server-type-specific operations for a specific type of server. |
ServerDelegate | A server delegate provides the implementation for various generic and server-type-specific operations for a specific type of server. |
The classes in this package would typically be extended or used by SPI clients of the server tools framework who are providing a new server type, runtime type, or other extension. These delegates are never visible to regular API clients unless explicitly exposed by the provider.
The majority of these classes are delegates to implement one of the extension points. View the extension point documentation for further details.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |