See: Description
Interface | Description |
---|---|
ActiveBeanUtil |
Utility methods to check whether the specified config bean, or its original bean if
the specified bean is a clone, lies within a partition.
|
ActiveBeanUtilBase |
Utility methods for dealing with "active" config beans and their corresponding "original"
config beans...often clones and their cloned originals but not always.
|
AdminServerDeploymentManagerService | |
AdminServerDeploymentManagerServiceGenerator |
Creates instances of AdminServerDeploymentManagerService
|
ApplicationVersionUtilsService |
A service for ApplicationVersionUtils
|
BeanListenerCustomizer | |
GenericAdminHandler |
Subsystems that wish to take advantage of the GenericServiceManager
must implement this interface.
|
LDAPServerMBean |
The LDAPServerMBean interface defines methods used to get/set the configuration attributes
that are required to communicate with an external LDAP server.
|
ListerMBean |
The ListerMBean interface provides a general mechanism for returning lists.
|
MigratableGenericAdminHandler |
Subsystems that wish to take advantage of the GenericServiceManager
must implement this interface.
|
NameListerMBean |
The NameListerMBean interface defines a method used to return lists of names.
|
PropertiesListerMBean |
The PropertiesListerMBean interface defines a method used
to return a
java.util.Properties of key=value pairs. |
RuntimeGeneratorService |
A service for generating runtime services
|
TargetingAnalyzer |
Class | Description |
---|---|
AppDeploymentHelper |
Utility class that operates on aggregate of app and library deployments.
|
ApplicationNameUtils | |
BeanNameUtil |
Utility class providing methods to get decorated and undecorated names
for configuration MBeans
|
ConnectionSigner |
This class is responsible for adding a set of credentials to the URL
Connection that will ensure that the requests to the FileDistribution
Servlet are only allowed when authorized.
|
GenericBeanListener |
This class should be used to translate getters on the descriptor beans to
setters on managed objects.
|
GenericDeploymentManager | |
GenericManagedDeployment | |
GenericManagedService |
This class is created by GenericServiceManager for each subsystem
that registers a DeploymentMBean type.
|
GenericMBeanInfoLocalizationHelper |
This class provides utility methods for localizing MBeanInfo.
|
GenericServiceManager |
This class can be used to manage deployment notifications for a
subsystem that is configured using DeploymentMBeans.
|
ManagementHelper | |
MBeanInfoLocalizationHelper |
This class provides utility methods for localizing MBeanInfo.
|
MessageLocalizationHelper |
This class provides utility methods for retieving localized message from
resource bundle.
|
ModelMBeanInfoLocalizationHelper |
This class provides utility methods for localizing Model MBean's MBeanInfo.
|
OpenMBeanInfoLocalizationHelper |
This class provides utility methods for localizing Open MBean's MBeanInfo.
|
PartitionBeanUtil | |
PartitionUtils |
Partition Utilities
|
PartitionUtils.URLInfo |
URL information needed to make a connection to a URL.
|
PDevHelper |
Utility class that allows for a context class loader for loading the CIE PDev libraries.
|
ResourceUtil | |
TargetingUtils |
Utility methods for analyzing targets and clusters (formerly in
weblogic.deploy.internal.TargetHelper, but more generic than deployment
|
TimestampParser |
Enum | Description |
---|---|
GenericManagedDeployment.NewStatus |
Exception | Description |
---|---|
AlreadyExistsException |
The
AlreadyExistsException exception is thrown when the object to be created
already exists. |
CreateException |
The
CreateException exception is thrown when there is a problem detected with the
object to be created. |
ErrorCollectionException |
The
ErrorCollectionException exception is thrown when multiple errors
(that are related in some way) occur. |
InvalidCursorException |
The
InvalidCursorException exception is thrown when an invalid cursor is passed
to a method that expects a cursor. |
InvalidParameterException |
The
InvalidParameterException exception is thrown when an invalid parameter
is supplied. |
InvalidPasswordException | |
InvalidPredicateException |
The
InvalidPredicateException exception is thrown when an invalid predicate class name is used. |
ManagedDeploymentNotPreparedException | |
ManagedServiceShutdownException |
A component of a GenericManagedService can throw this exception
to indicate the service has been shutdown or not started yet
|
NotFoundException |
The
NotFoundException exception is thrown when the specified object does not
exist. |
RemoveException |
The
RemoveException exception is thrown when there is a problem detected with the
object to be removed. |
Annotation Type | Description |
---|---|
Description |
Annotation used to specify localized descriptions for MBean,
MBean attributes, MBean operations, MBean operation parameters and
MBean notifications.
|