See: Description
Interface | Description |
---|---|
AppDeploymentExtension |
AppDeploymentExtension is a plugin that lets other components extend the
deployment process of an application.
|
AppDeploymentExtensionFactory |
Used to create a deployment extension.
|
AppEnvSharingModule |
Implementation of this module can indicate if it would like java:app naming
environment to be shared with remote application clients that could connect
to the application running on the server
|
ApplicationConstants | |
ApplicationContext |
The ApplicationContext is used by ApplicationLifecycleListeners to
receive information about their current application.
|
ApplicationContextInternal | |
ApplicationContextInternal.SecurityProvider | |
AppSupportDeclaration |
May be used by an implementing component to declare information about aspects
of application that it supports like module type or annotations.
|
ClassLoadingConfiguration |
Identifier interface for modules that support class loading configuration
|
ComponentMBeanFactory |
Factory interface for creating ComponentMBeans.
|
ConcurrentModule |
This interface is used for module implementations to indicate
that the prepare method of those implementations can be called in parallel
during deployment
|
CustomModuleContext |
The CustomModule context provides information to CustomModuleFactories.
|
DeployableObjectInfo |
This interface is implemented by Module implementations that wish to provide
additional information about themseleves for light weight deployment view.
|
Deployment | |
DeploymentFactory |
DeploymentFactory is a factory interface for creating Deployment
instances.
|
DeploymentManager.DeploymentCreator |
Use this class to create Deployment instances.
|
DeploymentWrapper | |
DescriptorUpdater | |
Extensible | |
ExtensionModuleFactory | |
GenericApplicationContext | |
MergedDescriptorModule | Deprecated |
Module |
This interface must be implemented by various module types (EJB, webapp...).
|
ModuleContext |
All information about a module available during deployment or during tools
processing.
|
ModuleExtensionContext | |
ModuleExtensionFactory | |
ModuleFactory |
ModuleFactory is a factory interface for Module implementations.
|
ModuleListener |
ModuleListener is a callback interface to see module state
transitions during deployment, undeployment, and redeployment.
|
ModuleListener.State | |
ModuleListenerCtx |
ModuleListenerCtx is passed with each ModuleListener state
transition to provide meta-data about the module which is changing
states.
|
ModuleLocationInfo |
Modules that need to expose their uri implement this interface.
|
ParentModule |
Modules that implement this interface indicate that they support scoped
custom modules .
|
PojoAnnotationProcessor |
Represents the requirements of annotation processing that must be met with
annotation processors in other modules
|
PojoAnnotationSupportingModule |
This is a marker interface that identifies Extensible modules that also
support annotation processing on POJOs i.e.
|
RedeployInfo | |
Registry | |
SplitDirectoryConstants | |
SubModuleListenerCtx |
SubModuleListenerCtx is passed with each ModuleListener state
transition to provide meta-data about the submodule which is changing
states.
|
UpdateListener |
Each UpdateListener registers with the application container to
listen for updates on a uri or uri-pattern.
|
UpdateListener.Registration |
UpdateListener.Registration is passed to Module implementations in
the init() method, and may be used by Modules to register their
UpdateListener.
|
WebLogicApplicationModuleFactory |
This interface suports old-style Modules who were declared directly
in the weblogic-application.xml (ie without a separate deployment
descriptor).
|
WeblogicModuleFactory |
ModuleFactory is a factory interface for Module implementations.
|
Class | Description |
---|---|
AdminModeCompletionBarrier |
AdminModeCompletionBarrier is used when the application gracefully
goes from production mode to admin-mode.
|
ApplicationAccess | |
ApplicationAccess.ApplicationAccessSingleton | |
ApplicationArchiveFileManager | |
ApplicationContextFactory | |
ApplicationDescriptor |
The ApplicationDescriptor represents all of the deployment
descriptor information for an application ear file.
|
ApplicationDescriptor.MyApplicationDescriptor | |
ApplicationDescriptor.MyWlsApplicationDescriptor | |
ApplicationDescriptor.MyWlsExtensionDescriptor | |
ApplicationFactoryManager | |
ApplicationFileManager | |
ApplicationFileManagerImpl | |
ApplicationLifecycleEvent |
This is the event class for notifications about changes to an
application container.
|
ApplicationLifecycleListener |
The abstract class, ApplicationLifecycleListener, should be extended
to create listener, startup and shutdown classes that a user may
wish to tie into their application lifecycle.
|
ApplicationStateListener | |
ApplicationVersionLifecycleEvent | |
ApplicationVersionLifecycleListener |
ApplicationVersionLifecycleListener provides application version
lifecycle event notifications.
|
ComponentInvocationContextImpl |
Default implementation of
ComponentInvocationContext that's returned
by the factory method ComponentInvocationContextManager.createComponentInvocationContext(java.lang.String, java.lang.String, java.lang.String) |
ComponentInvocationContextManagerImpl |
A
ComponentInvocationContextManager implementation
that uses a local contexts stack to store the component invocation
contexts(Partition, application, module, component details) for a thread. |
ComponentInvocationContextManagerImpl.DomainConfigTree | |
ComponentInvocationContextManagerImpl.EditConfigTree | |
ComponentInvocationContextManagerImpl.NullComponentInvocationContext |
A
ComponentInvocationContext implementation that
models null/Global context. |
ComponentInvocationContextManagerImpl.PartitionIdNameMapper |
This is a utility class used to map partition name to ID.
|
ComponentInvocationContextManagerImpl.RuntimeConfigTree | |
ComponentMBeanFactory.MBeanFactory | |
CustomModuleFactory | |
DeploymentManager |
DeploymentManager is a singleton which creates, finds and removes
Deployment instances.
|
DeploymentManager.DeploymentManagerInstance | |
EditableApplicationArchiveFileManager | |
MBeanFactory | |
MBeanFactory.MBeanFactorySingleton | |
ModuleExtension | |
ModuleListenerCtxImpl | |
ModuleManager |
ModuleManager maintains the references to the Modules within the
ApplicationContainer.
|
ModuleTypeManagerFactoryImpl | |
ModuleWrapper |
ModuleWrappers are classes used internally by the application
container to wrap the underlying module and delegate callbacks to
it.
|
PermissionsDescriptorLoader |
This class encapsulates the permissions.xml descriptor in an EAR archive or in individual/standalone EJB, WEB, RAR modules.
|
PermissionsReader | |
RegistryImpl | |
SecurityRole |
Data container for security info.
|
SingleModuleFileManager | |
SplitDirectoryInfo | |
SplitDirectoryInfo.SplitDirParser | |
SplitDirectoryUtils | |
SubModuleListenerCtxImpl | |
Type | |
WorkManagerCollectorGeneratorImpl |
An hk2-front end for getting the work manager collector for either
a specific app or the current app
|
Enum | Description |
---|---|
DeploymentOperationType |
Refer to
DeploymentTaskRuntimeMBean for
description of various deployment tasks |
Exception | Description |
---|---|
AnnotationProcessingException | |
ApplicationException | |
CannotRedeployException | |
CannotUpdateException | |
FatalModuleException | |
MisconfiguredResourceException | |
ModuleException | |
ModuleNotFoundException | |
NonDynamicPropertyUpdateException | |
NonFatalDeploymentException |
This is just an extension to existing DeploymentException.
|
ResourceException |
This exception represents an error related to a resource which the
application depends on.
|
ResourceNotFoundException |
This exception serves as the base class for all errors during deployment
when a dependent global resource is not found.
|
WrappedDeploymentException |
WrappedDeploymentException is a DeploymentException which is
wrapping the "real" error.
|