weblogic.management.provider
.See: Description
Interface | Description |
---|---|
AccessCallback |
This interface provides a method to be called when the first access of the
bean tree occurs.
|
ActivateTask |
This interface provides information on the progress of a Edit Access activate
operation.
|
ClientAccess |
Provides clients with the ability to read and write the configuration
documents for a weblogic server domain.
|
ConfigurationProcessor |
This interface provides a hook for subsystems to update the
configuration.
|
DomainAccess |
The Domain Access interface provides access to singleton services that
exist only on the Adminstration Server instance.
|
DomainAccessSettable |
This inerface expose methods to set any domain
wide object on DomainAccess.
|
DomainMigrationHistory |
This interface provides a history of server migrations done in this domain.
|
EditAccess |
This interface provides access to the edit bean tree.
|
EditAccess.EventListener |
EditAccess event listener.
|
EditAccessCallbackHandler | |
ManagementServiceClient.ClientService | |
ManagementServiceRestricted.RunnableWithParam<T> |
Runnable with parameter.
|
MigrationData |
Information about one ongoing or completed migration.
|
RegistrationHandler |
Instance of this interface can be registered with the RuntimeAccess
for subsystems that wish to learn about the creation and deletion
of runtime mbeans.
|
RegistrationManager | |
ResolveTask |
ActivateTask for resolving edit session.
|
ResourceGroupMigrationTask |
This interface provides information on the progress of a
resource group migration task
|
RuntimeAccess |
This class provides access to the runtime bean tree.
|
RuntimeAccessSettable |
Interface used by subsystems when setting the initial
pointers.
|
ServerMachineMigrationData |
Information about server-to-machine migration.
|
Service |
This is the interface that is at the provider level to
manage the registration of non configuration related services.
|
Class | Description |
---|---|
BaseServiceImpl |
Base class implementation for the Service interface
that provides a simple constructor and standard
implementations of the getters and setters.
|
CommandLine | |
EditSessionLifecycleListener |
Listener that will be notified when an important event in an edit session happens.
|
MachineStatus | |
ManagementConstants | |
ManagementService |
The ManagementService provides access to domain and runtime information.
|
ManagementServiceClient |
The ManagementServiceClient provides access to a set of
service which are useful when developing management code
that is outside of the server.
|
ManagementServiceClient.BEANINFO_ACCESS | |
ManagementServiceClient.CLIENT_ACCESS | |
ManagementServiceRestricted |
WARNING WARNING WARNING: This class is meant for use by certain sub systems only.
|
MSIService |
MSIService provides support for Managed Server Independence (MSI).
|
PropertyService |
PropertyService provides values for certain command line properties
required to boot the server.
|
PropertyService.PropertyServiceInitializer |
Exception | Description |
---|---|
EditChangesValidationException |
Exception thrown when validation errors occur during a save or validate
of changes made during an edit session.
|
EditFailedException |
Exception thrown when errors occur during an edit session.
|
EditNotEditorException |
Exception thrown when attempting an EditAccess operation without having
started an edit session and acquired the edit lock.
|
EditSaveChangesFailedException |
Exception thrown when errors occur during the save of changes made during an
edit session.
|
EditWaitTimedOutException |
Exception thrown when attempting to start an edit session, but the edit
lock is held by another user.
|
UpdateException |
weblogic.management.provider
.