ConfigurationMBean
, ConfigurationPropertiesMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface DomainMBean extends ConfigurationPropertiesMBean
A WebLogic Domain is a group of servers and/or clusters which are administered as a group.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CONFIG_CHANGE_AUDIT |
Configuration Audit directed to Security Audit Framework.
|
static java.lang.String |
CONFIG_CHANGE_LOG |
Configuration Audit directed to Server Log.
|
static java.lang.String |
CONFIG_CHANGE_LOG_AND_AUDIT |
Configuration Audit directed to both Server Log and
Security Audit Framework.
|
static java.lang.String |
CONFIG_CHANGE_NONE |
Configuration Audit disabled.
|
static java.lang.String |
UPLOAD_DEFAULT |
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
boolean |
arePartitionsPresent() |
Specifies whether at least one partition has been configured.
|
ApplicationMBean |
createApplication(java.lang.String name) |
Deprecated.
9.0.0.0
|
BridgeDestinationMBean |
createBridgeDestination(java.lang.String name) |
Factory to create BridgeDestination instance in the domain
|
weblogic.management.configuration.CalloutMBean |
createCallout(java.lang.String name) |
Factory method to create Callout object
|
ClusterMBean |
createCluster(java.lang.String name) |
Factory for creating Clusters.
|
CoherenceClusterSystemResourceMBean |
createCoherenceClusterSystemResource(java.lang.String name) |
Create a new CoherenceClusterSystemResource.
|
CoherenceManagementClusterMBean |
createCoherenceManagementCluster(java.lang.String name) |
Create a new CoherenceManagementClusterMBean MBean representing the
specified Coherence cluster.
|
CoherenceServerMBean |
createCoherenceServer(java.lang.String name) |
This is the factory method for Coherence servers that are scoped at the
domain level.
|
CustomResourceMBean |
createCustomResource(java.lang.String name,
java.lang.String resourceClass,
java.lang.String descriptorBeanClass) |
Create a new Custom system resource.
|
CustomResourceMBean |
createCustomResource(java.lang.String name,
java.lang.String resourceClass,
java.lang.String descriptorBeanClass,
java.lang.String descriptorFileName) |
Create a new Custom system resource whose descriptor is stored in
the given fileName relative to DOMAIN_DIR/config/custom.
|
FileStoreMBean |
createFileStore(java.lang.String name) |
Create a new FileStore
|
ForeignJNDIProviderMBean |
createForeignJNDIProvider(java.lang.String name) |
Create a new diagnostic deployment that can be targeted to a
server
|
JDBCStoreMBean |
createJDBCStore(java.lang.String name) |
Create a new JDBCStore
|
JDBCSystemResourceMBean |
createJDBCSystemResource(java.lang.String name) |
Create a new JDBC system resource.
|
JDBCSystemResourceMBean |
createJDBCSystemResource(java.lang.String name,
java.lang.String descriptorFileName) |
Create a new JDBC system resource whose descriptor is stored in
the given fileName relative to DOMAIN_DIR/config.
|
JMSBridgeDestinationMBean |
createJMSBridgeDestination(java.lang.String name) |
Factory to create JMSBridgeDestination instance in the domain
|
JMSServerMBean |
createJMSServer(java.lang.String name) |
Factory method to create JMSServer object
|
JMSSessionPoolMBean |
createJMSSessionPool(java.lang.String name) |
Deprecated.
9.0.0.0
|
JMSSessionPoolMBean |
createJMSSessionPool(java.lang.String name,
JMSSessionPoolMBean toClone) |
Deprecated.
9.0.0.0
|
JMSSystemResourceMBean |
createJMSSystemResource(java.lang.String name) |
Create a new JMS system resource.
|
JMSSystemResourceMBean |
createJMSSystemResource(java.lang.String name,
java.lang.String descriptorFileName) |
Create a new JMS system resource whose descriptor is stored in
the given fileName relative to DOMAIN_DIR/config.
|
JoltConnectionPoolMBean |
createJoltConnectionPool(java.lang.String name) |
Factory to create a JoltConnectionPool instance in the domain
|
LogFilterMBean |
createLogFilter(java.lang.String name) |
Creates a log filter MBean instance
|
MachineMBean |
createMachine(java.lang.String name) |
Factory method to create a Machine object
|
MailSessionMBean |
createMailSession(java.lang.String name) |
Factory method to create MailSession objects
|
ManagedExecutorServiceTemplateMBean |
createManagedExecutorServiceTemplate(java.lang.String name) |
This is the factory method for ManagedExecutorServiceTemplate
|
ManagedScheduledExecutorServiceTemplateMBean |
createManagedScheduledExecutorServiceTemplate(java.lang.String name) |
This is the factory method for ManagedScheduledExecutorServiceTemplate
|
ManagedThreadFactoryTemplateMBean |
createManagedThreadFactoryTemplate(java.lang.String name) |
This is the factory method for ManagedThreadFactoryTemplate
|
MessagingBridgeMBean |
createMessagingBridge(java.lang.String name) |
Factory for creating MessagingBridges
|
MigratableTargetMBean |
createMigratableTarget(java.lang.String name) |
Creates Migratable Targets.
|
NetworkChannelMBean |
createNetworkChannel(java.lang.String name) |
Deprecated.
9.0.0.0
|
OsgiFrameworkMBean |
createOsgiFramework(java.lang.String name) |
Factory to create a new OSGi framework instance for this
Server.
|
PartitionMBean |
createPartition(java.lang.String name) |
Creates a partition with the specified name.
|
PartitionWorkManagerMBean |
createPartitionWorkManager(java.lang.String name) |
Creates a PartitionWorkManager with the specified name.
|
PathServiceMBean |
createPathService(java.lang.String name) |
Factory method to create PathService object
|
ReplicatedStoreMBean |
createReplicatedStore(java.lang.String name) |
Deprecated.
12.2.1.3.0 Replace with custom file store or JDBC store.
|
ResourceGroupMBean |
createResourceGroup(java.lang.String name) |
Creates a resource group at the domain level with the specified name.
|
ResourceGroupTemplateMBean |
createResourceGroupTemplate(java.lang.String name) |
Creates resource group templates with the specified name.
|
SAFAgentMBean |
createSAFAgent(java.lang.String name) |
Factory method to create SAFAgent object
|
ServerMBean |
createServer(java.lang.String name) |
This is the factory method for Servers that are scoped at the
domain level.
|
ServerTemplateMBean |
createServerTemplate(java.lang.String name) |
This is the factory method for server templates that are scoped at
the domain level.
|
ShutdownClassMBean |
createShutdownClass(java.lang.String name) |
Factory method to create ShutdownClass object
|
SingletonServiceMBean |
createSingletonService(java.lang.String name) |
Factory method to create SingletonService object
|
SNMPAgentDeploymentMBean |
createSNMPAgentDeployment(java.lang.String name) |
Creates a SNMPAgentDeploymentMBean with the specified name
|
StartupClassMBean |
createStartupClass(java.lang.String name) |
Factory method to create StartupClass object
|
SystemComponentMBean |
createSystemComponent(java.lang.String name,
java.lang.String componentType) |
This is the factory method for system components that are scoped at
the domain level.
|
UnixMachineMBean |
createUnixMachine(java.lang.String name) |
Creates a UnixMachineMBean and adds it to the list returned by
getMachines.
|
VirtualHostMBean |
createVirtualHost(java.lang.String name) |
Creates virtual hosts.
|
VirtualTargetMBean |
createVirtualTarget(java.lang.String name) |
Creates virtual targets.
|
WebserviceSecurityMBean |
createWebserviceSecurity(java.lang.String name) |
create WebserviceSecurity object
|
WLDFSystemResourceMBean |
createWLDFSystemResource(java.lang.String name) |
Create a new JMS system resource.
|
WLDFSystemResourceMBean |
createWLDFSystemResource(java.lang.String name,
java.lang.String descriptorFileName) |
Create a new WLDF system resource whose descriptor is stored in
the given fileName relative to DOMAIN_DIR/config.
|
WLDFSystemResourceMBean |
createWLDFSystemResourceFromBuiltin(java.lang.String name,
java.lang.String builtinSystemResource) |
This method creates a WLDF System Resource based upon builtin system resources.
|
WSReliableDeliveryPolicyMBean |
createWSReliableDeliveryPolicy(java.lang.String name) |
Factory method to create WSReliableDeliveryPolicy object
|
WTCServerMBean |
createWTCServer(java.lang.String name) |
Factory to create WTCServer instance in the domain
|
XMLEntityCacheMBean |
createXMLEntityCache(java.lang.String name) |
Factory method to create an XMLEntityCache Object
|
XMLRegistryMBean |
createXMLRegistry(java.lang.String name) |
Factory method to create XMLRegistry object
|
void |
destroyApplication(ApplicationMBean application) |
Deprecated.
9.0.0.0
|
void |
destroyBridgeDestination(BridgeDestinationMBean bridgeDestination) |
deletes BridgeDestination object
|
void |
destroyCallout(weblogic.management.configuration.CalloutMBean callout) |
Removes a Callout from this domain
|
void |
destroyCluster(ClusterMBean cluster) |
Deletes the cluster object
|
void |
destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean) |
Destroy the given CoherenceClusterSystemResource.
|
void |
destroyCoherenceManagementCluster(CoherenceManagementClusterMBean bean) |
Destroys the bean representing the specified cluster and removes it from
the list of currently existing beans.
|
void |
destroyCoherenceServer(CoherenceServerMBean bean) |
Destroy the given Coherence server.
|
void |
destroyCustomResource(CustomResourceMBean bean) |
Destroy the given system resource bean and delete the descriptor file
that it refers to.
|
void |
destroyFileStore(FileStoreMBean store) |
Destroy a file store
|
void |
destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider) |
Delete a diagnostic deployment configuration from the
domain.
|
void |
destroyJDBCStore(JDBCStoreMBean store) |
Destroy a file store
|
void |
destroyJDBCSystemResource(JDBCSystemResourceMBean bean) |
Destroy the given system resource bean and delete the descriptor file
that it refers to.
|
void |
destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination) |
deletes JMSBridgeDestination object
|
void |
destroyJMSServer(JMSServerMBean jmsServer) |
Removes a JMSServer from this domain
|
void |
destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool) |
Deprecated.
9.0.0.0
|
void |
destroyJMSSystemResource(JMSSystemResourceMBean bean) |
Destroy the given system resource bean and delete the descriptor file
that it refers to.
|
void |
destroyJoltConnectionPool(JoltConnectionPoolMBean joltConnectionPool) |
deletes a JoltConnectionPool object
|
void |
destroyLogFilter(LogFilterMBean logFilter) |
Destroy the given log filter MBean
|
void |
destroyMachine(MachineMBean machine) |
Removes a Machine from this domain
|
void |
destroyMailSession(MailSessionMBean ms) |
Removes a MailSession from this domain
|
void |
destroyManagedExecutorServiceTemplate(ManagedExecutorServiceTemplateMBean bean) |
Destroys and removes a ManagedExecutorServiceTemplate which with the
specified short name.
|
void |
destroyManagedScheduledExecutorServiceTemplate(ManagedScheduledExecutorServiceTemplateMBean bean) |
Destroys and removes a ManagedScheduledExecutorServiceTemplate
|
void |
destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean) |
Destroys and removes a ManagedThreadFactory template which with the
specified short name.
|
void |
destroyMessagingBridge(MessagingBridgeMBean bridge) |
deletes MessagingBridge object
|
void |
destroyMigratableTarget(MigratableTargetMBean bean) |
Destroys and removes a Migratable Target with the specified
short name.
|
void |
destroyNetworkChannel(NetworkChannelMBean channel) |
Deprecated.
9.0.0.0
|
void |
destroyOsgiFramework(OsgiFrameworkMBean osgiFramework) |
Destroys an OSGi framework object.
|
void |
destroyPartition(PartitionMBean partition) |
Destroys the specified partition.
|
void |
destroyPartitionWorkManager(PartitionWorkManagerMBean bean) |
Destroys a partition work manager policy configuration with the
specified short name.
|
void |
destroyPathService(PathServiceMBean pathService) |
Removes a PathService from this domain
|
void |
destroyReplicatedStore(ReplicatedStoreMBean replicatedMemoryStore) |
Deprecated.
12.2.1.3.0 Replace with custom file store or JDBC store.
|
void |
destroyResourceGroup(ResourceGroupMBean resourceGroup) |
Destroys the specified resource group.
|
void |
destroyResourceGroupTemplate(ResourceGroupTemplateMBean template) |
Destroys the specified resource group template.
|
void |
destroySAFAgent(SAFAgentMBean sAFAgent) |
Removes a SAFAgent from this domain
|
void |
destroyServer(ServerMBean server) |
Destroys and removes a server which is a child of this Domain
with the specified short name .
|
void |
destroyServerTemplate(ServerTemplateMBean server) |
Destroys and removes a server template which is a child of this domain
with the specified short name.
|
void |
destroyShutdownClass(ShutdownClassMBean sc) |
Removes a ShutdownClass from this domain
|
void |
destroySingletonService(SingletonServiceMBean sc) |
Removes a SingletonService from this domain
|
void |
destroySNMPAgentDeployment(SNMPAgentDeploymentMBean mbean) |
Destroys the specified SNMPAgentDeploymentMBean
|
void |
destroyStartupClass(StartupClassMBean sc) |
Removes a StartupClass from this domain
|
void |
destroySystemComponent(SystemComponentMBean bean) |
Destroys and removes a system component which is a child of this
Domain with the specified short name.
|
void |
destroyVirtualHost(VirtualHostMBean host) |
Removes virtual hosts from this domain.
|
void |
destroyVirtualTarget(VirtualTargetMBean target) |
Removes virtual targets from this domain.
|
void |
destroyWebserviceSecurity(WebserviceSecurityMBean wsc) |
destroy WebserviceSecurity object
|
void |
destroyWLDFSystemResource(WLDFSystemResourceMBean bean) |
Destroy the given system resource bean and delete the descriptor file
that it refers to.
|
void |
destroyWSReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean policy) |
Removes a WSReliableDeliveryPolicy from this domain
|
void |
destroyWTCServer(WTCServerMBean wtcServer) |
deletes WTCServer object
|
void |
destroyXMLEntityCache(XMLEntityCacheMBean cache) |
Factory method to destroys an XMLEntityCache Object
|
void |
destroyXMLRegistry(XMLRegistryMBean registry) |
Removes a XMLRegistry from this domain
|
boolean |
discoverManagedServer(java.lang.String serverName) |
Admin Server's knowledge of running Managed Servers is
refreshed.
|
void |
discoverManagedServers() |
Admin Server's knowledge of running Managed Servers is
refreshed.
|
TargetMBean[] |
findAllTargets() |
Returns the list of targets.
|
ConfigurationMBean[] |
findConfigBeansWithTags(java.lang.String type,
boolean matchAll,
java.lang.String... tags) |
Find all ConfigurationMBeans of the specified config bean type that have the
specified tag(s).
|
ConfigurationMBean[] |
findConfigBeansWithTags(java.lang.String type,
java.lang.String... tags) |
Find all ConfigurationMBeans of the specified config bean type that have the
specified tag(s).
|
PartitionMBean |
findPartitionByID(java.lang.String id) |
Looks up a partition by the partition ID.
|
AdminConsoleMBean |
getAdminConsole() |
Deprecated.
14.1.2.0.0
|
int |
getAdministrationPort() |
The common secure administration port for this WebLogic Server
domain.
|
java.lang.String |
getAdministrationProtocol() |
The default protocol for communicating through the
administration port or administration channels.
|
java.lang.String |
getAdminServerName() |
|
weblogic.management.configuration.AllowListMBean |
getAllowList() |
Retrieve the AllowList configuration of JEP 290 for the Domain
|
AppDeploymentMBean[] |
getAppDeployments() |
The collection of deployable entities in this domain.
|
ApplicationMBean[] |
getApplications() |
Deprecated.
9.0.0.0
|
int |
getArchiveConfigurationCount() |
The number of archival versions of
config.xml saved by
the Administration Server each time the domain configuration is
modified. |
BatchConfigMBean |
getBatchConfig() |
Returns the BatchConfigMBean.
|
java.lang.String |
getBatchJobsDataSourceJndiName() |
Returns the Batch DataSource jndi name.
|
java.lang.String |
getBatchJobsExecutorServiceName() |
Returns the name of the application-scoped ManagedExecutorService.
|
BridgeDestinationMBean[] |
getBridgeDestinations() |
Deprecated.
9.0.0.0
|
weblogic.management.configuration.CalloutMBean[] |
getCallouts() |
Retrieve Callouts for this Domain
|
CdiContainerMBean |
getCdiContainer() |
Collection of global properties to be applied on all
apps that need or support CDI in this domain.
|
ClusterMBean[] |
getClusters() |
Returns the ClusterMBeans representing the cluster that have
been configured to be part of this domain.
|
CoherenceClusterSystemResourceMBean[] |
getCoherenceClusterSystemResources() |
The CoherenceClusterSystemResourceMBeans that have been defined
for this domain.
|
CoherenceManagementClusterMBean[] |
getCoherenceManagementClusters() |
The CoherenceManagementClusterMBean that have been defined
for this domain.
|
CoherenceServerMBean[] |
getCoherenceServers() |
The CoherenceServerMBeans that have been defined for this domain.
|
java.lang.String |
getConfigurationAuditType() |
Returns the criteria used for auditing configuration events (configuration changes and other operations):
CONFIG_CHANGE_NONE Configuration events will neither be
written to the server log or directed to the Security Audit Framework.
CONFIG_CHANGE_LOG Configuration events will be
written to the server log.
CONFIG_CHANGE_AUDIT Configuration events will be
directed to the Security Audit Framework.
CONFIG_CHANGE_LOG_AND_AUDIT Configuration events will be
written to the server log and directed to the Security Audit Framework.
|
java.lang.String |
getConfigurationVersion() |
The release identifier for the configuration.
|
java.lang.String |
getConsoleContextPath() |
Deprecated.
14.1.2.0.0
|
java.lang.String |
getConsoleExtensionDirectory() |
Deprecated.
14.1.2.0.0
|
CustomResourceMBean[] |
getCustomResources() |
Returns the JMSSystemResourceMBeans that have been defined for this domain.
|
DBClientDataDirectoryMBean[] |
getDBClientDataDirectories() |
The collection of DBClientDataDirectory deployments in this domain
|
int |
getDBPassiveModeGracePeriodSeconds() |
Deprecated.
14.1.2.0.0
|
DeploymentConfigurationMBean |
getDeploymentConfiguration() |
Return the deployment configuration for this Domain.
|
DeploymentMBean[] |
getDeployments() |
Returns the DeploymentsMBeans representing the deployments that
have been deployed to be part of this domain.
|
java.lang.Object[] |
getDisconnectedManagedServers() |
Deprecated.
Use the ServerLifecycleRuntime
|
java.lang.String |
getDomainVersion() |
Defines the common version of all servers in a domain.
|
EmbeddedLDAPMBean |
getEmbeddedLDAP() |
Returns the embedded LDAP configuration for this domain.
|
FileStoreMBean[] |
getFileStores() |
Return file stores defined in this domain
|
ForeignJNDIProviderMBean[] |
getForeignJNDIProviders() |
Get all the defined Foreign JNDI Providers
|
HealthScoreMBean |
getHealthScore() |
Returns the default health score configuration for this domain.
|
java.lang.String |
getInstalledSoftwareVersion() |
Installed software version that can be used for rolling updates of config changes
|
AppDeploymentMBean[] |
getInternalAppDeployments() |
The collection of internal application deployments in this domain
|
LibraryMBean[] |
getInternalLibraries() |
The collection of internal libraries in this domain
|
JDBCStoreMBean[] |
getJDBCStores() |
Return file stores defined in this domain
|
JDBCSystemResourceMBean[] |
getJDBCSystemResources() |
Returns the JDBCSystemResourceMBeans that have been defined for this domain
|
JMSBridgeDestinationMBean[] |
getJMSBridgeDestinations() |
Return the JMSBridgeDestinations for this Domain.
|
JMSServerMBean[] |
getJMSServers() |
Define JMSServers for this Domain
|
JMSSessionPoolMBean[] |
getJMSSessionPools() |
Deprecated.
9.0.0.0
|
JMSSystemResourceMBean[] |
getJMSSystemResources() |
Returns the JMSSystemResourceMBeans that have been defined for this domain.
|
JMXMBean |
getJMX() |
The configuration of the JMX Subsystem.
|
JoltConnectionPoolMBean[] |
getJoltConnectionPools() |
Return the JoltConnectionPools for this Domain.
|
JPAMBean |
getJPA() |
Return the JPA configuration for this Domain.
|
JTAMBean |
getJTA() |
Return the JTA configuration for this Domain.
|
long |
getLastModificationTime() |
Return the last time this domain was updated.
|
LibraryMBean[] |
getLibraries() |
|
LifecycleManagerConfigMBean |
getLifecycleManagerConfig() |
Returns the LifecycleManagerConfigMBean.
|
LogMBean |
getLog() |
Return the domain logfile configuration for this domain.
|
LogFilterMBean[] |
getLogFilters() |
Gets the array of log filters defined in the domain
|
MachineMBean[] |
getMachines() |
Define machines for this Domain
|
MailSessionMBean[] |
getMailSessions() |
Retrieve MailSessions for this Domain
|
ManagedExecutorServiceTemplateMBean[] |
getManagedExecutorServiceTemplates() |
Get all the ManagedExecutorService templates
|
ManagedScheduledExecutorServiceTemplateMBean[] |
getManagedScheduledExecutorServiceTemplates() |
Get all the ManagedScheduledExecutorService
|
ManagedThreadFactoryTemplateMBean[] |
getManagedThreadFactoryTemplates() |
Get all the ManagedThreadFactory templates
|
int |
getMaxConcurrentLongRunningRequests() |
The maximum number of running long-running requests that can be submitted
to all the Managed Executor Services or Managed Scheduled Executor Services
on the current server.
|
int |
getMaxConcurrentNewThreads() |
The maximum number of running threads that can be created by all the
Managed Thread Factories on the current server.
|
MessagingBridgeMBean[] |
getMessagingBridges() |
Returns the MessagingBridgeMBean representing the messaging
bridges that have been configured to be part of this domain.
|
MigratableTargetMBean[] |
getMigratableTargets() |
Returns an array of MigratableTarget MBeans.
|
java.lang.String |
getName() |
An alphanumeric name for this domain.
|
NetworkChannelMBean[] |
getNetworkChannels() |
Deprecated.
9.0.0.0
|
OptionalFeatureDeploymentMBean |
getOptionalFeatureDeployment() |
The configuration of OptionalFeature deployment.
|
OsgiFrameworkMBean[] |
getOsgiFrameworks() |
OSGi framework definition for use by applications
wishing to share services and code
|
PartitionMBean[] |
getPartitions() |
The partitions that have been configured to be part of this domain.
|
java.lang.String |
getPartitionUriSpace() |
The URI prefix used for partition administrative virtual targets.
|
PartitionWorkManagerMBean[] |
getPartitionWorkManagers() |
The partition work manager policy configurations.
|
PathServiceMBean[] |
getPathServices() |
Define PathService for this Domain
|
RemoteConsoleHelperMBean |
getRemoteConsoleHelper() |
Get the configuration settings for the Remote Console Helper deployment.
|
ReplicatedStoreMBean[] |
getReplicatedStores() |
Deprecated.
12.2.1.3.0 Replace with custom file store or JDBC store.
|
ResourceGroupMBean[] |
getResourceGroups() |
The resource groups at the domain level.
|
ResourceGroupTemplateMBean[] |
getResourceGroupTemplates() |
The resource group templates that have been
configured in this domain.
|
ResourceManagementMBean |
getResourceManagement() |
Get the Resource Management Configuration for this domain
|
RestfulManagementServicesMBean |
getRestfulManagementServices() |
The configuration of the Management Services Subsystem.
|
java.lang.String |
getRootDirectory() |
Return the root directory for the domain.
|
SAFAgentMBean[] |
getSAFAgents() |
Get SAFAgentMBean for this Domain
|
SecurityConfigurationMBean |
getSecurityConfiguration() |
Return the (new) security configuration for this domain.
|
SelfTuningMBean |
getSelfTuning() |
Get the WorkManager configuration pieces for this domain
|
int |
getServerMigrationHistorySize() |
Gets the history size of server migrations.
|
ServerMBean[] |
getServers() |
Returns the ServerMBeans representing the servers that have been
configured to be part of this domain.
|
ServerTemplateMBean[] |
getServerTemplates() |
Returns the ServerTempateMBeans representing the server templates
that have been configured to be part of this domain.
|
int |
getServiceMigrationHistorySize() |
Gets the history size of service migrations.
|
ShutdownClassMBean[] |
getShutdownClasses() |
Retrieve ShutdownClasses for this Domain
|
SingletonServiceMBean[] |
getSingletonServices() |
Retrieve SingletonServicees for this Domain
|
java.lang.String |
getSiteName() |
Deprecated.
12.2.1.4.0
|
SNMPAgentMBean |
getSNMPAgent() |
Return the SNMPAgentMBean for this domain.
|
SNMPAgentDeploymentMBean[] |
getSNMPAgentDeployments() |
The SNMPAgentDeployments defined in the domain.
|
StartupClassMBean[] |
getStartupClasses() |
Retrieve StartupClasses for this Domain
|
SystemComponentMBean[] |
getSystemComponents() |
Returns the SystemComponentMBeans, representing the system
system components that have been configured to be part of this
domain.
|
SystemResourceMBean[] |
getSystemResources() |
Return the SystemResourceMBeans in this Domain.
|
TargetMBean[] |
getTargets() |
Define targets for this Domain
|
VirtualHostMBean[] |
getVirtualHosts() |
Defines virtual hosts for this domain.
|
VirtualTargetMBean[] |
getVirtualTargets() |
Defines virtual targets for a domain partition.
|
java.lang.String |
getVirtualThreadEnableOption() |
Get the configuration settings for the virtual thread enable option.
|
WebAppContainerMBean |
getWebAppContainer() |
Collection of global properties to be applied on all
webapps in this domain.
|
WebserviceSecurityMBean[] |
getWebserviceSecurities() |
|
WebserviceTestpageMBean |
getWebserviceTestpage() |
The configuration of Web Service Test Page.
|
WLDFSystemResourceMBean[] |
getWLDFSystemResources() |
Returns the WLDFSystemResourceMBeans that have been defined for this domain.
|
WSReliableDeliveryPolicyMBean[] |
getWSReliableDeliveryPolicies() |
Define wSReliableDeliveryPolicies for this Domain
|
WTCServerMBean[] |
getWTCServers() |
Return the WTCServerMBeans for this Domain.
|
XMLEntityCacheMBean[] |
getXMLEntityCaches() |
Returns all the XMLEntityCache objects defined
in this domain
|
XMLRegistryMBean[] |
getXMLRegistries() |
Define xMLRegistries for this Domain
|
boolean |
isAdministrationMBeanAuditingEnabled() |
Deprecated.
Please use
DomainMBean.getConfigurationAuditType() |
boolean |
isAdministrationPortEnabled() |
Specifies whether the domain-wide administration port should be
enabled for this WebLogic Server domain.
|
boolean |
isAutoConfigurationSaveEnabled() |
Deprecated.
9.0.0.0 The configuration is explicit written on a save call.
|
boolean |
isClusterConstraintsEnabled() |
Specifies that deployments targeted to a cluster succeed only if
all servers in the cluster are running.
|
boolean |
isConfigBackupEnabled() |
If true, then backups of the configuration will be made
during server boot.
|
boolean |
isConsoleEnabled() |
Deprecated.
14.1.2.0.0
|
boolean |
isDBPassiveMode() |
Deprecated.
14.1.2.0.0
|
boolean |
isEnableEECompliantClassloadingForEmbeddedAdapters() |
Specifies the class loading behavior for embedded adapters.
|
boolean |
isExalogicOptimizationsEnabled() |
Specifies whether optimizations for Oracle Exalogic should be enabled.
|
boolean |
isInternalAppsDeployOnDemandEnabled() |
Specifies whether internal applications such as the console,
uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of
during server startup.
|
boolean |
isJavaServiceConsoleEnabled() |
Specifies whether the Administration Server automatically
deploys the Java Service Administration Console in the current domain.
|
boolean |
isJavaServiceEnabled() |
Specifies whether features to support the use of this WebLogic Server as a Java Service
in a cloud environment should be enabled.
|
boolean |
isListenPortEnabled() |
Returns the domain-wide setting for isListenPortEnabled.
|
boolean |
isProductionModeEnabled() |
Specifies whether all servers in this domain run in production mode.
|
boolean |
isRemoteConsoleHelperEnabled() |
Specifies whether the Administration Server automatically
deploys the Remote Console Helper in the current domain.
|
boolean |
isSSLEnabled() |
Returns the domain-wide value for isSSLEnabled.
|
java.util.HashMap |
kill() |
Deprecated.
9.0.0.0
|
AppDeploymentMBean |
lookupAppDeployment(java.lang.String name) |
|
ApplicationMBean |
lookupApplication(java.lang.String name) |
Deprecated.
9.0.0.0
|
BridgeDestinationMBean |
lookupBridgeDestination(java.lang.String name) |
|
weblogic.management.configuration.CalloutMBean |
lookupCallout(java.lang.String name) |
|
ClusterMBean |
lookupCluster(java.lang.String name) |
|
CoherenceClusterSystemResourceMBean |
lookupCoherenceClusterSystemResource(java.lang.String name) |
Find a CoherenceClusterSystemResource with the given name.
|
CoherenceManagementClusterMBean |
lookupCoherenceManagementCluster(java.lang.String name) |
Find the CoherenceManagementClusterMBean representing the specified cluster
if it exists.
|
CoherenceServerMBean |
lookupCoherenceServer(java.lang.String name) |
Find a Coherence server with the given name.
|
CustomResourceMBean |
lookupCustomResource(java.lang.String name) |
Find a JMSSystem resource with the given name
|
DBClientDataDirectoryMBean |
lookupDBClientDataDirectory(java.lang.String name) |
Look up the named DBClientDataDirectory module.
|
FileStoreMBean |
lookupFileStore(java.lang.String name) |
|
ForeignJNDIProviderMBean |
lookupForeignJNDIProvider(java.lang.String name) |
Find a ForeignJNDIProvider resource with the given name
|
AppDeploymentMBean |
lookupInternalAppDeployment(java.lang.String name) |
|
LibraryMBean |
lookupInternalLibrary(java.lang.String name) |
|
JDBCStoreMBean |
lookupJDBCStore(java.lang.String name) |
|
JDBCSystemResourceMBean |
lookupJDBCSystemResource(java.lang.String name) |
|
JMSBridgeDestinationMBean |
lookupJMSBridgeDestination(java.lang.String name) |
|
JMSServerMBean |
lookupJMSServer(java.lang.String name) |
|
JMSSessionPoolMBean |
lookupJMSSessionPool(java.lang.String name) |
Deprecated.
9.0.0.0
|
JMSSystemResourceMBean |
lookupJMSSystemResource(java.lang.String name) |
Find a JMSSystem resource with the given name
|
JoltConnectionPoolMBean |
lookupJoltConnectionPool(java.lang.String name) |
Find a JoltConnectionPool object with this name
|
LibraryMBean |
lookupLibrary(java.lang.String name) |
Look up the named module.
|
LogFilterMBean |
lookupLogFilter(java.lang.String name) |
Looks up a log filter by name
|
MachineMBean |
lookupMachine(java.lang.String name) |
|
MailSessionMBean |
lookupMailSession(java.lang.String name) |
|
ManagedExecutorServiceTemplateMBean |
lookupManagedExecutorServiceTemplate(java.lang.String name) |
Lookup a particular ManagedExecutorServiceTemplate from the list.
|
ManagedScheduledExecutorServiceTemplateMBean |
lookupManagedScheduledExecutorServiceTemplate(java.lang.String name) |
Lookup a particular ManagedScheduledExecutorServiceTemplate from the list.
|
ManagedThreadFactoryTemplateMBean |
lookupManagedThreadFactoryTemplate(java.lang.String name) |
Lookup a particular ManagedThreadFactory template from the list.
|
MessagingBridgeMBean |
lookupMessagingBridge(java.lang.String name) |
|
MigratableTargetMBean |
lookupMigratableTarget(java.lang.String name) |
Looks up a particular Migratable Target.
|
NetworkChannelMBean |
lookupNetworkChannel(java.lang.String name) |
Deprecated.
9.0.0.0
|
OsgiFrameworkMBean |
lookupOsgiFramework(java.lang.String name) |
Look up an OSGi framework by name
|
PartitionMBean |
lookupPartition(java.lang.String name) |
Looks up a partition by name.
|
PartitionWorkManagerMBean |
lookupPartitionWorkManager(java.lang.String name) |
Lookup a particular PartitionWorkManager policy configuration from the list.
|
PathServiceMBean |
lookupPathService(java.lang.String name) |
|
ReplicatedStoreMBean |
lookupReplicatedStore(java.lang.String name) |
Deprecated.
12.2.1.3.0 Replace with custom file store or JDBC store.
|
ResourceGroupMBean |
lookupResourceGroup(java.lang.String name) |
Lookup a resource group by name.
|
ResourceGroupTemplateMBean |
lookupResourceGroupTemplate(java.lang.String name) |
Looks up a resource group template by name.
|
SAFAgentMBean |
lookupSAFAgent(java.lang.String name) |
|
ServerMBean |
lookupServer(java.lang.String name) |
Lookup a particular server from the list.
|
ServerTemplateMBean |
lookupServerTemplate(java.lang.String name) |
Lookup a particular server template from the list.
|
ShutdownClassMBean |
lookupShutdownClass(java.lang.String name) |
|
SingletonServiceMBean |
lookupSingletonService(java.lang.String name) |
|
SNMPAgentDeploymentMBean |
lookupSNMPAgentDeployment(java.lang.String name) |
Finds a SNMPAgentDeploymentMBean with the specified name
|
StartupClassMBean |
lookupStartupClass(java.lang.String name) |
|
SystemComponentMBean |
lookupSystemComponent(java.lang.String name) |
Lookup a particular system component defined in the Domain
|
SystemResourceMBean |
lookupSystemResource(java.lang.String name) |
Lookup a particular SystemResource in this domain.
|
TargetMBean |
lookupTarget(java.lang.String name) |
|
VirtualHostMBean |
lookupVirtualHost(java.lang.String name) |
|
VirtualTargetMBean |
lookupVirtualTarget(java.lang.String name) |
Lookup a particular virtual target by name.
|
WebserviceSecurityMBean |
lookupWebserviceSecurity(java.lang.String name) |
look up WebserviceSecurityConfiguration object
|
WLDFSystemResourceMBean |
lookupWLDFSystemResource(java.lang.String name) |
Looks up a WLDFSystemResourceMBean by name.
|
WSReliableDeliveryPolicyMBean |
lookupWSReliableDeliveryPolicy(java.lang.String name) |
|
WTCServerMBean |
lookupWTCServer(java.lang.String name) |
|
XMLEntityCacheMBean |
lookupXMLEntityCache(java.lang.String name) |
Returns an XMLEntityCache object if the given name
|
XMLRegistryMBean |
lookupXMLRegistry(java.lang.String name) |
|
void |
setAdministrationMBeanAuditingEnabled(boolean choice) |
Deprecated.
Please use
DomainMBean.setConfigurationAuditType() |
void |
setAdministrationPort(int port) |
Sets the AdministrationPort attribute of the DomainMBean
object
|
void |
setAdministrationPortEnabled(boolean enable) |
Sets the value of the AdministrationPortEnabled attribute.
|
void |
setAdministrationProtocol(java.lang.String protocol) |
Sets the protocol to be used for admin connections when none
is specified.
|
void |
setAdminServerName(java.lang.String name) |
|
void |
setArchiveConfigurationCount(int count) |
Sets the value of the ArchiveConfigurationCount attribute.
|
void |
setAutoConfigurationSaveEnabled(boolean choice) |
Sets the value of the AutoConfigurationSaveEnabled
attribute.
|
void |
setBatchJobsDataSourceJndiName(java.lang.String jndiName) |
Sets the Batch DataSource jndi name.
|
void |
setBatchJobsExecutorServiceName(java.lang.String executorServiceName) |
Specifies the name of the application-scoped ManagedExecutorService.
|
void |
setClusterConstraintsEnabled(boolean enableClusterConstraints) |
Sets the value of the ClusterConstrainEnabled attribute.
|
void |
setConfigBackupEnabled(boolean enable) |
Sets the value of the ConfigBackupEnabled attribute.
|
void |
setConfigurationAuditType(java.lang.String auditType) |
Sets the criteria for auditing configuration events (configuration changes and other operations):
CONFIG_CHANGE_NONE . |
void |
setConfigurationVersion(java.lang.String version) |
Sets the value of the ConfigurationVersion attribute.
|
void |
setConsoleContextPath(java.lang.String ctx) |
Deprecated.
14.1.2.0.0
|
void |
setConsoleEnabled(boolean console) |
Deprecated.
14.1.2.0.0
|
void |
setConsoleExtensionDirectory(java.lang.String directory) |
Deprecated.
14.1.2.0.0
|
void |
setDBPassiveMode(boolean passive) |
Deprecated.
14.1.2.0.0
|
void |
setDBPassiveModeGracePeriodSeconds(int seconds) |
Deprecated.
14.1.2.0.0
|
void |
setDomainVersion(java.lang.String version) |
Sets the value of the DomainVersion attribute.
|
void |
setEnableEECompliantClassloadingForEmbeddedAdapters(boolean enableEECompliantClassloading) |
Specifies whether Java EE compliant class loading behavior is enabled.
|
void |
setExalogicOptimizationsEnabled(boolean enable) |
Sets the Exalogic optimizations value.
|
void |
setInstalledSoftwareVersion(java.lang.String version) |
Sets the value of the InstalledSoftwareVersion attribute.
|
void |
setInternalAppsDeployOnDemandEnabled(boolean onDemand) |
Sets the value of the InternalAppsDeployOnDemandEnabled attribute.
|
void |
setJavaServiceConsoleEnabled(boolean console) |
Sets the value of the ConsoleEnabled attribute.
|
void |
setJavaServiceEnabled(boolean enable) |
Sets the Java Service feature value.
|
void |
setListenPortEnabled(boolean enable) |
Sets the domain-wide value for isListenPortEnabled.
|
void |
setMaxConcurrentLongRunningRequests(int maxConcurrentLongRunningRequests) |
Specfies the maximum number of running long-running requests that can be submitted
to all the Managed Executor Services or Managed Scheduled Executor Services
on the current server.
|
void |
setMaxConcurrentNewThreads(int maxConcurrentNewThreads) |
Specfies maximum number of running threads that can be created by all the
Managed Thread Factories on the current server.
|
void |
setMsgIdPrefixCompatibilityEnabled(boolean value) |
|
void |
setPartitionUriSpace(java.lang.String uriPrefix) |
Sets the URI prefix value used for partition administrative virtual targets.
|
void |
setProductionModeEnabled(boolean productionModeEnabled) |
Sets the value of the ProductionModeEnabled attribute.
|
void |
setRemoteConsoleHelperEnabled(boolean remoteConsoleHelperEnabled) |
Sets the value of the RemoteConsoleHelperEnabled attribute.
|
void |
setServerMigrationHistorySize(int historySize) |
Sets the maximum history size of server migrations the server
or the domain holds.
|
void |
setServiceMigrationHistorySize(int historySize) |
Sets the maximum history size of service migrations the server
or the domain holds.
|
void |
setSiteName(java.lang.String siteName) |
Deprecated.
12.2.1.4.0
|
void |
setSSLEnabled(boolean enable) |
Sets the domain-wide value for isSSLEnabled.
|
void |
setVirtualThreadEnableOption(java.lang.String virtualThreadEnableOption) |
Specifies whether virtual thread features should be enabled for servers in this
domain when running on a JDK that supports virtual threads.
|
java.util.HashMap |
start() |
Deprecated.
9.0.0.0
|
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
static final java.lang.String UPLOAD_DEFAULT
static final java.lang.String CONFIG_CHANGE_LOG
static final java.lang.String CONFIG_CHANGE_AUDIT
static final java.lang.String CONFIG_CHANGE_LOG_AND_AUDIT
static final java.lang.String CONFIG_CHANGE_NONE
java.lang.String getDomainVersion()
Defines the common version of all servers in a domain. In a domain containing servers that are not all at the same release version, this attribute is used to determine the feature level that servers will assume.
The value must be less than or equal to the version of any managed server in the domain.
If this value is not equal to the version of the release version of the admin server, then the admin server will not be allowed to make modifications to the configuration.
void setDomainVersion(java.lang.String version)
Sets the value of the DomainVersion attribute.
version
- The new DomainVersion valuegetDomainVersion()
long getLastModificationTime()
Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification.
SecurityConfigurationMBean getSecurityConfiguration()
Return the (new) security configuration for this domain.
JTAMBean getJTA()
Return the JTA configuration for this Domain.
JPAMBean getJPA()
Return the JPA configuration for this Domain.
DeploymentConfigurationMBean getDeploymentConfiguration()
Return the deployment configuration for this Domain.
WTCServerMBean[] getWTCServers()
Return the WTCServerMBeans for this Domain.
WTCServerMBean createWTCServer(java.lang.String name)
Factory to create WTCServer instance in the domain
name
- void destroyWTCServer(WTCServerMBean wtcServer)
deletes WTCServer object
wtcServer
- WTCServerMBean lookupWTCServer(java.lang.String name)
name
- LogMBean getLog()
Return the domain logfile configuration for this domain.
SNMPAgentMBean getSNMPAgent()
Return the SNMPAgentMBean for this domain. This is a singleton MBean describing SNMP Agent configuration details. This MBean has getters and setters for other SNMP related configuration MBeans.
SNMPAgentDeploymentMBean[] getSNMPAgentDeployments()
SNMPAgentDeploymentMBean createSNMPAgentDeployment(java.lang.String name)
name
- void destroySNMPAgentDeployment(SNMPAgentDeploymentMBean mbean)
mbean
- SNMPAgentDeploymentMBean lookupSNMPAgentDeployment(java.lang.String name)
name
- java.lang.String getRootDirectory()
Return the root directory for the domain. In other words for a server process [ServerMBean.getRootDirectory] or [ServerMBean.getDomainDirectory]
void discoverManagedServers()
Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.
boolean discoverManagedServer(java.lang.String serverName)
Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.
@Deprecated java.lang.Object[] getDisconnectedManagedServers()
this method provides an array of strings that are the names of the managed servers that are not currently connected.
@Deprecated boolean isConsoleEnabled()
Specifies whether the Administration Server automatically deploys the Administration Console in the current domain.
If the Administration Console is not deployed, you can still use the WebLogic Scripting Tool or the management APIs to configure and monitor the domain.
@Deprecated void setConsoleEnabled(boolean console)
Sets the value of the ConsoleEnabled attribute.
console
- The new consoleEnabled valueisConsoleEnabled()
boolean isJavaServiceConsoleEnabled()
Specifies whether the Administration Server automatically deploys the Java Service Administration Console in the current domain.
void setJavaServiceConsoleEnabled(boolean console)
Sets the value of the ConsoleEnabled attribute.
console
- The new javaServiceConsoleEnabled valueisJavaServiceConsoleEnabled()
@Deprecated java.lang.String getConsoleContextPath()
The context path that you want to use in URLs that specify the Administration Console. (Requires you to enable the Administration Console for the current domain.)
To access the Administration Console, you use the following URL:
http://listen-addess:listen-port/context-path.
For example, if you set the context path to myconsole
,
then you use the following URL to access the Administration
Console: http://localhost:7001/myconsole
.
To specify the listen address and listen port that you use to access the Administration Console, configure the listen address and listen port of the Administration Server.
isConsoleEnabled()
,
ServerTemplateMBean.getListenAddress()
,
ServerTemplateMBean.getListenPort()
@Deprecated void setConsoleContextPath(java.lang.String ctx)
Sets the value of the ConsoleContextPath attribute.
ctx
- The new consoleContextPath valuegetConsoleContextPath()
@Deprecated java.lang.String getConsoleExtensionDirectory()
Returns the directory path that console extensions are loaded from.
isConsoleEnabled()
@Deprecated void setConsoleExtensionDirectory(java.lang.String directory)
Sets the directory path that console extension directory that console extensions are deployed to.
@Deprecated boolean isAutoConfigurationSaveEnabled()
Causes the server to periodically persist changes to its configuration.
void setAutoConfigurationSaveEnabled(boolean choice)
Sets the value of the AutoConfigurationSaveEnabled attribute.
choice
- The new autoConfigurationSaveEnabled valueisAutoConfigurationSaveEnabled()
ServerMBean[] getServers()
Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
ServerMBean createServer(java.lang.String name)
This is the factory method for Servers that are scoped at the domain level. The short name which is specified must be unique among all object instances of type ServerMBean. The new Server which is create will have this Domain as its parent and must be destroyed with the destroyServer method.
name
- void destroyServer(ServerMBean server)
Destroys and removes a server which is a child of this Domain with the specified short name .
server
- to destroyServerMBean lookupServer(java.lang.String name)
Lookup a particular server from the list.
name
- ServerTemplateMBean[] getServerTemplates()
Returns the ServerTempateMBeans representing the server templates that have been configured to be part of this domain.
ServerTemplateMBean createServerTemplate(java.lang.String name)
This is the factory method for server templates that are scoped at the domain level. The short name which is specified must be unique among all object instances of type ServerTemplateMBean. The new server template which is create will have this domain as its parent and must be destroyed with the destroyServerTemplate method.
name
- void destroyServerTemplate(ServerTemplateMBean server)
Destroys and removes a server template which is a child of this domain with the specified short name.
server
- to destroyServerTemplateMBean lookupServerTemplate(java.lang.String name)
Lookup a particular server template from the list.
name
- CoherenceServerMBean[] getCoherenceServers()
The CoherenceServerMBeans that have been defined for this domain.
CoherenceServerMBean createCoherenceServer(java.lang.String name)
This is the factory method for Coherence servers that are scoped at the domain level. The short name which is specified must be unique among all object instances of type CoherenceServerMBean. The new Coherence server which is created will have this domain as its parent and must be destroyed with the destroyCoherenceServer method.
name
- void destroyCoherenceServer(CoherenceServerMBean bean)
bean
- - bean to destroyCoherenceServerMBean lookupCoherenceServer(java.lang.String name)
name
- The name of the Coherence serverClusterMBean[] getClusters()
Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.
ClusterMBean createCluster(java.lang.String name)
Factory for creating Clusters.
name
- void destroyCluster(ClusterMBean cluster)
Deletes the cluster object
cluster
- ClusterMBean lookupCluster(java.lang.String name)
name
- DeploymentMBean[] getDeployments()
MessagingBridgeMBean[] getMessagingBridges()
Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
MessagingBridgeMBean createMessagingBridge(java.lang.String name)
Factory for creating MessagingBridges
name
- void destroyMessagingBridge(MessagingBridgeMBean bridge)
deletes MessagingBridge object
bridge
- MessagingBridgeMBean lookupMessagingBridge(java.lang.String name)
name
- @Deprecated java.util.HashMap start()
These operations are used to start and forceShutdown all the servers belonging to the Domain. HashMap contains references to TaskRuntimeMBeans corresponding to each server in the Domain, keyed using the server name.
@Deprecated java.util.HashMap kill()
void setProductionModeEnabled(boolean productionModeEnabled)
Sets the value of the ProductionModeEnabled attribute.
productionModeEnabled
- The new productionModeEnabled valueisProductionModeEnabled()
boolean isProductionModeEnabled()
Specifies whether all servers in this domain run in production mode.
You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features.
The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document.
EmbeddedLDAPMBean getEmbeddedLDAP()
Returns the embedded LDAP configuration for this domain.
boolean isAdministrationPortEnabled()
Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain. Because the administration port uses SSL, enabling the administration port requires that SSL must be configured for all servers in the domain.
The domain-wide administration port enables you to start a
WebLogic Server instance in STANDBY
state. It also
allows you to separate administration traffic from application
traffic in your domain. Because all servers in the domain must
enable or disable the administration port at once, you configure
the default administration port settings at the domain level.
If you enable the administration port:
The administration port accepts only connections that specify administrator credentials.
Connections that specify administrator credentials can use only the administration port.
The command that starts managed servers must specify a secure
protocol and the administration port:
-Dweblogic.management.server=https://admin_server:administration_port
getAdministrationPort()
,
getAdministrationProtocol()
,
ServerTemplateMBean.isAdministrationPortEnabled()
,
ServerTemplateMBean.getAdministrationPort()
,
KernelMBean.getSSL()
void setAdministrationPortEnabled(boolean enable) throws javax.management.InvalidAttributeValueException
Sets the value of the AdministrationPortEnabled attribute.
enable
- The new administrationPortEnabled valuejavax.management.InvalidAttributeValueException
isAdministrationPortEnabled()
int getAdministrationPort()
The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.)
isAdministrationPortEnabled()
,
ServerTemplateMBean.getAdministrationPort()
void setExalogicOptimizationsEnabled(boolean enable)
Sets the Exalogic optimizations value.
enable
- Turns on all exalogic optimizationsboolean isExalogicOptimizationsEnabled()
Specifies whether optimizations for Oracle Exalogic should be enabled. Optimizations include improved thread management and request processing, and reduced lock contention. This attribute should be enabled only when configuring a WebLogic domain for Oracle Exalogic.
void setJavaServiceEnabled(boolean enable)
Sets the Java Service feature value.
enable
- Turns on all Java Service featuresboolean isJavaServiceEnabled()
Specifies whether features to support the use of this WebLogic Server as a Java Service in a cloud environment should be enabled.
void setAdministrationPort(int port) throws javax.management.InvalidAttributeValueException
Sets the AdministrationPort attribute of the DomainMBean object
port
- The new administrationPort valuejavax.management.InvalidAttributeValueException
int getArchiveConfigurationCount()
The number of archival versions of config.xml
saved by
the Administration Server each time the domain configuration is
modified.
void setArchiveConfigurationCount(int count) throws javax.management.InvalidAttributeValueException
Sets the value of the ArchiveConfigurationCount attribute.
count
- The new archiveConfigurationCount valuejavax.management.InvalidAttributeValueException
getArchiveConfigurationCount()
boolean isConfigBackupEnabled()
If true, then backups of the configuration will be made during server boot.
void setConfigBackupEnabled(boolean enable)
Sets the value of the ConfigBackupEnabled attribute.
enable
- isConfigBackupEnabled()
java.lang.String getConfigurationVersion()
The release identifier for the configuration. This identifier will be used to indicate the version of the configuration. All server generated configurations will be established with the release identifier of the running server. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. "7" is acceptable.
void setConfigurationVersion(java.lang.String version)
Sets the value of the ConfigurationVersion attribute.
version
- The new configurationVersion valuegetConfigurationVersion()
@Deprecated boolean isAdministrationMBeanAuditingEnabled()
DomainMBean.getConfigurationAuditType()
Specifies whether the Administration Server generates a log message when this WebLogic Server domain's configuration has been modified.
Any change to a server, module, or other item in the domain (either through the Administration Console, command-line utilities, or the APIs) will cause the Administration Server to generate this informational message.
This attribute has been deprecated in favor of ConfigurationAuditType. If values for both attributes are specified, the resultant behavior will be the logical OR condition of the two settings.
@Deprecated void setAdministrationMBeanAuditingEnabled(boolean choice)
DomainMBean.setConfigurationAuditType()
Sets the value of the AdministrationMBeanAuditingEnabled attribute.
choice
- The new administrationMBeanAuditingEnabled valueisAdministrationMBeanAuditingEnabled()
java.lang.String getConfigurationAuditType()
CONFIG_CHANGE_NONE
Configuration events will neither be
written to the server log or directed to the Security Audit Framework.CONFIG_CHANGE_LOG
Configuration events will be
written to the server log.CONFIG_CHANGE_AUDIT
Configuration events will be
directed to the Security Audit Framework.CONFIG_CHANGE_LOG_AND_AUDIT
Configuration events will be
written to the server log and directed to the Security Audit Framework.void setConfigurationAuditType(java.lang.String auditType) throws javax.management.InvalidAttributeValueException
CONFIG_CHANGE_NONE
. Configuration events will neither be
written to the server log or directed to the Security Audit Framework.CONFIG_CHANGE_LOG
. Configuration evemts will be
written to the server log.CONFIG_CHANGE_AUDIT
.Configuration events will be
directed to the Security Audit Framework.CONFIG_CHANGE_LOG_AND_AUDIT
. Configuration events will be
written to the server log and directed to the Security Audit Framework.auditType
- DomainMBean.CONFIG_CHANGE_NONE,DomainMBean.CONFIG_CHANGE_LOG,DomainMBean.CONFIG_CHANGE_AUDIT,DomainMBean.CONFIG_CHANGE_LOG_AND_AUDITjavax.management.InvalidAttributeValueException
boolean isClusterConstraintsEnabled()
Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running.
By default, cluster constraints are disabled and deployment is attempted only on the servers that are reachable at the time of deployment from the Administration Server. Any servers that have been shut down or are temporarily partitioned from the Administration Server will retrieve the deployment during server startup or shortly after the network partition is resolved.
void setClusterConstraintsEnabled(boolean enableClusterConstraints)
Sets the value of the ClusterConstrainEnabled attribute.
isClusterConstraintsEnabled()
@Deprecated ApplicationMBean[] getApplications()
Define applications for this Domain
@Deprecated ApplicationMBean createApplication(java.lang.String name)
factory to create Applications
name
- @Deprecated void destroyApplication(ApplicationMBean application)
destroys Applications
application
- @Deprecated ApplicationMBean lookupApplication(java.lang.String name)
name
- AppDeploymentMBean[] getAppDeployments()
The collection of deployable entities in this domain. This replaces the Application in previous versions.
AppDeploymentMBean lookupAppDeployment(java.lang.String name)
name
- AppDeploymentMBean[] getInternalAppDeployments()
The collection of internal application deployments in this domain
AppDeploymentMBean lookupInternalAppDeployment(java.lang.String name)
name
- of the internal application deploymentLibraryMBean[] getLibraries()
LibraryMBean lookupLibrary(java.lang.String name)
name
- LibraryMBean[] getInternalLibraries()
The collection of internal libraries in this domain
LibraryMBean lookupInternalLibrary(java.lang.String name)
name
- of the internal libraryDBClientDataDirectoryMBean[] getDBClientDataDirectories()
The collection of DBClientDataDirectory deployments in this domain
DBClientDataDirectoryMBean lookupDBClientDataDirectory(java.lang.String name)
name
- WSReliableDeliveryPolicyMBean[] getWSReliableDeliveryPolicies()
Define wSReliableDeliveryPolicies for this Domain
WSReliableDeliveryPolicyMBean lookupWSReliableDeliveryPolicy(java.lang.String name)
name
- WSReliableDeliveryPolicyMBean createWSReliableDeliveryPolicy(java.lang.String name)
Factory method to create WSReliableDeliveryPolicy object
name
- void destroyWSReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean policy)
Removes a WSReliableDeliveryPolicy from this domain
policy
- MachineMBean[] getMachines()
Define machines for this Domain
MachineMBean createMachine(java.lang.String name)
Factory method to create a Machine object
name
- UnixMachineMBean createUnixMachine(java.lang.String name)
name
- void destroyMachine(MachineMBean machine)
Removes a Machine from this domain
machine
- MachineMBean lookupMachine(java.lang.String name)
name
- XMLEntityCacheMBean[] getXMLEntityCaches()
XMLEntityCacheMBean createXMLEntityCache(java.lang.String name)
name
- of the XMLEntityCache to be created.XMLEntityCacheMBean lookupXMLEntityCache(java.lang.String name)
name
- of the XMLEntityCachevoid destroyXMLEntityCache(XMLEntityCacheMBean cache)
cache
- object to be destroyedXMLRegistryMBean[] getXMLRegistries()
Define xMLRegistries for this Domain
XMLRegistryMBean createXMLRegistry(java.lang.String name)
Factory method to create XMLRegistry object
name
- void destroyXMLRegistry(XMLRegistryMBean registry)
Removes a XMLRegistry from this domain
registry
- XMLRegistryMBean lookupXMLRegistry(java.lang.String name)
name
- TargetMBean[] getTargets()
Define targets for this Domain
TargetMBean lookupTarget(java.lang.String name) throws java.lang.IllegalArgumentException
name
- java.lang.IllegalArgumentException
JMSServerMBean[] getJMSServers()
Define JMSServers for this Domain
JMSServerMBean createJMSServer(java.lang.String name)
Factory method to create JMSServer object
name
- void destroyJMSServer(JMSServerMBean jmsServer)
Removes a JMSServer from this domain
jmsServer
- JMSServerMBean lookupJMSServer(java.lang.String name)
name
- @Deprecated NetworkChannelMBean[] getNetworkChannels()
Define NetworkChannels for this Domain
@Deprecated NetworkChannelMBean createNetworkChannel(java.lang.String name)
Factory method to create NetworkChannel object
name
- @Deprecated void destroyNetworkChannel(NetworkChannelMBean channel)
Removes a NetworkChannel from this domain
channel
- @Deprecated NetworkChannelMBean lookupNetworkChannel(java.lang.String name)
name
- VirtualHostMBean[] getVirtualHosts()
Defines virtual hosts for this domain.
VirtualHostMBean createVirtualHost(java.lang.String name)
Creates virtual hosts.
name
- void destroyVirtualHost(VirtualHostMBean host)
Removes virtual hosts from this domain.
host
- VirtualHostMBean lookupVirtualHost(java.lang.String name)
name
- VirtualTargetMBean[] getVirtualTargets()
Defines virtual targets for a domain partition.
VirtualTargetMBean createVirtualTarget(java.lang.String name)
Creates virtual targets.
name
- void destroyVirtualTarget(VirtualTargetMBean target)
Removes virtual targets from this domain.
target
- VirtualTargetMBean lookupVirtualTarget(java.lang.String name)
Lookup a particular virtual target by name.
name
- the name of the virtual target to findMigratableTargetMBean[] getMigratableTargets()
Returns an array of MigratableTarget MBeans.
MigratableTargetMBean createMigratableTarget(java.lang.String name)
Creates Migratable Targets.
name
- void destroyMigratableTarget(MigratableTargetMBean bean)
Destroys and removes a Migratable Target with the specified short name.
bean
- MigratableTargetMBean lookupMigratableTarget(java.lang.String name)
Looks up a particular Migratable Target.
name
- WebAppContainerMBean getWebAppContainer()
CdiContainerMBean getCdiContainer()
JMXMBean getJMX()
SelfTuningMBean getSelfTuning()
ResourceManagementMBean getResourceManagement()
PathServiceMBean[] getPathServices()
PathServiceMBean createPathService(java.lang.String name)
name
- void destroyPathService(PathServiceMBean pathService)
Removes a PathService from this domain
pathService
- PathServiceMBean lookupPathService(java.lang.String name)
name
- @Deprecated JMSSessionPoolMBean[] getJMSSessionPools()
Return the JMSSessionPools for this Domain.
@Deprecated JMSSessionPoolMBean createJMSSessionPool(java.lang.String name)
Factory to create JMSSessionPool instance in the domain
name
- @Deprecated JMSSessionPoolMBean createJMSSessionPool(java.lang.String name, JMSSessionPoolMBean toClone)
Factory to create JMSSessionPool instance in the domain
name
- @Deprecated void destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool)
deletes JMSSessionPool object
jmsSessionPool
- @Deprecated JMSSessionPoolMBean lookupJMSSessionPool(java.lang.String name)
name
- JMSBridgeDestinationMBean createJMSBridgeDestination(java.lang.String name)
Factory to create JMSBridgeDestination instance in the domain
name
- void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)
deletes JMSBridgeDestination object
jmsBridgeDestination
- JMSBridgeDestinationMBean lookupJMSBridgeDestination(java.lang.String name)
name
- JMSBridgeDestinationMBean[] getJMSBridgeDestinations()
Return the JMSBridgeDestinations for this Domain.
BridgeDestinationMBean createBridgeDestination(java.lang.String name)
Factory to create BridgeDestination instance in the domain
name
- void destroyBridgeDestination(BridgeDestinationMBean bridgeDestination)
deletes BridgeDestination object
bridgeDestination
- BridgeDestinationMBean lookupBridgeDestination(java.lang.String name)
name
- @Deprecated BridgeDestinationMBean[] getBridgeDestinations()
Return the BridgeDestinations for this Domain.
ShutdownClassMBean[] getShutdownClasses()
Retrieve ShutdownClasses for this Domain
ShutdownClassMBean createShutdownClass(java.lang.String name)
Factory method to create ShutdownClass object
name
- void destroyShutdownClass(ShutdownClassMBean sc)
Removes a ShutdownClass from this domain
sc
- The Shutdown class to destroyShutdownClassMBean lookupShutdownClass(java.lang.String name)
name
- StartupClassMBean[] getStartupClasses()
Retrieve StartupClasses for this Domain
StartupClassMBean createStartupClass(java.lang.String name)
Factory method to create StartupClass object
name
- void destroyStartupClass(StartupClassMBean sc)
Removes a StartupClass from this domain
sc
- the Shutdown class to destroyStartupClassMBean lookupStartupClass(java.lang.String name)
name
- SingletonServiceMBean[] getSingletonServices()
Retrieve SingletonServicees for this Domain
SingletonServiceMBean createSingletonService(java.lang.String name)
Factory method to create SingletonService object
name
- void destroySingletonService(SingletonServiceMBean sc)
Removes a SingletonService from this domain
sc
- the SingletonService class to destroySingletonServiceMBean lookupSingletonService(java.lang.String name)
name
- MailSessionMBean[] getMailSessions()
Retrieve MailSessions for this Domain
MailSessionMBean createMailSession(java.lang.String name)
Factory method to create MailSession objects
name
- void destroyMailSession(MailSessionMBean ms)
Removes a MailSession from this domain
ms
- the MailSession to destroyMailSessionMBean lookupMailSession(java.lang.String name)
name
- JoltConnectionPoolMBean[] getJoltConnectionPools()
Return the JoltConnectionPools for this Domain.
JoltConnectionPoolMBean createJoltConnectionPool(java.lang.String name)
Factory to create a JoltConnectionPool instance in the domain
name
- void destroyJoltConnectionPool(JoltConnectionPoolMBean joltConnectionPool)
deletes a JoltConnectionPool object
joltConnectionPool
- JoltConnectionPoolMBean lookupJoltConnectionPool(java.lang.String name)
Find a JoltConnectionPool object with this name
name
- LogFilterMBean[] getLogFilters()
LogFilterMBean createLogFilter(java.lang.String name)
Creates a log filter MBean instance
name
- void destroyLogFilter(LogFilterMBean logFilter)
Destroy the given log filter MBean
logFilter
- LogFilterMBean lookupLogFilter(java.lang.String name)
name
- FileStoreMBean[] getFileStores()
Return file stores defined in this domain
FileStoreMBean createFileStore(java.lang.String name)
Create a new FileStore
name
- void destroyFileStore(FileStoreMBean store)
Destroy a file store
store
- to destroyFileStoreMBean lookupFileStore(java.lang.String name)
name
- @Deprecated ReplicatedStoreMBean[] getReplicatedStores()
Return replicated memory stores defined in this domain
@Deprecated ReplicatedStoreMBean createReplicatedStore(java.lang.String name)
Create a new ReplicatedStore
name
- @Deprecated void destroyReplicatedStore(ReplicatedStoreMBean replicatedMemoryStore)
Destroy a replicated memory store
replicatedMemoryStore
- to destroy@Deprecated ReplicatedStoreMBean lookupReplicatedStore(java.lang.String name)
name
- JDBCStoreMBean[] getJDBCStores()
Return file stores defined in this domain
JDBCStoreMBean createJDBCStore(java.lang.String name)
Create a new JDBCStore
name
- void destroyJDBCStore(JDBCStoreMBean store)
Destroy a file store
store
- to destroyJDBCStoreMBean lookupJDBCStore(java.lang.String name)
name
- JMSSystemResourceMBean[] getJMSSystemResources()
Returns the JMSSystemResourceMBeans that have been defined for this domain.
JMSSystemResourceMBean createJMSSystemResource(java.lang.String name)
name
- - name of bean and base name for descriptor file.JMSSystemResourceMBean createJMSSystemResource(java.lang.String name, java.lang.String descriptorFileName)
Create a new JMS system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid JMS descriptor, the new bean will link to that descriptor.
name
- - name of beandescriptorFileName
- - name of descriptor file relative to DOMAIN_DIR/config/jms..void destroyJMSSystemResource(JMSSystemResourceMBean bean)
bean
- - bean to destroyJMSSystemResourceMBean lookupJMSSystemResource(java.lang.String name)
name
- The name of the JMS system resourceCustomResourceMBean[] getCustomResources()
Returns the JMSSystemResourceMBeans that have been defined for this domain.
CustomResourceMBean createCustomResource(java.lang.String name, java.lang.String resourceClass, java.lang.String descriptorBeanClass)
name
- - name of bean and base name for descriptor file.resourceClass
- - the name of the class that manages resource's lifecycle.descriptorBeanClass
- - the interface class name for this descriptor beanCustomResourceMBean createCustomResource(java.lang.String name, java.lang.String resourceClass, java.lang.String descriptorBeanClass, java.lang.String descriptorFileName)
Create a new Custom system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config/custom. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid descriptor, the new bean will link to that descriptor.
name
- - name of beanresourceClass
- - the name of the class that manages resource's lifecycle.descriptorBeanClass
- - the interface class name for this descriptor beandescriptorFileName
- - name of descriptor file relative to DOMAIN_DIR/config/custom/..void destroyCustomResource(CustomResourceMBean bean)
bean
- - bean to destroyCustomResourceMBean lookupCustomResource(java.lang.String name)
name
- The name of the JMS system resourceForeignJNDIProviderMBean[] getForeignJNDIProviders()
ForeignJNDIProviderMBean lookupForeignJNDIProvider(java.lang.String name)
name
- ForeignJNDIProviderMBean createForeignJNDIProvider(java.lang.String name)
Create a new diagnostic deployment that can be targeted to a server
name
- void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
Delete a diagnostic deployment configuration from the domain.
provider
- java.lang.String getAdminServerName()
void setAdminServerName(java.lang.String name)
name
- admin server namejava.lang.String getAdministrationProtocol()
The default protocol for communicating through the administration port or administration channels. (Requires you to enable the administration port or to create an administration channel.)
If requests through the administration port or an administration channel do not specify a protocol, WebLogic Server uses the protocol specified here.
Valid admin protocols are:
isAdministrationPortEnabled()
void setAdministrationProtocol(java.lang.String protocol)
Sets the protocol to be used for admin connections when none is specified.
protocol
- The new adminProtocol valueWLDFSystemResourceMBean[] getWLDFSystemResources()
Returns the WLDFSystemResourceMBeans that have been defined for this domain.
WLDFSystemResourceMBean createWLDFSystemResource(java.lang.String name)
name
- - name of bean and base name for descriptor file.WLDFSystemResourceMBean createWLDFSystemResource(java.lang.String name, java.lang.String descriptorFileName)
Create a new WLDF system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid WLDF descriptor, the new bean will link to that descriptor.
name
- - name of beandescriptorFileName
- - name of descriptor file relative to DOMAIN_DIR/config/diagnostics.WLDFSystemResourceMBean createWLDFSystemResourceFromBuiltin(java.lang.String name, java.lang.String builtinSystemResource)
name
- - name of beanbuiltinSystemResource
- The type of builtin system resource to clone from i,e Low, Medium, Highvoid destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
bean
- - bean to destroyWLDFSystemResourceMBean lookupWLDFSystemResource(java.lang.String name)
name
- The name of the WLDFSystemResource.JDBCSystemResourceMBean[] getJDBCSystemResources()
Returns the JDBCSystemResourceMBeans that have been defined for this domain
JDBCSystemResourceMBean createJDBCSystemResource(java.lang.String name)
name
- - name of bean and base name for descriptor file.JDBCSystemResourceMBean createJDBCSystemResource(java.lang.String name, java.lang.String descriptorFileName)
Create a new JDBC system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid JDBC descriptor, the new bean will link to that descriptor.
name
- - name of beandescriptorFileName
- - name of descriptor file relative to DOMAIN_DIR/config/jdbc.JDBCSystemResourceMBean lookupJDBCSystemResource(java.lang.String name)
name
- void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
bean
- - bean to destroySystemResourceMBean[] getSystemResources()
Return the SystemResourceMBeans in this Domain.
SystemResourceMBean lookupSystemResource(java.lang.String name)
Lookup a particular SystemResource in this domain.
name
- SAFAgentMBean[] getSAFAgents()
Get SAFAgentMBean for this Domain
SAFAgentMBean createSAFAgent(java.lang.String name)
Factory method to create SAFAgent object
name
- void destroySAFAgent(SAFAgentMBean sAFAgent)
Removes a SAFAgent from this domain
sAFAgent
- objectSAFAgentMBean lookupSAFAgent(java.lang.String name)
name
- WebserviceSecurityMBean[] getWebserviceSecurities()
WebserviceSecurityMBean lookupWebserviceSecurity(java.lang.String name)
name
- name of WebserviceSecurityConfigurationWebserviceSecurityMBean createWebserviceSecurity(java.lang.String name)
name
- of WebserviceSecurityvoid destroyWebserviceSecurity(WebserviceSecurityMBean wsc)
wsc
- WebserviceSecurity@Deprecated AdminConsoleMBean getAdminConsole()
boolean isInternalAppsDeployOnDemandEnabled()
Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup.
void setInternalAppsDeployOnDemandEnabled(boolean onDemand)
Sets the value of the InternalAppsDeployOnDemandEnabled attribute.
onDemand
- The new internalAppsDeployOnDemandEnabled valueisInternalAppsDeployOnDemandEnabled()
void setMsgIdPrefixCompatibilityEnabled(boolean value)
CoherenceClusterSystemResourceMBean[] getCoherenceClusterSystemResources()
The CoherenceClusterSystemResourceMBeans that have been defined for this domain.
CoherenceClusterSystemResourceMBean createCoherenceClusterSystemResource(java.lang.String name)
name
- - name of bean.void destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean)
bean
- - bean to destroyCoherenceClusterSystemResourceMBean lookupCoherenceClusterSystemResource(java.lang.String name)
name
- The name of the CoherenceClusterSystemResourceRestfulManagementServicesMBean getRestfulManagementServices()
SystemComponentMBean[] getSystemComponents()
SystemComponentMBean createSystemComponent(java.lang.String name, java.lang.String componentType)
destroySystemComponent(SystemComponentMBean)
method.name
- the name of the system componentcomponentType
- the type of the system componentvoid destroySystemComponent(SystemComponentMBean bean)
bean
- system component to destroySystemComponentMBean lookupSystemComponent(java.lang.String name)
name
- the name to be looked upOsgiFrameworkMBean[] getOsgiFrameworks()
OSGi framework definition for use by applications wishing to share services and code
OsgiFrameworkMBean lookupOsgiFramework(java.lang.String name)
Look up an OSGi framework by name
name
- the key of the osgi framework.OsgiFrameworkMBean createOsgiFramework(java.lang.String name)
Factory to create a new OSGi framework instance for this Server.
name
- void destroyOsgiFramework(OsgiFrameworkMBean osgiFramework)
Destroys an OSGi framework object.
osgiFramework
- to be destroyedWebserviceTestpageMBean getWebserviceTestpage()
int getServerMigrationHistorySize()
Gets the history size of server migrations.
A value of -1 indicates that the history size is unlimited.
void setServerMigrationHistorySize(int historySize)
Sets the maximum history size of server migrations the server or the domain holds.
getServerMigrationHistorySize()
int getServiceMigrationHistorySize()
Gets the history size of service migrations.
A value of -1 indicates that the history size is unlimited.
void setServiceMigrationHistorySize(int historySize)
Sets the maximum history size of service migrations the server or the domain holds.
getServiceMigrationHistorySize()
CoherenceManagementClusterMBean[] getCoherenceManagementClusters()
The CoherenceManagementClusterMBean that have been defined for this domain.
CoherenceManagementClusterMBean createCoherenceManagementCluster(java.lang.String name)
name
- name of the Coherence clusterCoherenceManagementClusterMBean lookupCoherenceManagementCluster(java.lang.String name)
name
- name of the clustervoid destroyCoherenceManagementCluster(CoherenceManagementClusterMBean bean)
bean
- PartitionMBean[] getPartitions()
The partitions that have been configured to be part of this domain.
PartitionMBean lookupPartition(java.lang.String name)
Looks up a partition by name.
name
- the partition to findPartitionMBean findPartitionByID(java.lang.String id)
Looks up a partition by the partition ID. The ID is a unique string that is NOT necessarily the same as the MBean name.
id
- the id of the partition to findPartitionMBean createPartition(java.lang.String name)
Creates a partition with the specified name.
name
- the name of the partition to createvoid destroyPartition(PartitionMBean partition)
Destroys the specified partition.
partition
- partition bean to destroyboolean arePartitionsPresent()
java.lang.String getPartitionUriSpace()
The URI prefix used for partition administrative virtual targets.
void setPartitionUriSpace(java.lang.String uriPrefix)
Sets the URI prefix value used for partition administrative virtual targets.
uriPrefix
- partition admin target URI prefix valueResourceGroupMBean[] getResourceGroups()
ResourceGroupMBean createResourceGroup(java.lang.String name)
name
- the name of resource group to createResourceGroupMBean lookupResourceGroup(java.lang.String name)
name
- the resource group's namevoid destroyResourceGroup(ResourceGroupMBean resourceGroup)
resourceGroup
- the resource group to destroyResourceGroupTemplateMBean[] getResourceGroupTemplates()
The resource group templates that have been configured in this domain.
ResourceGroupTemplateMBean lookupResourceGroupTemplate(java.lang.String name)
Looks up a resource group template by name.
name
- the name of the resource group template to findResourceGroupTemplateMBean createResourceGroupTemplate(java.lang.String name)
Creates resource group templates with the specified name.
name
- the name of resource group template to createvoid destroyResourceGroupTemplate(ResourceGroupTemplateMBean template)
Destroys the specified resource group template.
template
- the resource group template to destroyConfigurationMBean[] findConfigBeansWithTags(java.lang.String type, java.lang.String... tags)
Find all ConfigurationMBeans of the specified config bean type that have the specified tag(s). The tag param may be a single tag or multiple tags. The config bean must have a matching tag for every tag specified. The type may be an empty string to get all types of config beans with the specified tags. The tag may include white spaces. White spaces will not be treated specially. If the user specifies the tags param as "santa clara", this is considered to be a single tag 'santa clara', not two. Spaces are not delimiters.
type
- type of the MBean (shortened version of the class name less the MBean)tags
- ConfigurationMBean[] findConfigBeansWithTags(java.lang.String type, boolean matchAll, java.lang.String... tags)
Find all ConfigurationMBeans of the specified config bean type that have the specified tag(s). The tag param may be a single tag or multiple tags. If matchAll is true the config bean must have a matching tag for every tag specified. If matchAll is false the config bean may match on any single tag specified. The type may be an empty string to get all types of config beans with the specified tags. The tag may include white spaces. White spaces will not be treated specially. If the user specifies the tags param as "santa clara", this is considered to be a single tag 'santa clara', not two. Spaces are not delimiters.
type
- type of the MBean (shortened version of the class name less the MBean)matchAll
- false to match on any single tag, true to match on all tagstags
- int getMaxConcurrentNewThreads()
void setMaxConcurrentNewThreads(int maxConcurrentNewThreads)
int getMaxConcurrentLongRunningRequests()
void setMaxConcurrentLongRunningRequests(int maxConcurrentLongRunningRequests)
ManagedExecutorServiceTemplateMBean[] getManagedExecutorServiceTemplates()
ManagedExecutorServiceTemplateMBean createManagedExecutorServiceTemplate(java.lang.String name)
name
- void destroyManagedExecutorServiceTemplate(ManagedExecutorServiceTemplateMBean bean)
bean
- ManagedExecutorServiceTemplateMBean lookupManagedExecutorServiceTemplate(java.lang.String name)
name
- ManagedScheduledExecutorServiceTemplateMBean[] getManagedScheduledExecutorServiceTemplates()
ManagedScheduledExecutorServiceTemplateMBean createManagedScheduledExecutorServiceTemplate(java.lang.String name)
name
- void destroyManagedScheduledExecutorServiceTemplate(ManagedScheduledExecutorServiceTemplateMBean bean)
bean
- ManagedScheduledExecutorServiceTemplateMBean lookupManagedScheduledExecutorServiceTemplate(java.lang.String name)
name
- ManagedThreadFactoryTemplateMBean[] getManagedThreadFactoryTemplates()
ManagedThreadFactoryTemplateMBean createManagedThreadFactoryTemplate(java.lang.String name)
name
- void destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean)
bean
- ManagedThreadFactoryTemplateMBean lookupManagedThreadFactoryTemplate(java.lang.String name)
name
- BatchConfigMBean getBatchConfig()
Returns the BatchConfigMBean.
PartitionWorkManagerMBean[] getPartitionWorkManagers()
PartitionWorkManagerMBean createPartitionWorkManager(java.lang.String name)
name
- the name of the PartitionWorkManager to createvoid destroyPartitionWorkManager(PartitionWorkManagerMBean bean)
bean
- the PartitionWorkManager to destroyPartitionWorkManagerMBean lookupPartitionWorkManager(java.lang.String name)
name
- the name of the PartitionWorkManager to findjava.lang.String getBatchJobsDataSourceJndiName()
Returns the Batch DataSource jndi name. This jndi name will be used to lookup an instance of a DataSource that will be used to store the Batch jobs data.
void setBatchJobsDataSourceJndiName(java.lang.String jndiName)
Sets the Batch DataSource jndi name. This jndi name will be used to lookup an instance of a DataSource that will be used to store the Batch jobs data.
jndiName
- the Batch DataSource jndi name.java.lang.String getBatchJobsExecutorServiceName()
java:comp/DefaultManagedExecutorService
.void setBatchJobsExecutorServiceName(java.lang.String executorServiceName)
java:comp/DefaultManagedExecutorService
.executorServiceName
- the ExecutorService name.OptionalFeatureDeploymentMBean getOptionalFeatureDeployment()
LifecycleManagerConfigMBean getLifecycleManagerConfig()
Returns the LifecycleManagerConfigMBean.
@Deprecated java.lang.String getSiteName()
The name of the site this domain is associated with.
@Deprecated void setSiteName(java.lang.String siteName) throws javax.management.InvalidAttributeValueException
Sets the value of the SiteName attribute.
siteName
- The new recoveryDomain valuejavax.management.InvalidAttributeValueException
getSiteName()
java.lang.String getName()
An alphanumeric name for this domain.
For more information on domain naming conventions, see Domain and Server Name Restrictions in Understanding Domain Configuration for Oracle WebLogic Server.
This name is included as one of the key properties in the
MBean's javax.management.ObjectName
:
Name=user-specified-name
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean
boolean isEnableEECompliantClassloadingForEmbeddedAdapters()
Specifies the class loading behavior for embedded adapters. If you enable this option, embedded adapters in the domain will use Java EE compliant class loading. The embedded adapter's classes will be accessible from other modules in the same application.
void setEnableEECompliantClassloadingForEmbeddedAdapters(boolean enableEECompliantClassloading)
Specifies whether Java EE compliant class loading behavior is enabled. Note that the dynamic change for this value only apply for newly deployed RA, and will not affect already deployed RA.
enableEECompliantClassloading
- if true, will enable EE compliant classloading for embeddedAdaptersisEnableEECompliantClassloadingForEmbeddedAdapters()
TargetMBean[] findAllTargets()
Returns the list of targets.
boolean isDBPassiveMode()
Specifies whether the domain should enter database passive mode.
void setDBPassiveMode(boolean passive)
isDBPassiveMode()
int getDBPassiveModeGracePeriodSeconds()
Specifies the maximum amount of time, in seconds, that is allowed for in-progress work to complete before entering database passive mode.
void setDBPassiveModeGracePeriodSeconds(int seconds)
getDBPassiveModeGracePeriodSeconds()
java.lang.String getInstalledSoftwareVersion()
Installed software version that can be used for rolling updates of config changes
void setInstalledSoftwareVersion(java.lang.String version)
Sets the value of the InstalledSoftwareVersion attribute.
version
- The new InstalledSoftwareVersion valuegetInstalledSoftwareVersion()
weblogic.management.configuration.CalloutMBean[] getCallouts()
Retrieve Callouts for this Domain
weblogic.management.configuration.CalloutMBean createCallout(java.lang.String name)
Factory method to create Callout object
name
- void destroyCallout(weblogic.management.configuration.CalloutMBean callout)
Removes a Callout from this domain
callout
- the Callout to destroyweblogic.management.configuration.CalloutMBean lookupCallout(java.lang.String name)
name
- weblogic.management.configuration.AllowListMBean getAllowList()
Retrieve the AllowList configuration of JEP 290 for the Domain
boolean isRemoteConsoleHelperEnabled()
Specifies whether the Administration Server automatically deploys the Remote Console Helper in the current domain.
void setRemoteConsoleHelperEnabled(boolean remoteConsoleHelperEnabled)
Sets the value of the RemoteConsoleHelperEnabled attribute.
isRemoteConsoleHelperEnabled()
RemoteConsoleHelperMBean getRemoteConsoleHelper()
Get the configuration settings for the Remote Console Helper deployment.
java.lang.String getVirtualThreadEnableOption()
Get the configuration settings for the virtual thread enable option.
void setVirtualThreadEnableOption(java.lang.String virtualThreadEnableOption)
Specifies whether virtual thread features should be enabled for servers in this domain when running on a JDK that supports virtual threads. Valid options are 'enabled' and 'disabled'
virtualThreadEnableOption
- virtual thread enable option stringHealthScoreMBean getHealthScore()
Returns the default health score configuration for this domain. Individual servers and server templates can override this by configuring their own health score configuration.
boolean isListenPortEnabled()
Returns the domain-wide setting for isListenPortEnabled. Can be overridden at the server level.
void setListenPortEnabled(boolean enable) throws javax.management.InvalidAttributeValueException
Sets the domain-wide value for isListenPortEnabled. This value can be overridden at the server level.
enable
- The new listenPortEnabled valuejavax.management.InvalidAttributeValueException
boolean isSSLEnabled()
Returns the domain-wide value for isSSLEnabled. Can be overridden at the server level.
void setSSLEnabled(boolean enable) throws javax.management.InvalidAttributeValueException
Sets the domain-wide value for isSSLEnabled. This value can be overridden at the server level.
enable
- The new sslEnabled valuejavax.management.InvalidAttributeValueException