See: Description
Interface | Description |
---|---|
BeanCreationInterceptor |
A BeanCreationInterceptor registers with a DescriptorManager to be called
whenever a new bean is created in the descriptor graph.
|
BeanUpdateListener |
A BeanUpdateListener registers with a DescriptorBean (using
DescriptorBean.addBeanUpdateListener(weblogic.descriptor.BeanUpdateListener) ) to be called
whenever a descriptor update includes changes to that bean. |
CheckValidationDescriptorFactory |
Extended interface for DescriptorFactory which supports turning validation
off
|
Descriptor |
A Descriptor represents a graph of DescriptorBeans.
|
DescriptorBean |
The DescriptorBean interface is implemented by every bean in a descriptor
bean graph.
|
DescriptorCache.IOHelper |
Managed the Input/Output of descriptors from XML and the cached
serialized copies
|
DescriptorCreationListener |
A DescriptorCreationListener registers with a DescriptorManager (using
BasicDescriptorManager.setDescriptorCreationListener(weblogic.descriptor.DescriptorCreationListener) ) to be called
whenever a descriptor manager creates descriptors. |
DescriptorDiff |
Represents the differnce between two descriptor trees as a list of
BeanUpdateEvents.
|
DescriptorFactory |
Implementations of DescriptorFactory are specialized for document
versions and binding technology.
|
DescriptorMacroResolver |
An interface to resolve macro values
|
DescriptorMacroSubstitutor |
/**
A DescriptorMacroSubstitor registers with a DescriptorManager (using
BasicDescriptorManager.setDescriptorMacroSubstitutor(weblogic.descriptor.DescriptorMacroSubstitutor) ) to be called
whenever a descriptor performs macro substitution on an input value. |
DescriptorPreNotifyProcessor |
A processor that is invoked after the diff has been applied but before
the reference manager has resolved references and before any listeners
are notified.
|
DescriptorUpdateListener |
A DescriptorUpdateListener is registered with a Descriptor (using
Descriptor.addUpdateListener(weblogic.descriptor.DescriptorUpdateListener) ) to be called whenever a batch update
is applied. |
LateDescriptorUpdateListener |
A descriptor update listener should implement this
tagging interface if it desires to go later than
descriptor listeners that are not tagged with
this interface
|
Reference | |
SecurityService | |
SettableBean |
A bean which implements this interfaces supports the isSet and unSet methods
such that a caller can test if a bean has been changed from its default value
and also cause the value to be set back to the default.
|
Visitor |
Class | Description |
---|---|
AbstractMacroSubstitutor |
An abstract class for macro substitution.
|
BasicDescriptorManager |
This class provides methods for reading/writing an XML descriptors
to/from bean trees.
|
BeanUpdateEvent |
Describes the changes to a particular bean that are part of
a descriptor update.
|
BeanUpdateEvent.PropertyUpdate |
Describes a change to a descriptor property.
|
BooleanSystemProperty | |
BootstrapProperties | |
DescriptorCache |
Manages the disk cache of parsed deployment descriptors.
|
DescriptorClassLoader | |
DescriptorManager |
This class provides methods for reading/writing an XML descriptors
to/from bean trees.
|
DescriptorManager.DefaultMarshallerFactorySingleton | |
DescriptorManager.SecurityServiceImpl | |
DescriptorManager.SecurityServiceImpl.SecurityProxy | |
DescriptorReader | |
DescriptorUpdateEvent |
Describes the changes to a Descriptor
|
EditableDescriptorManager |
DescriptorManager used to work with editable descriptors.
|
Enum | Description |
---|---|
BeanUpdateEvent.ParentEntity |
Exception | Description |
---|---|
AmbiguousReferenceException |
Thrown when a descriptor contains an ambigous reference.
|
BeanAlreadyExistsException |
Thrown when an attempt is made to create a bean with a key that already
exists.
|
BeanRemoveRejectedException |
An exception indicating that remove
|
BeanUpdateFailedException |
A BeanUpdateFailedException is thrown by a BeanUpdateListener that
has failed to activate a change.
|
BeanUpdateRejectedException |
A BeanUpdateRejectedException is thrown by a BeanUpdateListener that
has rejected a proposed change.
|
DescriptorActivateException |
A DescriptorPrepareException is thrown when a legal check fails or
BeanUpdateListener rejects a propoesed change.
|
DescriptorException |
Generic exception raised by either reading or writing Descriptors.
|
DescriptorPrepareException |
A DescriptorPrepareException is thrown when a legal check fails or
BeanUpdateListener rejects a propoesed change.
|
DescriptorUpdateFailedException |
A DescriptorUpdateFailedException is thrown when an DescriptorUpdateListener
fails to activate changes that were successfully prepared.
|
DescriptorUpdateRejectedException |
A DescriptorUpdateRejectedException is thrown by a DescriptorUpdateListener
that has rejected a proposed change.
|
DescriptorValidateException |
Indicates that errors occurred while validating the descriptor.
|
ResourceUnavailableException |
Thrown when some resource used by Descriptor runtime
is not available
|
UnresolvedReferenceException |
Thrown when a descriptor references a bean that cannot be found.
|