Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface DomainMBean

All Superinterfaces:
ConfigurationMBean, ConfigurationPropertiesMBean, DescriptorBean, DynamicMBean, MBeanRegistration, 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.


Field Summary
static String CONFIG_CHANGE_AUDIT
          Configuration Audit directed to Security Audit Framework.
static String CONFIG_CHANGE_LOG
          Configuration Audit directed to Server Log.
static String CONFIG_CHANGE_LOG_AND_AUDIT
          Configuration Audit directed to both Server Log and Security Audit Framework.
static String CONFIG_CHANGE_NONE
          Configuration Audit disabled.
static String UPLOAD_DEFAULT
           

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  boolean arePartitionsPresent()
          Specifies whether at least one partition has been configured.
abstract  ApplicationMBean createApplication(String name)
          Deprecated. 9.0.0.0
abstract  BridgeDestinationMBean createBridgeDestination(String name)
          Factory to create BridgeDestination instance in the domain
abstract  ClusterMBean createCluster(String name)
          Factory for creating Clusters.
abstract  CoherenceClusterSystemResourceMBean createCoherenceClusterSystemResource(String name)
          Create a new CoherenceClusterSystemResource.
abstract  CoherenceManagementClusterMBean createCoherenceManagementCluster(String name)
          Create a new CoherenceManagementClusterMBean MBean representing the specified Coherence cluster.
abstract  CoherenceServerMBean createCoherenceServer(String name)
          This is the factory method for Coherence servers that are scoped at the domain level.
abstract  CustomResourceMBean createCustomResource(String name, String resourceClass, String descriptorBeanClass)
          Create a new Custom system resource.
abstract  CustomResourceMBean createCustomResource(String name, String resourceClass, String descriptorBeanClass, String descriptorFileName)
          Create a new Custom system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config/custom.
abstract  ErrorHandlingMBean createErrorHandling(String name)
          Factory method to create ErrorHandling object
abstract  FileStoreMBean createFileStore(String name)
          Create a new FileStore
abstract  ForeignJMSServerMBean createForeignJMSServer(String name)
          Deprecated. 9.0.0.0
abstract  ForeignJNDIProviderMBean createForeignJNDIProvider(String name)
          Create a new diagnostic deployment that can be targeted to a server
abstract  JDBCStoreMBean createJDBCStore(String name)
          Create a new JDBCStore
abstract  JDBCSystemResourceMBean createJDBCSystemResource(String name)
          Create a new JDBC system resource.
abstract  JDBCSystemResourceMBean createJDBCSystemResource(String name, String descriptorFileName)
          Create a new JDBC system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  JMSBridgeDestinationMBean createJMSBridgeDestination(String name)
          Factory to create JMSBridgeDestination instance in the domain
abstract  JMSConnectionFactoryMBean createJMSConnectionFactory(String name)
          Deprecated. 9.0.0.0
abstract  JMSDestinationKeyMBean createJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMBean createJMSDistributedQueue(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name, JMSDistributedQueueMemberMBean member)
           
abstract  JMSDistributedTopicMBean createJMSDistributedTopic(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMemberMBean createJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMemberMBean createJMSDistributedTopicMember(String name, JMSDistributedTopicMemberMBean member)
           
abstract  JMSFileStoreMBean createJMSFileStore(String name)
          Deprecated. 9.0.0.0
abstract  JMSInteropModuleMBean createJMSInteropModule(String name)
          Create a new JMS interop module.
abstract  JMSJDBCStoreMBean createJMSJDBCStore(String name)
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean createJMSQueue(String name)
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean createJMSQueue(String name, JMSQueueMBean destination)
           
abstract  JMSServerMBean createJMSServer(String name)
          Factory method to create JMSServer object
abstract  JMSSessionPoolMBean createJMSSessionPool(String name)
          Deprecated. 9.0.0.0
abstract  JMSSessionPoolMBean createJMSSessionPool(String name, JMSSessionPoolMBean toClone)
          Deprecated. 9.0.0.0
abstract  JMSSystemResourceMBean createJMSSystemResource(String name)
          Create a new JMS system resource.
abstract  JMSSystemResourceMBean createJMSSystemResource(String name, String descriptorFileName)
          Create a new JMS system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  JMSTemplateMBean createJMSTemplate(String name)
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean createJMSTopic(String name)
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean createJMSTopic(String name, JMSTopicMBean destination)
           
abstract  JoltConnectionPoolMBean createJoltConnectionPool(String name)
          Factory to create a JoltConnectionPool instance in the domain
abstract  LogFilterMBean createLogFilter(String name)
          Creates a log filter MBean instance
abstract  MachineMBean createMachine(String name)
          Factory method to create a Machine object
abstract  MailSessionMBean createMailSession(String name)
          Factory method to create MailSession objects
abstract  ManagedExecutorServiceTemplateMBean createManagedExecutorServiceTemplate(String name)
          This is the factory method for ManagedExecutorServiceTemplate
abstract  ManagedScheduledExecutorServiceTemplateMBean createManagedScheduledExecutorServiceTemplate(String name)
          This is the factory method for ManagedScheduledExecutorServiceTemplate
abstract  ManagedThreadFactoryTemplateMBean createManagedThreadFactoryTemplate(String name)
          This is the factory method for ManagedThreadFactoryTemplate
abstract  MessagingBridgeMBean createMessagingBridge(String name)
          Factory for creating MessagingBridges
abstract  MigratableTargetMBean createMigratableTarget(String name)
          Creates Migratable Targets.
abstract  NetworkChannelMBean createNetworkChannel(String name)
          Deprecated. 9.0.0.0
abstract  OsgiFrameworkMBean createOsgiFramework(String name)
          Factory to create a new OSGi framework instance for this Server.
abstract  PartitionMBean createPartition(String name)
          Creates a partition with the specified name.
abstract  PartitionWorkManagerMBean createPartitionWorkManager(String name)
          Creates a PartitionWorkManager with the specified name.
abstract  RemoteSAFContextMBean createRemoteSAFContext(String name)
          Factory method to create SAFRemoteContext object
abstract  ReplicatedStoreMBean createReplicatedStore(String name)
          Create a new ReplicatedStore
abstract  ResourceGroupMBean createResourceGroup(String name)
          Creates a resource group at the domain level with the specified name.
abstract  ResourceGroupTemplateMBean createResourceGroupTemplate(String name)
          Creates resource group templates with the specified name.
abstract  SAFAgentMBean createSAFAgent(String name)
          Factory method to create SAFAgent object
abstract  ServerMBean createServer(String name)
          This is the factory method for Servers that are scoped at the domain level.
abstract  ServerTemplateMBean createServerTemplate(String name)
          This is the factory method for server templates that are scoped at the domain level.
abstract  ShutdownClassMBean createShutdownClass(String name)
          Factory method to create ShutdownClass object
abstract  SingletonServiceMBean createSingletonService(String name)
          Factory method to create SingletonService object
abstract  SNMPAgentDeploymentMBean createSNMPAgentDeployment(String name)
          Creates a SNMPAgentDeploymentMBean with the specified name
abstract  StartupClassMBean createStartupClass(String name)
          Factory method to create StartupClass object
abstract  SystemComponentMBean createSystemComponent(String name, String componentType)
          This is the factory method for system components that are scoped at the domain level.
abstract  UnixMachineMBean createUnixMachine(String name)
          Creates a UnixMachineMBean and adds it to the list returned by getMachines.
abstract  VirtualHostMBean createVirtualHost(String name)
          Creates virtual hosts.
abstract  VirtualTargetMBean createVirtualTarget(String name)
          Creates virtual targets.
abstract  WebserviceSecurityMBean createWebserviceSecurity(String name)
          create WebserviceSecurity object
abstract  WLDFSystemResourceMBean createWLDFSystemResource(String name)
          Create a new JMS system resource.
abstract  WLDFSystemResourceMBean createWLDFSystemResource(String name, String descriptorFileName)
          Create a new WLDF system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  WLDFSystemResourceMBean createWLDFSystemResourceFromBuiltin(String name, String builtinSystemResource)
          This method creates a WLDF System Resource based upon builtin system resources.
abstract  WSReliableDeliveryPolicyMBean createWSReliableDeliveryPolicy(String name)
          Factory method to create WSReliableDeliveryPolicy object
abstract  WTCServerMBean createWTCServer(String name)
          Factory to create WTCServer instance in the domain
abstract  XMLEntityCacheMBean createXMLEntityCache(String name)
          Factory method to create an XMLEntityCache Object
abstract  XMLRegistryMBean createXMLRegistry(String name)
          Factory method to create XMLRegistry object
abstract  void destroyApplication(ApplicationMBean application)
          Deprecated. 9.0.0.0
abstract  void destroyBridgeDestination(BridgeDestinationMBean bridgeDestination)
          deletes BridgeDestination object
abstract  void destroyCluster(ClusterMBean cluster)
          Deletes the cluster object
abstract  void destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean)
          Destroy the given CoherenceClusterSystemResource.
abstract  void destroyCoherenceManagementCluster(CoherenceManagementClusterMBean bean)
          Destroys the bean representing the specified cluster and removes it from the list of currently existing beans.
abstract  void destroyCoherenceServer(CoherenceServerMBean bean)
          Destroy the given Coherence server.
abstract  void destroyCustomResource(CustomResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyErrorHandling(ErrorHandlingMBean errorHandling)
          Removes a ErrorHandling from this domain
abstract  void destroyFileStore(FileStoreMBean store)
          Destroy a file store
abstract  void destroyForeignJMSServer(ForeignJMSServerMBean jmsServer)
          Deprecated. 9.0.0.0
abstract  void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
          Delete a diagnostic deployment configuration from the domain.
abstract  void destroyJDBCStore(JDBCStoreMBean store)
          Destroy a file store
abstract  void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)
          deletes JMSBridgeDestination object
abstract  void destroyJMSConnectionFactory(JMSConnectionFactoryMBean jmsConnectionFactory)
          Deprecated. 9.0.0.0
abstract  void destroyJMSDestinationKey(JMSDestinationKeyMBean destination)
          Deprecated. 9.0.0.0
abstract  void destroyJMSDistributedQueue(JMSDistributedQueueMBean member)
          Deprecated. 9.0.0.0
abstract  void destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean queue)
          Deprecated. 9.0.0.0
abstract  void destroyJMSDistributedTopic(JMSDistributedTopicMBean member)
          Deprecated. 9.0.0.0
abstract  void destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean topic)
          Deprecated. 9.0.0.0
abstract  void destroyJMSFileStore(JMSFileStoreMBean store)
          Deprecated. 9.0.0.0
abstract  void destroyJMSInteropModule(JMSInteropModuleMBean bean)
          Destroy the given interop module bean and delete the descriptor file that it refers to.
abstract  void destroyJMSJDBCStore(JMSJDBCStoreMBean store)
          Deprecated. 9.0.0.0
abstract  void destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0
abstract  void destroyJMSServer(JMSServerMBean jmsServer)
          Removes a JMSServer from this domain
abstract  void destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool)
          Deprecated. 9.0.0.0
abstract  void destroyJMSSystemResource(JMSSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyJMSTemplate(JMSTemplateMBean template)
          Deprecated. 9.0.0.0
abstract  void destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0
abstract  void destroyJoltConnectionPool(JoltConnectionPoolMBean joltConnectionPool)
          deletes a JoltConnectionPool object
abstract  void destroyLogFilter(LogFilterMBean logFilter)
          Destroy the given log filter MBean
abstract  void destroyMachine(MachineMBean machine)
          Removes a Machine from this domain
abstract  void destroyMailSession(MailSessionMBean ms)
          Removes a MailSession from this domain
abstract  void destroyManagedExecutorServiceTemplate(ManagedExecutorServiceTemplateMBean bean)
          Destroys and removes a ManagedExecutorServiceTemplate which with the specified short name.
abstract  void destroyManagedScheduledExecutorServiceTemplate(ManagedScheduledExecutorServiceTemplateMBean bean)
          Destroys and removes a ManagedScheduledExecutorServiceTemplate
abstract  void destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean)
          Destroys and removes a ManagedThreadFactory template which with the specified short name.
abstract  void destroyMessagingBridge(MessagingBridgeMBean bridge)
          deletes MessagingBridge object
abstract  void destroyMigratableTarget(MigratableTargetMBean bean)
          Destroys and removes a Migratable Target with the specified short name.
abstract  void destroyNetworkChannel(NetworkChannelMBean channel)
          Deprecated. 9.0.0.0
abstract  void destroyOsgiFramework(OsgiFrameworkMBean osgiFramework)
          Destroys an OSGi framework object.
abstract  void destroyPartition(PartitionMBean partition)
          Destroys the specified partition.
abstract  void destroyPartitionWorkManager(PartitionWorkManagerMBean bean)
          Destroys a partition work manager policy configuration with the specified short name.
abstract  void destroyPathService(PathServiceMBean pathService)
          Removes a PathService from this domain
abstract  void destroyRemoteSAFContext(RemoteSAFContextMBean remoteSAFContext)
          Removes a SAFRemoteContext from this domain
abstract  void destroyReplicatedStore(ReplicatedStoreMBean replicatedMemoryStore)
          Destroy a replicated memory store
abstract  void destroyResourceGroup(ResourceGroupMBean resourceGroup)
          Destroys the specified resource group.
abstract  void destroyResourceGroupTemplate(ResourceGroupTemplateMBean template)
          Destroys the specified resource group template.
abstract  void destroySAFAgent(SAFAgentMBean sAFAgent)
          Removes a SAFAgent from this domain
abstract  void destroyServer(ServerMBean server)
          Destroys and removes a server which is a child of this Domain with the specified short name .
abstract  void destroyServerTemplate(ServerTemplateMBean server)
          Destroys and removes a server template which is a child of this domain with the specified short name.
abstract  void destroyShutdownClass(ShutdownClassMBean sc)
          Removes a ShutdownClass from this domain
abstract  void destroySingletonService(SingletonServiceMBean sc)
          Removes a SingletonService from this domain
abstract  void destroySNMPAgentDeployment(SNMPAgentDeploymentMBean mbean)
          Destroys the specified SNMPAgentDeploymentMBean
abstract  void destroyStartupClass(StartupClassMBean sc)
          Removes a StartupClass from this domain
abstract  void destroySystemComponent(SystemComponentMBean bean)
          Destroys and removes a system component which is a child of this Domain with the specified short name.
abstract  void destroyVirtualHost(VirtualHostMBean host)
          Removes virtual hosts from this domain.
abstract  void destroyVirtualTarget(VirtualTargetMBean target)
          Removes virtual targets from this domain.
abstract  void destroyWebserviceSecurity(WebserviceSecurityMBean wsc)
          destroy WebserviceSecurity object
abstract  void destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyWSReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean policy)
          Removes a WSReliableDeliveryPolicy from this domain
abstract  void destroyWTCServer(WTCServerMBean wtcServer)
          deletes WTCServer object
abstract  void destroyXMLEntityCache(XMLEntityCacheMBean cache)
          Factory method to destroys an XMLEntityCache Object
abstract  void destroyXMLRegistry(XMLRegistryMBean registry)
          Removes a XMLRegistry from this domain
abstract  boolean discoverManagedServer(String serverName)
          Admin Server's knowledge of running Managed Servers is refreshed.
abstract  void discoverManagedServers()
          Admin Server's knowledge of running Managed Servers is refreshed.
abstract  ConfigurationMBean[] findConfigBeansWithTags(String type, boolean matchAll, String... tags)
          Find all ConfigurationMBeans of the specified config bean type that have the specified tag(s).
abstract  ConfigurationMBean[] findConfigBeansWithTags(String type, String... tags)
          Find all ConfigurationMBeans of the specified config bean type that have the specified tag(s).
abstract  PartitionMBean findPartitionByID(String id)
          Looks up a partition by the partition ID.
abstract  AdminConsoleMBean getAdminConsole()
          get AdminConsoleMBean object, a console specific MBean to configure weblogic administration console attributes.
abstract  int getAdministrationPort()
          The common secure administration port for this WebLogic Server domain.
abstract  String getAdministrationProtocol()
          The default protocol for communicating through the administration port or administration channels.
abstract  String getAdminServerName()
           
abstract  AppDeploymentMBean[] getAppDeployments()
          The collection of deployable entities in this domain.
abstract  ApplicationMBean[] getApplications()
          Deprecated. 9.0.0.0
abstract  int getArchiveConfigurationCount()
          The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified.
abstract  BatchConfigMBean getBatchConfig()
          Returns the BatchConfigMBean.
abstract  String getBatchJobsDataSourceJndiName()
          Returns the Batch DataSource jndi name.
abstract  String getBatchJobsExecutorServiceName()
          Returns the name of the application-scoped ManagedExecutorService.
abstract  BridgeDestinationMBean[] getBridgeDestinations()
          Deprecated. 9.0.0.0
abstract  CdiContainerMBean getCdiContainer()
          Collection of global properties to be applied on all apps that need or support CDI in this domain.
abstract  ClusterMBean[] getClusters()
          Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.
abstract  CoherenceClusterSystemResourceMBean[] getCoherenceClusterSystemResources()
          The CoherenceClusterSystemResourceMBeans that have been defined for this domain.
abstract  CoherenceManagementClusterMBean[] getCoherenceManagementClusters()
          The CoherenceManagementClusterMBean that have been defined for this domain.
abstract  CoherenceServerMBean[] getCoherenceServers()
          The CoherenceServerMBeans that have been defined for this domain.
abstract  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_AUDITConfiguration 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.
abstract  String getConfigurationVersion()
          The release identifier for the configuration.
abstract  String getConsoleContextPath()
          The context path that you want to use in URLs that specify the Administration Console.
abstract  String getConsoleExtensionDirectory()
          Returns the directory path that console extensions are loaded from.
abstract  CustomResourceMBean[] getCustomResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
abstract  DeploymentConfigurationMBean getDeploymentConfiguration()
          Return the deployment configuration for this Domain.
abstract  DeploymentMBean[] getDeployments()
          Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
abstract  Object[] getDisconnectedManagedServers()
          Deprecated. Use the ServerLifecycleRuntime
abstract  String getDomainVersion()
          Defines the common version of all servers in a domain.
abstract  EmbeddedLDAPMBean getEmbeddedLDAP()
          Returns the embedded LDAP configuration for this domain.
abstract  ErrorHandlingMBean[] getErrorHandlings()
          Get ErrorHandlingMBean for this Domain
abstract  FileStoreMBean[] getFileStores()
          Return file stores defined in this domain
abstract  ForeignJNDIProviderMBean[] getForeignJNDIProviders()
          Get all the defined Foreign JNDI Providers
abstract  AppDeploymentMBean[] getInternalAppDeployments()
          The collection of internal application deployments in this domain
abstract  LibraryMBean[] getInternalLibraries()
          The collection of internal libraries in this domain
abstract  JDBCStoreMBean[] getJDBCStores()
          Return file stores defined in this domain
abstract  JDBCSystemResourceMBean[] getJDBCSystemResources()
          Returns the JDBCSystemResourceMBeans that have been defined for this domain
abstract  JMSBridgeDestinationMBean[] getJMSBridgeDestinations()
          Return the JMSBridgeDestinations for this Domain.
abstract  JMSConnectionFactoryMBean[] getJMSConnectionFactories()
          Deprecated. 9.0.0.0
abstract  JMSDestinationKeyMBean[] getJMSDestinationKeys()
          Deprecated. 9.0.0.0
abstract  JMSDestinationMBean[] getJMSDestinations()
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMemberMBean[] getJMSDistributedQueueMembers()
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMBean[] getJMSDistributedQueues()
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMemberMBean[] getJMSDistributedTopicMembers()
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMBean[] getJMSDistributedTopics()
          Deprecated. 9.0.0.0
abstract  JMSFileStoreMBean[] getJMSFileStores()
          Deprecated. 9.0.0.0
abstract  JMSInteropModuleMBean[] getJMSInteropModules()
          Returns the JMS Interop Module that have been defined for this domain.
abstract  JMSJDBCStoreMBean[] getJMSJDBCStores()
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean[] getJMSQueues()
          Deprecated. 9.0.0.0
abstract  JMSServerMBean[] getJMSServers()
          Define JMSServers for this Domain
abstract  JMSSessionPoolMBean[] getJMSSessionPools()
          Deprecated. 9.0.0.0
abstract  JMSStoreMBean[] getJMSStores()
          Deprecated. 9.0.0.0
abstract  JMSSystemResourceMBean[] getJMSSystemResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
abstract  JMSTemplateMBean[] getJMSTemplates()
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean[] getJMSTopics()
          Deprecated. 9.0.0.0
abstract  JMXMBean getJMX()
          The configuration of the JMX Subsystem.
abstract  JoltConnectionPoolMBean[] getJoltConnectionPools()
          Return the JoltConnectionPools for this Domain.
abstract  JPAMBean getJPA()
          Return the JPA configuration for this Domain.
abstract  JTAMBean getJTA()
          Return the JTA configuration for this Domain.
abstract  long getLastModificationTime()
          Return the last time this domain was updated.
abstract  LibraryMBean[] getLibraries()
           
abstract  LifecycleManagerConfigMBean getLifecycleManagerConfig()
          Returns the LifecycleManagerConfigMBean.
abstract  LogMBean getLog()
          Return the domain logfile configuration for this domain.
abstract  LogFilterMBean[] getLogFilters()
          Gets the array of log filters defined in the domain
abstract  MachineMBean[] getMachines()
          Define machines for this Domain
abstract  MailSessionMBean[] getMailSessions()
          Retrieve MailSessions for this Domain
abstract  ManagedExecutorServiceTemplateMBean[] getManagedExecutorServiceTemplates()
          Get all the ManagedExecutorService templates
abstract  ManagedScheduledExecutorServiceTemplateMBean[] getManagedScheduledExecutorServiceTemplates()
          Get all the ManagedScheduledExecutorService
abstract  ManagedThreadFactoryTemplateMBean[] getManagedThreadFactoryTemplates()
          Get all the ManagedThreadFactory templates
abstract  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 in the global/domain partition on the current server.
abstract  int getMaxConcurrentNewThreads()
          The maximum number of running threads that can be created by all the Managed Thread Factories in the global/domain partition on the current server.
abstract  MessagingBridgeMBean[] getMessagingBridges()
          Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
abstract  MigratableTargetMBean[] getMigratableTargets()
          Returns an array of MigratableTarget MBeans.
abstract  String getName()
          The user-specified name of this MBean instance.
abstract  NetworkChannelMBean[] getNetworkChannels()
          Deprecated. 9.0.0.0
abstract  OptionalFeatureDeploymentMBean getOptionalFeatureDeployment()
          The configuration of OptionalFeature deployment.
abstract  OsgiFrameworkMBean[] getOsgiFrameworks()
          OSGi framework definition for use by applications wishing to share services and code
abstract  PartitionMBean[] getPartitions()
           The partitions that have been configured to be part of this domain.
abstract  PartitionWorkManagerMBean[] getPartitionWorkManagers()
          The partition work manager policy configurations.
abstract  RemoteSAFContextMBean[] getRemoteSAFContexts()
          Get RemoteSAFContextMBean for this Domain
abstract  ReplicatedStoreMBean[] getReplicatedStores()
          Return replicated memory stores defined in this domain
abstract  ResourceGroupMBean[] getResourceGroups()
          The resource groups at the domain level.
abstract  ResourceGroupTemplateMBean[] getResourceGroupTemplates()
          The resource group templates that have been configured in this domain.
abstract  ResourceManagementMBean getResourceManagement()
          Get the Resource Management Configuration for this domain
abstract  RestfulManagementServicesMBean getRestfulManagementServices()
          The configuration of the Management Services Subsystem.
abstract  String getRootDirectory()
          Return the root directory for the domain.
abstract  SAFAgentMBean[] getSAFAgents()
          Get SAFAgentMBean for this Domain
abstract  SecurityConfigurationMBean getSecurityConfiguration()
          Return the (new) security configuration for this domain.
abstract  SelfTuningMBean getSelfTuning()
          Get the WorkManager configuration pieces for this domain
abstract  int getServerMigrationHistorySize()
          Gets the history size of server migrations.
abstract  ServerMBean[] getServers()
          Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
abstract  ServerTemplateMBean[] getServerTemplates()
          Returns the ServerTempateMBeans representing the server templates that have been configured to be part of this domain.
abstract  int getServiceMigrationHistorySize()
          Gets the history size of service migrations.
abstract  ShutdownClassMBean[] getShutdownClasses()
          Retrieve ShutdownClasses for this Domain
abstract  SingletonServiceMBean[] getSingletonServices()
          Retrieve SingletonServicees for this Domain
abstract  String getSiteName()
          The name of the site this domain is associated with.
abstract  SNMPAgentMBean getSNMPAgent()
          Return the SNMPAgentMBean for this domain.
abstract  SNMPAgentDeploymentMBean[] getSNMPAgentDeployments()
          The SNMPAgentDeployments defined in the domain.
abstract  StartupClassMBean[] getStartupClasses()
          Retrieve StartupClasses for this Domain
abstract  SystemComponentMBean[] getSystemComponents()
          Returns the SystemComponentMBeans, representing the system system components that have been configured to be part of this domain.
abstract  SystemResourceMBean[] getSystemResources()
          Return the SystemResourceMBeans in this Domain.
abstract  TargetMBean[] getTargets()
          Define targets for this Domain
abstract  VirtualHostMBean[] getVirtualHosts()
          Defines virtual hosts for this domain.
abstract  VirtualTargetMBean[] getVirtualTargets()
          Defines virtual targets for a domain partition.
abstract  WebAppContainerMBean getWebAppContainer()
          Collection of global properties to be applied on all webapps in this domain.
abstract  WebserviceSecurityMBean[] getWebserviceSecurities()
           
abstract  WebserviceTestpageMBean getWebserviceTestpage()
          The configuration of Web Service Test Page.
abstract  WLDFSystemResourceMBean[] getWLDFSystemResources()
          Returns the WLDFSystemResourceMBeans that have been defined for this domain.
abstract  WSReliableDeliveryPolicyMBean[] getWSReliableDeliveryPolicies()
          Define wSReliableDeliveryPolicies for this Domain
abstract  WTCServerMBean[] getWTCServers()
          Return the WTCServerMBeans for this Domain.
abstract  XMLEntityCacheMBean[] getXMLEntityCaches()
          Returns all the XMLEntityCache objects defined in this domain
abstract  XMLRegistryMBean[] getXMLRegistries()
          Define xMLRegistries for this Domain
abstract  boolean isAdministrationMBeanAuditingEnabled()
          Deprecated. Please use DomainMBean.getConfigurationAuditType()
abstract  boolean isAdministrationPortEnabled()
          Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain.
abstract  boolean isAutoConfigurationSaveEnabled()
          Deprecated. 9.0.0.0 The configuration is explicit written on a save call.
abstract  boolean isClusterConstraintsEnabled()
          Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running.
abstract  boolean isConfigBackupEnabled()
          If true, then backups of the configuration will be made during server boot.
abstract  boolean isConsoleEnabled()
          Specifies whether the Administration Server automatically deploys the Administration Console in the current domain.
abstract  boolean isEnableEECompliantClassloadingForEmbeddedAdapters()
          Specifies the class loading behavior for embedded adapters.
abstract  boolean isExalogicOptimizationsEnabled()
          Specifies whether optimizations for Oracle Exalogic should be enabled.
abstract  boolean isGuardianEnabled()
          Deprecated.  
abstract  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.
abstract  boolean isJavaServiceConsoleEnabled()
          Specifies whether the Administration Server automatically deploys the Java Service Administration Console in the current domain.
abstract  boolean isJavaServiceEnabled()
          Specifies whether features to support the use of this WebLogic Server as a Java Service in a cloud environment should be enabled.
abstract  boolean isProductionModeEnabled()
          Specifies whether all servers in this domain run in production mode.
abstract  HashMap kill()
          Deprecated. 9.0.0.0
abstract  AppDeploymentMBean lookupAppDeployment(String name)
           
abstract  ApplicationMBean lookupApplication(String name)
          Deprecated. 9.0.0.0
abstract  BridgeDestinationMBean lookupBridgeDestination(String name)
           
abstract  ClusterMBean lookupCluster(String name)
           
abstract  CoherenceClusterSystemResourceMBean lookupCoherenceClusterSystemResource(String name)
          Find a CoherenceClusterSystemResource with the given name.
abstract  CoherenceManagementClusterMBean lookupCoherenceManagementCluster(String name)
          Find the CoherenceManagementClusterMBean representing the specified cluster if it exists.
abstract  CoherenceServerMBean lookupCoherenceServer(String name)
          Find a Coherence server with the given name.
abstract  CustomResourceMBean lookupCustomResource(String name)
          Find a JMSSystem resource with the given name
abstract  ErrorHandlingMBean lookupErrorHandling(String name)
           
abstract  FileStoreMBean lookupFileStore(String name)
           
abstract  ForeignJNDIProviderMBean lookupForeignJNDIProvider(String name)
          Find a ForeignJNDIProvider resource with the given name
abstract  AppDeploymentMBean lookupInternalAppDeployment(String name)
           
abstract  LibraryMBean lookupInternalLibrary(String name)
           
abstract  JDBCStoreMBean lookupJDBCStore(String name)
           
abstract  JDBCSystemResourceMBean lookupJDBCSystemResource(String name)
           
abstract  JMSBridgeDestinationMBean lookupJMSBridgeDestination(String name)
           
abstract  JMSConnectionFactoryMBean lookupJMSConnectionFactory(String name)
          Deprecated. 9.0.0.0
abstract  JMSDestinationMBean lookupJMSDestination(String name)
           
abstract  JMSDestinationKeyMBean lookupJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMBean lookupJMSDistributedQueue(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedQueueMemberMBean lookupJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMBean lookupJMSDistributedTopic(String name)
          Deprecated. 9.0.0.0
abstract  JMSDistributedTopicMemberMBean lookupJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
abstract  JMSFileStoreMBean lookupJMSFileStore(String name)
          Deprecated. 9.0.0.0
abstract  JMSInteropModuleMBean lookupJMSInteropModule(String name)
          Find a JMSInterop resource with the given name
abstract  JMSJDBCStoreMBean lookupJMSJDBCStore(String name)
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean lookupJMSQueue(String name)
          Deprecated. 9.0.0.0
abstract  JMSServerMBean lookupJMSServer(String name)
           
abstract  JMSSessionPoolMBean lookupJMSSessionPool(String name)
          Deprecated. 9.0.0.0
abstract  JMSStoreMBean lookupJMSStore(String name)
          Deprecated. 9.0.0.0
abstract  JMSSystemResourceMBean lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name
abstract  JMSTemplateMBean lookupJMSTemplate(String name)
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean lookupJMSTopic(String name)
          Deprecated. 9.0.0.0
abstract  JoltConnectionPoolMBean lookupJoltConnectionPool(String name)
          Find a JoltConnectionPool object with this name
abstract  LibraryMBean lookupLibrary(String name)
          Look up the named module.
abstract  LogFilterMBean lookupLogFilter(String name)
          Looks up a log filter by name
abstract  MachineMBean lookupMachine(String name)
           
abstract  MailSessionMBean lookupMailSession(String name)
           
abstract  ManagedExecutorServiceTemplateMBean lookupManagedExecutorServiceTemplate(String name)
          Lookup a particular ManagedExecutorServiceTemplate from the list.
abstract  ManagedScheduledExecutorServiceTemplateMBean lookupManagedScheduledExecutorServiceTemplate(String name)
          Lookup a particular ManagedScheduledExecutorServiceTemplate from the list.
abstract  ManagedThreadFactoryTemplateMBean lookupManagedThreadFactoryTemplate(String name)
          Lookup a particular ManagedThreadFactory template from the list.
abstract  MessagingBridgeMBean lookupMessagingBridge(String name)
           
abstract  MigratableTargetMBean lookupMigratableTarget(String name)
          Looks up a particular Migratable Target.
abstract  NetworkChannelMBean lookupNetworkChannel(String name)
          Deprecated. 9.0.0.0
abstract  OsgiFrameworkMBean lookupOsgiFramework(String name)
          Look up an OSGi framework by name
abstract  PartitionMBean lookupPartition(String name)
          Looks up a partition by name.
abstract  PartitionWorkManagerMBean lookupPartitionWorkManager(String name)
          Lookup a particular PartitionWorkManager policy configuration from the list.
abstract  RemoteSAFContextMBean lookupRemoteSAFContext(String name)
           
abstract  ReplicatedStoreMBean lookupReplicatedStore(String name)
           
abstract  ResourceGroupMBean lookupResourceGroup(String name)
          Lookup a resource group by name.
abstract  ResourceGroupTemplateMBean lookupResourceGroupTemplate(String name)
          Looks up a resource group template by name.
abstract  SAFAgentMBean lookupSAFAgent(String name)
           
abstract  ServerMBean lookupServer(String name)
          Lookup a particular server from the list.
abstract  ServerTemplateMBean lookupServerTemplate(String name)
          Lookup a particular server template from the list.
abstract  ShutdownClassMBean lookupShutdownClass(String name)
           
abstract  SingletonServiceMBean lookupSingletonService(String name)
           
abstract  SNMPAgentDeploymentMBean lookupSNMPAgentDeployment(String name)
          Finds a SNMPAgentDeploymentMBean with the specified name
abstract  StartupClassMBean lookupStartupClass(String name)
           
abstract  SystemComponentMBean lookupSystemComponent(String name)
          Lookup a particular system component defined in the Domain
abstract  SystemResourceMBean lookupSystemResource(String name)
          Lookup a particular SystemResource in this domain.
abstract  TargetMBean lookupTarget(String name)
           
abstract  VirtualHostMBean lookupVirtualHost(String name)
           
abstract  VirtualTargetMBean lookupVirtualTarget(String name)
          Lookup a particular virtual target by name.
abstract  WebserviceSecurityMBean lookupWebserviceSecurity(String name)
          look up WebserviceSecurityConfiguration object
abstract  WLDFSystemResourceMBean lookupWLDFSystemResource(String name)
          Looks up a WLDFSystemResourceMBean by name.
abstract  WSReliableDeliveryPolicyMBean lookupWSReliableDeliveryPolicy(String name)
           
abstract  WTCServerMBean lookupWTCServer(String name)
           
abstract  XMLEntityCacheMBean lookupXMLEntityCache(String name)
          Returns an XMLEntityCache object if the given name
abstract  XMLRegistryMBean lookupXMLRegistry(String name)
           
abstract  void setAdministrationMBeanAuditingEnabled(boolean choice)
          Deprecated. Please use DomainMBean.setConfigurationAuditType()
abstract  void setAdministrationPort(int port)
          Sets the AdministrationPort attribute of the DomainMBean object
abstract  void setAdministrationPortEnabled(boolean enable)
          Sets the value of the AdministrationPortEnabled attribute.
abstract  void setAdministrationProtocol(String protocol)
          Sets the protocol to be used for admin connections when none is specified.
abstract  void setAdminServerName(String name)
           
abstract  void setArchiveConfigurationCount(int count)
          Sets the value of the ArchiveConfigurationCount attribute.
abstract  void setAutoConfigurationSaveEnabled(boolean choice)
          Sets the value of the AutoConfigurationSaveEnabled attribute.
abstract  void setBatchJobsDataSourceJndiName(String jndiName)
          Sets the Batch DataSource jndi name.
abstract  void setBatchJobsExecutorServiceName(String executorServiceName)
          Specifies the name of the application-scoped ManagedExecutorService.
abstract  void setClusterConstraintsEnabled(boolean enableClusterConstraints)
          Sets the value of the ClusterConstrainEnabled attribute.
abstract  void setConfigBackupEnabled(boolean enable)
          Sets the value of the ConfigBackupEnabled attribute.
abstract  void setConfigurationAuditType(String auditType)
          Sets the criteria for auditing configuration events (configuration changes and other operations): CONFIG_CHANGE_NONE.
abstract  void setConfigurationVersion(String version)
          Sets the value of the ConfigurationVersion attribute.
abstract  void setConsoleContextPath(String ctx)
          Sets the value of the ConsoleContextPath attribute.
abstract  void setConsoleEnabled(boolean console)
          Sets the value of the ConsoleEnabled attribute.
abstract  void setConsoleExtensionDirectory(String directory)
          Sets the directory path that console extension directory that console extensions are deployed to.
abstract  void setDomainVersion(String version)
          Sets the value of the DomainVersion attribute.
abstract  void setEnableEECompliantClassloadingForEmbeddedAdapters(boolean enableEECompliantClassloading)
          Specifies whether Java EE compliant class loading behavior is enabled.
abstract  void setExalogicOptimizationsEnabled(boolean enable)
          Sets the Exalogic optimizations value.
abstract  void setGuardianEnabled(boolean guardian)
          Deprecated.  
abstract  void setInternalAppsDeployOnDemandEnabled(boolean onDemand)
          Sets the value of the InternalAppsDeployOnDemandEnabled attribute.
abstract  void setJavaServiceConsoleEnabled(boolean console)
          Sets the value of the ConsoleEnabled attribute.
abstract  void setJavaServiceEnabled(boolean enable)
          Sets the Java Service feature value.
abstract  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 in the global/domain partition on the current server.
abstract  void setMaxConcurrentNewThreads(int maxConcurrentNewThreads)
          Specfies maximum number of running threads that can be created by all the Managed Thread Factories in the global/domain partition on the current server.
abstract  void setMsgIdPrefixCompatibilityEnabled(boolean value)
           
abstract  void setProductionModeEnabled(boolean productionModeEnabled)
          Sets the value of the ProductionModeEnabled attribute.
abstract  void setServerMigrationHistorySize(int historySize)
          Sets the maximum history size of server migrations the server or the domain holds.
abstract  void setServiceMigrationHistorySize(int historySize)
          Sets the maximum history size of service migrations the server or the domain holds.
abstract  void setSiteName(String siteName)
          Sets the value of the SiteName attribute.
abstract  HashMap start()
          Deprecated. 9.0.0.0

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Field Detail

UPLOAD_DEFAULT

static final String UPLOAD_DEFAULT
See Also:
Constant Field Values

CONFIG_CHANGE_LOG

static final String CONFIG_CHANGE_LOG
Configuration Audit directed to Server Log.
See Also:
Constant Field Values

CONFIG_CHANGE_AUDIT

static final String CONFIG_CHANGE_AUDIT
Configuration Audit directed to Security Audit Framework.
See Also:
Constant Field Values

CONFIG_CHANGE_LOG_AND_AUDIT

static final String CONFIG_CHANGE_LOG_AND_AUDIT
Configuration Audit directed to both Server Log and Security Audit Framework.
See Also:
Constant Field Values

CONFIG_CHANGE_NONE

static final String CONFIG_CHANGE_NONE
Configuration Audit disabled.
See Also:
Constant Field Values

Method Detail

getDomainVersion

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.

Returns:
The DomainVersion value

setDomainVersion

void setDomainVersion(String version)

Sets the value of the DomainVersion attribute.

Parameters:
version - The new DomainVersion value
See Also:
DomainMBean.getDomainVersion()

getLastModificationTime

long getLastModificationTime()

Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification.

Returns:
The lastModificationTime value

getSecurityConfiguration

SecurityConfigurationMBean getSecurityConfiguration()

Return the (new) security configuration for this domain.

Returns:
The securityConfiguration value

getJTA

JTAMBean getJTA()

Return the JTA configuration for this Domain.

Returns:
The JTA value

getJPA

JPAMBean getJPA()

Return the JPA configuration for this Domain.

Returns:
The JPA value

getDeploymentConfiguration

DeploymentConfigurationMBean getDeploymentConfiguration()

Return the deployment configuration for this Domain.

Returns:
The deployment configuration

getWTCServers

WTCServerMBean[] getWTCServers()

Return the WTCServerMBeans for this Domain.

Returns:
The WTCServers value

createWTCServer

WTCServerMBean createWTCServer(String name)

Factory to create WTCServer instance in the domain

Parameters:
name -
Returns:
WTCCServer object

destroyWTCServer

void destroyWTCServer(WTCServerMBean wtcServer)

deletes WTCServer object

Parameters:
wtcServer -

lookupWTCServer

WTCServerMBean lookupWTCServer(String name)
Parameters:
name -
Returns:
WTCCServer object

getLog

LogMBean getLog()

Return the domain logfile configuration for this domain.

Returns:
The Log value

getSNMPAgent

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.

Returns:
The SNMPAgent value

getSNMPAgentDeployments

SNMPAgentDeploymentMBean[] getSNMPAgentDeployments()
The SNMPAgentDeployments defined in the domain.
Returns:
returns the SNMPAgentDeployments defined in the domain
Since:
10.0.0.0

createSNMPAgentDeployment

SNMPAgentDeploymentMBean createSNMPAgentDeployment(String name)
Creates a SNMPAgentDeploymentMBean with the specified name
Parameters:
name -
Returns:
returns the created SNMPAgentDeploymentMBean

destroySNMPAgentDeployment

void destroySNMPAgentDeployment(SNMPAgentDeploymentMBean mbean)
Destroys the specified SNMPAgentDeploymentMBean
Parameters:
mbean -

lookupSNMPAgentDeployment

SNMPAgentDeploymentMBean lookupSNMPAgentDeployment(String name)
Finds a SNMPAgentDeploymentMBean with the specified name
Parameters:
name -
Returns:
returns the SNMPAgentDeploymentMBean with the specified name

getRootDirectory

String getRootDirectory()

Return the root directory for the domain. In other words for a server process [ServerMBean.getRootDirectory] or [ServerMBean.getDomainDirectory]

Returns:
The rootDirectory value

discoverManagedServers

void discoverManagedServers()

Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.


discoverManagedServer

boolean discoverManagedServer(String serverName)

Admin Server's knowledge of running Managed Servers is refreshed. Particularly useful when Admin Server is re-started.


getDisconnectedManagedServers

Object[] getDisconnectedManagedServers()
Deprecated. Use the ServerLifecycleRuntime

this method provides an array of strings that are the names of the managed servers that are not currently connected.


isConsoleEnabled

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.

Returns:
The consoleEnabled value

setConsoleEnabled

void setConsoleEnabled(boolean console)

Sets the value of the ConsoleEnabled attribute.

Parameters:
console - The new consoleEnabled value
See Also:
DomainMBean.isConsoleEnabled()

isJavaServiceConsoleEnabled

boolean isJavaServiceConsoleEnabled()

Specifies whether the Administration Server automatically deploys the Java Service Administration Console in the current domain.

Returns:
The javaServiceConsoleEnabled value

setJavaServiceConsoleEnabled

void setJavaServiceConsoleEnabled(boolean console)

Sets the value of the ConsoleEnabled attribute.

Parameters:
console - The new javaServiceConsoleEnabled value
See Also:
DomainMBean.isJavaServiceConsoleEnabled()

getConsoleContextPath

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.

Returns:
The consoleContextPath value
See Also:
DomainMBean.isConsoleEnabled(), ServerTemplateMBean.getListenAddress(), ServerTemplateMBean.getListenPort()

setConsoleContextPath

void setConsoleContextPath(String ctx)

Sets the value of the ConsoleContextPath attribute.

Parameters:
ctx - The new consoleContextPath value
See Also:
DomainMBean.getConsoleContextPath()

getConsoleExtensionDirectory

String getConsoleExtensionDirectory()

Returns the directory path that console extensions are loaded from.

Returns:
The console extension directory
See Also:
DomainMBean.isConsoleEnabled()

setConsoleExtensionDirectory

void setConsoleExtensionDirectory(String directory)

Sets the directory path that console extension directory that console extensions are deployed to.


isAutoConfigurationSaveEnabled

boolean isAutoConfigurationSaveEnabled()
Deprecated. 9.0.0.0 The configuration is explicit written on a save call.

Causes the server to periodically persist changes to its configuration.

Returns:
The autoConfigurationSaveEnabled value

setAutoConfigurationSaveEnabled

void setAutoConfigurationSaveEnabled(boolean choice)

Sets the value of the AutoConfigurationSaveEnabled attribute.

Parameters:
choice - The new autoConfigurationSaveEnabled value
See Also:
DomainMBean.isAutoConfigurationSaveEnabled()

getServers

ServerMBean[] getServers()

Returns the ServerMBeans representing the servers that have been configured to be part of this domain.

Returns:
The servers value

createServer

ServerMBean createServer(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.

Parameters:
name -
Returns:
a server instance.

destroyServer

void destroyServer(ServerMBean server)

Destroys and removes a server which is a child of this Domain with the specified short name .

Parameters:
server - to destroy

lookupServer

ServerMBean lookupServer(String name)

Lookup a particular server from the list.

Parameters:
name -
Returns:
a server instance.

getServerTemplates

ServerTemplateMBean[] getServerTemplates()

Returns the ServerTempateMBeans representing the server templates that have been configured to be part of this domain.

Returns:
The ServerTemplates value

createServerTemplate

ServerTemplateMBean createServerTemplate(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.

Parameters:
name -
Returns:
a ServerTemplate instance.

destroyServerTemplate

void destroyServerTemplate(ServerTemplateMBean server)

Destroys and removes a server template which is a child of this domain with the specified short name.

Parameters:
server - to destroy

lookupServerTemplate

ServerTemplateMBean lookupServerTemplate(String name)

Lookup a particular server template from the list.

Parameters:
name -
Returns:
a ServerTemplate instance.

getCoherenceServers

CoherenceServerMBean[] getCoherenceServers()

The CoherenceServerMBeans that have been defined for this domain.

Returns:
array of CoherenceServerMBean objects
Since:
10.3.4.0

createCoherenceServer

CoherenceServerMBean createCoherenceServer(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.

Parameters:
name -
Returns:
a server instance.
Since:
10.3.4.0

destroyCoherenceServer

void destroyCoherenceServer(CoherenceServerMBean bean)
Destroy the given Coherence server.
Parameters:
bean - - bean to destroy
Since:
10.3.4.0

lookupCoherenceServer

CoherenceServerMBean lookupCoherenceServer(String name)
Find a Coherence server with the given name.
Parameters:
name - The name of the Coherence server
Returns:
the bean with the given name, or null if none with that name exist
Since:
10.3.4.0

getClusters

ClusterMBean[] getClusters()

Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.

Returns:
The clusters value

createCluster

ClusterMBean createCluster(String name)

Factory for creating Clusters.

Parameters:
name -
Returns:
Cluster object

destroyCluster

void destroyCluster(ClusterMBean cluster)

Deletes the cluster object

Parameters:
cluster -

lookupCluster

ClusterMBean lookupCluster(String name)
Parameters:
name -
Returns:
Cluster object

getDeployments

DeploymentMBean[] getDeployments()
Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
Returns:
all of the deployments mbeans for this Domain.

getMessagingBridges

MessagingBridgeMBean[] getMessagingBridges()

Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.

Returns:
The messaging bridge array

createMessagingBridge

MessagingBridgeMBean createMessagingBridge(String name)

Factory for creating MessagingBridges

Parameters:
name -
Returns:
MessageBridge object

destroyMessagingBridge

void destroyMessagingBridge(MessagingBridgeMBean bridge)

deletes MessagingBridge object

Parameters:
bridge -

lookupMessagingBridge

MessagingBridgeMBean lookupMessagingBridge(String name)
Parameters:
name -
Returns:
MessagingBridge object

start

HashMap start()
Deprecated. 9.0.0.0

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.

Returns:
returns hashmap containing references to TaskRuntimeMBeans corresponding to each server in the Domain

kill

HashMap kill()
Deprecated. 9.0.0.0

setProductionModeEnabled

void setProductionModeEnabled(boolean productionModeEnabled)

Sets the value of the ProductionModeEnabled attribute.

Parameters:
productionModeEnabled - The new productionModeEnabled value
See Also:
DomainMBean.isProductionModeEnabled()

isProductionModeEnabled

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.

Returns:
The productionModeEnabled value

getEmbeddedLDAP

EmbeddedLDAPMBean getEmbeddedLDAP()

Returns the embedded LDAP configuration for this domain.

Returns:
The embeddedLDAP value

isAdministrationPortEnabled

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:

Returns:
The administrationPortEnabled value
See Also:
DomainMBean.getAdministrationPort(), DomainMBean.getAdministrationProtocol(), ServerTemplateMBean.isAdministrationPortEnabled(), ServerTemplateMBean.getAdministrationPort(), KernelMBean.getSSL()

setAdministrationPortEnabled

void setAdministrationPortEnabled(boolean enable)
                                  throws InvalidAttributeValueException

Sets the value of the AdministrationPortEnabled attribute.

Parameters:
enable - The new administrationPortEnabled value
Throws:
InvalidAttributeValueException
See Also:
DomainMBean.isAdministrationPortEnabled()

getAdministrationPort

int getAdministrationPort()

The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.)

Returns:
The administrationPort value
See Also:
DomainMBean.isAdministrationPortEnabled(), ServerTemplateMBean.getAdministrationPort()

setExalogicOptimizationsEnabled

void setExalogicOptimizationsEnabled(boolean enable)

Sets the Exalogic optimizations value.

Parameters:
enable - Turns on all exalogic optimizations
Since:
10.3.4.0

isExalogicOptimizationsEnabled

boolean 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.

Returns:
true or false
Since:
10.3.4.0

setJavaServiceEnabled

void setJavaServiceEnabled(boolean enable)

Sets the Java Service feature value.

Parameters:
enable - Turns on all Java Service features
Since:
12.1.2.0

isJavaServiceEnabled

boolean isJavaServiceEnabled()

Specifies whether features to support the use of this WebLogic Server as a Java Service in a cloud environment should be enabled.

Returns:
true or false
Since:
12.1.2.0

setAdministrationPort

void setAdministrationPort(int port)
                           throws InvalidAttributeValueException

Sets the AdministrationPort attribute of the DomainMBean object

Parameters:
port - The new administrationPort value
Throws:
InvalidAttributeValueException

getArchiveConfigurationCount

int getArchiveConfigurationCount()

The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified.

Returns:
The archiveConfigurationCount value

setArchiveConfigurationCount

void setArchiveConfigurationCount(int count)

Sets the value of the ArchiveConfigurationCount attribute.

Parameters:
count - The new archiveConfigurationCount value
See Also:
DomainMBean.getArchiveConfigurationCount()

isConfigBackupEnabled

boolean isConfigBackupEnabled()

If true, then backups of the configuration will be made during server boot.

Returns:
The ConfigBackupEnabled value

setConfigBackupEnabled

void setConfigBackupEnabled(boolean enable)

Sets the value of the ConfigBackupEnabled attribute.

Parameters:
enable -
See Also:
DomainMBean.isConfigBackupEnabled()

getConfigurationVersion

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.

Returns:
The configurationVersion value

setConfigurationVersion

void setConfigurationVersion(String version)

Sets the value of the ConfigurationVersion attribute.

Parameters:
version - The new configurationVersion value
See Also:
DomainMBean.getConfigurationVersion()

isAdministrationMBeanAuditingEnabled

boolean isAdministrationMBeanAuditingEnabled()
Deprecated. Please use 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.

Returns:
The admininstrationMBeanAuditingEnabled value

setAdministrationMBeanAuditingEnabled

void setAdministrationMBeanAuditingEnabled(boolean choice)
Deprecated. Please use DomainMBean.setConfigurationAuditType()

Sets the value of the AdministrationMBeanAuditingEnabled attribute.

Parameters:
choice - The new administrationMBeanAuditingEnabled value
See Also:
DomainMBean.isAdministrationMBeanAuditingEnabled()

getConfigurationAuditType

String getConfigurationAuditType()
Returns the criteria used for auditing configuration events (configuration changes and other operations):
Returns:
auditType DomainMBean.CONFIG_CHANGE_NONE,DomainMBean.CONFIG_CHANGE_LOG,DomainMBean.CONFIG_CHANGE_AUDIT,DomainMBean.CONFIG_CHANGE_LOG_AND_AUDIT

setConfigurationAuditType

void setConfigurationAuditType(String auditType)
                               throws InvalidAttributeValueException
Sets the criteria for auditing configuration events (configuration changes and other operations):
Parameters:
auditType - DomainMBean.CONFIG_CHANGE_NONE,DomainMBean.CONFIG_CHANGE_LOG,DomainMBean.CONFIG_CHANGE_AUDIT,DomainMBean.CONFIG_CHANGE_LOG_AND_AUDIT
Throws:
InvalidAttributeValueException

isClusterConstraintsEnabled

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.

Returns:
The isClusterConstraints value

setClusterConstraintsEnabled

void setClusterConstraintsEnabled(boolean enableClusterConstraints)

Sets the value of the ClusterConstrainEnabled attribute.

See Also:
DomainMBean.isClusterConstraintsEnabled()

getApplications

ApplicationMBean[] getApplications()
Deprecated. 9.0.0.0

Define applications for this Domain


createApplication

ApplicationMBean createApplication(String name)
Deprecated. 9.0.0.0

factory to create Applications

Parameters:
name -
Returns:
Application object

destroyApplication

void destroyApplication(ApplicationMBean application)
Deprecated. 9.0.0.0

destroys Applications

Parameters:
application -

lookupApplication

ApplicationMBean lookupApplication(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
Application object

getAppDeployments

AppDeploymentMBean[] getAppDeployments()

The collection of deployable entities in this domain. This replaces the Application in previous versions.

Returns:
the deployables for this domain.
Since:
9.0.0.0

lookupAppDeployment

AppDeploymentMBean lookupAppDeployment(String name)
Parameters:
name -
Returns:
the named application deployment.
Since:
9.0.0.0

getInternalAppDeployments

AppDeploymentMBean[] getInternalAppDeployments()

The collection of internal application deployments in this domain

Returns:
the internal AppDeployments for this domain
Since:
9.0.0.0

lookupInternalAppDeployment

AppDeploymentMBean lookupInternalAppDeployment(String name)
Parameters:
name - of the internal application deployment
Returns:
the application deployment
Since:
9.0.0.0

getLibraries

LibraryMBean[] getLibraries()
Since:
9.0.0.0

lookupLibrary

LibraryMBean lookupLibrary(String name)
Look up the named module.
Parameters:
name -
Since:
9.0.0.0

getInternalLibraries

LibraryMBean[] getInternalLibraries()

The collection of internal libraries in this domain

Since:
9.0.0.0

lookupInternalLibrary

LibraryMBean lookupInternalLibrary(String name)
Parameters:
name - of the internal library
Returns:
the library
Since:
9.0.0.0

getWSReliableDeliveryPolicies

WSReliableDeliveryPolicyMBean[] getWSReliableDeliveryPolicies()

Define wSReliableDeliveryPolicies for this Domain


lookupWSReliableDeliveryPolicy

WSReliableDeliveryPolicyMBean lookupWSReliableDeliveryPolicy(String name)
Parameters:
name -
Returns:
WSReliableDeliveryPolicy object

createWSReliableDeliveryPolicy

WSReliableDeliveryPolicyMBean createWSReliableDeliveryPolicy(String name)

Factory method to create WSReliableDeliveryPolicy object

Parameters:
name -
Returns:
WSReliableDeliveryPolicy object

destroyWSReliableDeliveryPolicy

void destroyWSReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean policy)

Removes a WSReliableDeliveryPolicy from this domain

Parameters:
policy -

getMachines

MachineMBean[] getMachines()

Define machines for this Domain


createMachine

MachineMBean createMachine(String name)

Factory method to create a Machine object

Parameters:
name -
Returns:
Machine object

createUnixMachine

UnixMachineMBean createUnixMachine(String name)
Creates a UnixMachineMBean and adds it to the list returned by getMachines. You may use destroyMachine to destroy beans of this type.
Parameters:
name -
Returns:
new machine

destroyMachine

void destroyMachine(MachineMBean machine)

Removes a Machine from this domain

Parameters:
machine -

lookupMachine

MachineMBean lookupMachine(String name)
Parameters:
name -
Returns:
Machine object

getXMLEntityCaches

XMLEntityCacheMBean[] getXMLEntityCaches()
Returns all the XMLEntityCache objects defined in this domain
Returns:
list of XMLEntityCache objects

createXMLEntityCache

XMLEntityCacheMBean createXMLEntityCache(String name)
Factory method to create an XMLEntityCache Object
Parameters:
name - of the XMLEntityCache to be created.
Returns:
XMLEntityCache object

lookupXMLEntityCache

XMLEntityCacheMBean lookupXMLEntityCache(String name)
Returns an XMLEntityCache object if the given name
Parameters:
name - of the XMLEntityCache
Returns:
XMLEntityCache object

destroyXMLEntityCache

void destroyXMLEntityCache(XMLEntityCacheMBean cache)
Factory method to destroys an XMLEntityCache Object
Parameters:
cache - object to be destroyed

getXMLRegistries

XMLRegistryMBean[] getXMLRegistries()

Define xMLRegistries for this Domain


createXMLRegistry

XMLRegistryMBean createXMLRegistry(String name)

Factory method to create XMLRegistry object

Parameters:
name -
Returns:
XMLRegistry object

destroyXMLRegistry

void destroyXMLRegistry(XMLRegistryMBean registry)

Removes a XMLRegistry from this domain

Parameters:
registry -

lookupXMLRegistry

XMLRegistryMBean lookupXMLRegistry(String name)
Parameters:
name -
Returns:
XMLRegistry object

getTargets

TargetMBean[] getTargets()

Define targets for this Domain


lookupTarget

TargetMBean lookupTarget(String name)
                         throws IllegalArgumentException
Parameters:
name -
Throws:
IllegalArgumentException

getJMSServers

JMSServerMBean[] getJMSServers()

Define JMSServers for this Domain


createJMSServer

JMSServerMBean createJMSServer(String name)

Factory method to create JMSServer object

Parameters:
name -
Returns:
JMSServer object

destroyJMSServer

void destroyJMSServer(JMSServerMBean jmsServer)

Removes a JMSServer from this domain

Parameters:
jmsServer -

lookupJMSServer

JMSServerMBean lookupJMSServer(String name)
Parameters:
name -
Returns:
JMSServer object

getJMSStores

JMSStoreMBean[] getJMSStores()
Deprecated. 9.0.0.0

Define JMSStores for this Domain


lookupJMSStore

JMSStoreMBean lookupJMSStore(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSStore object

getJMSJDBCStores

JMSJDBCStoreMBean[] getJMSJDBCStores()
Deprecated. 9.0.0.0

Define JMSJDBCStores for this Domain


createJMSJDBCStore

JMSJDBCStoreMBean createJMSJDBCStore(String name)
Deprecated. 9.0.0.0

Factory method to create JMSJDBCStore object

Parameters:
name -
Returns:
JMSJDBCStore object

destroyJMSJDBCStore

void destroyJMSJDBCStore(JMSJDBCStoreMBean store)
Deprecated. 9.0.0.0

Removes a JMSJDBCStore from this domain

Parameters:
store -

lookupJMSJDBCStore

JMSJDBCStoreMBean lookupJMSJDBCStore(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSJDBCStore object

getJMSFileStores

JMSFileStoreMBean[] getJMSFileStores()
Deprecated. 9.0.0.0

Define JMSFileStores for this Domain


createJMSFileStore

JMSFileStoreMBean createJMSFileStore(String name)
Deprecated. 9.0.0.0

Factory method to create JMSFileStore object

Parameters:
name -
Returns:
JMSFileStore object

destroyJMSFileStore

void destroyJMSFileStore(JMSFileStoreMBean store)
Deprecated. 9.0.0.0

Removes a JMSFileStore from this domain

Parameters:
store -

lookupJMSFileStore

JMSFileStoreMBean lookupJMSFileStore(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSFileStore object

getJMSDestinations

JMSDestinationMBean[] getJMSDestinations()
Deprecated. 9.0.0.0

Retrieve JMSDestinations for this Domain


lookupJMSDestination

JMSDestinationMBean lookupJMSDestination(String name)
Parameters:
name -
Returns:
JMSDestination object

getJMSQueues

JMSQueueMBean[] getJMSQueues()
Deprecated. 9.0.0.0

Define JMSQueues for this Domain


createJMSQueue

JMSQueueMBean createJMSQueue(String name)
Deprecated. 9.0.0.0

Factory method to create JMSQueue object

Parameters:
name -
Returns:
JMSQueue object

destroyJMSQueue

void destroyJMSQueue(JMSQueueMBean queue)
Deprecated. 9.0.0.0

Removes a JMSQueue from this domain

Parameters:
queue -

lookupJMSQueue

JMSQueueMBean lookupJMSQueue(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSQueue object

getJMSTopics

JMSTopicMBean[] getJMSTopics()
Deprecated. 9.0.0.0

Define JMSTopics for this Domain


createJMSTopic

JMSTopicMBean createJMSTopic(String name)
Deprecated. 9.0.0.0

Factory method to create JMSTopic object

Parameters:
name -
Returns:
JMSTopic object

destroyJMSTopic

void destroyJMSTopic(JMSTopicMBean topic)
Deprecated. 9.0.0.0

Removes a JMSTopic from this domain

Parameters:
topic -

lookupJMSTopic

JMSTopicMBean lookupJMSTopic(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSTopic object

getJMSDistributedQueues

JMSDistributedQueueMBean[] getJMSDistributedQueues()
Deprecated. 9.0.0.0

Define JMSDistributedQueues for this Domain


createJMSDistributedQueue

JMSDistributedQueueMBean createJMSDistributedQueue(String name)
Deprecated. 9.0.0.0

Factory method to create JMSDistributedQueue object

Parameters:
name -
Returns:
JMSDistributedQueue object

destroyJMSDistributedQueue

void destroyJMSDistributedQueue(JMSDistributedQueueMBean member)
Deprecated. 9.0.0.0

Removes a JMSDistributedQueue from this domain

Parameters:
member -

lookupJMSDistributedQueue

JMSDistributedQueueMBean lookupJMSDistributedQueue(String name)
Deprecated. 9.0.0.0
Returns:
JMSDistributedQueue object

getJMSDistributedTopics

JMSDistributedTopicMBean[] getJMSDistributedTopics()
Deprecated. 9.0.0.0

Define JMSDistributedTopics for this Domain


createJMSDistributedTopic

JMSDistributedTopicMBean createJMSDistributedTopic(String name)
Deprecated. 9.0.0.0

Factory method to create JMSDistributedTopic object

Returns:
JMSDistributedTopic object

destroyJMSDistributedTopic

void destroyJMSDistributedTopic(JMSDistributedTopicMBean member)
Deprecated. 9.0.0.0

Removes a JMSDistributedTopic from this domain

Parameters:
member -

lookupJMSDistributedTopic

JMSDistributedTopicMBean lookupJMSDistributedTopic(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSDistributedTopic object

getJMSTemplates

JMSTemplateMBean[] getJMSTemplates()
Deprecated. 9.0.0.0

Define JMSTemplates for this Domain


createJMSTemplate

JMSTemplateMBean createJMSTemplate(String name)
Deprecated. 9.0.0.0

Factory method to create JMSTemplate object

Parameters:
name -
Returns:
JMSTemplate object

destroyJMSTemplate

void destroyJMSTemplate(JMSTemplateMBean template)
Deprecated. 9.0.0.0

Removes a JMSTemplate from this domain

Parameters:
template -

lookupJMSTemplate

JMSTemplateMBean lookupJMSTemplate(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSTemplate object

getNetworkChannels

NetworkChannelMBean[] getNetworkChannels()
Deprecated. 9.0.0.0

Define NetworkChannels for this Domain


createNetworkChannel

NetworkChannelMBean createNetworkChannel(String name)
Deprecated. 9.0.0.0

Factory method to create NetworkChannel object

Parameters:
name -
Returns:
NetworkChannel object

destroyNetworkChannel

void destroyNetworkChannel(NetworkChannelMBean channel)
Deprecated. 9.0.0.0

Removes a NetworkChannel from this domain

Parameters:
channel -

lookupNetworkChannel

NetworkChannelMBean lookupNetworkChannel(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
NetworkChannel object

getVirtualHosts

VirtualHostMBean[] getVirtualHosts()

Defines virtual hosts for this domain.


createVirtualHost

VirtualHostMBean createVirtualHost(String name)

Creates virtual hosts.

Parameters:
name -
Returns:
VirtualHost object

destroyVirtualHost

void destroyVirtualHost(VirtualHostMBean host)

Removes virtual hosts from this domain.

Parameters:
host -

lookupVirtualHost

VirtualHostMBean lookupVirtualHost(String name)
Parameters:
name -
Returns:
VirtualHost object

getVirtualTargets

VirtualTargetMBean[] getVirtualTargets()

Defines virtual targets for a domain partition.

Returns:

createVirtualTarget

VirtualTargetMBean createVirtualTarget(String name)

Creates virtual targets.

Parameters:
name -
Returns:
VirtualTarget object

destroyVirtualTarget

void destroyVirtualTarget(VirtualTargetMBean target)

Removes virtual targets from this domain.

Parameters:
target -

lookupVirtualTarget

VirtualTargetMBean lookupVirtualTarget(String name)

Lookup a particular virtual target by name.

Parameters:
name - the name of the virtual target to find
Returns:
VirtualTarget object

getMigratableTargets

MigratableTargetMBean[] getMigratableTargets()

Returns an array of MigratableTarget MBeans.

Returns:
an array of contained beans

createMigratableTarget

MigratableTargetMBean createMigratableTarget(String name)

Creates Migratable Targets.

Parameters:
name -
Returns:
a server instance.

destroyMigratableTarget

void destroyMigratableTarget(MigratableTargetMBean bean)

Destroys and removes a Migratable Target with the specified short name.

Parameters:
bean -

lookupMigratableTarget

MigratableTargetMBean lookupMigratableTarget(String name)

Looks up a particular Migratable Target.

Parameters:
name -
Returns:
a server instance.

getWebAppContainer

WebAppContainerMBean getWebAppContainer()
Collection of global properties to be applied on all webapps in this domain.
Returns:
The WebAppContainer value

getCdiContainer

CdiContainerMBean getCdiContainer()
Collection of global properties to be applied on all apps that need or support CDI in this domain.
Returns:
The CdiContainer value

getJMX

JMXMBean getJMX()
The configuration of the JMX Subsystem.
Returns:
the JMX configuration
Since:
9.0.0.0

getSelfTuning

SelfTuningMBean getSelfTuning()
Get the WorkManager configuration pieces for this domain

getResourceManagement

ResourceManagementMBean getResourceManagement()
Get the Resource Management Configuration for this domain

destroyPathService

void destroyPathService(PathServiceMBean pathService)

Removes a PathService from this domain

Parameters:
pathService -

getJMSDestinationKeys

JMSDestinationKeyMBean[] getJMSDestinationKeys()
Deprecated. 9.0.0.0

Retrieve JMSDestinationKeys for this Domain


createJMSDestinationKey

JMSDestinationKeyMBean createJMSDestinationKey(String name)
Deprecated. 9.0.0.0

Factory method to create JMSDestination object

Parameters:
name -
Returns:
JMSDestination object

destroyJMSDestinationKey

void destroyJMSDestinationKey(JMSDestinationKeyMBean destination)
Deprecated. 9.0.0.0

Removes a JMSDestinationKey from this domain

Parameters:
destination -

lookupJMSDestinationKey

JMSDestinationKeyMBean lookupJMSDestinationKey(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSDestination object

getJMSConnectionFactories

JMSConnectionFactoryMBean[] getJMSConnectionFactories()
Deprecated. 9.0.0.0

Return the JMSConnectionFactorys for this Domain.

Returns:
The JMSConnectionFactorys value

createJMSConnectionFactory

JMSConnectionFactoryMBean createJMSConnectionFactory(String name)
Deprecated. 9.0.0.0

Factory to create JMSConnectionFactory instance in the domain

Parameters:
name -
Returns:
JMSConnectionFactory object

destroyJMSConnectionFactory

void destroyJMSConnectionFactory(JMSConnectionFactoryMBean jmsConnectionFactory)
Deprecated. 9.0.0.0

deletes JMSConnectionFactory object

Parameters:
jmsConnectionFactory -

lookupJMSConnectionFactory

JMSConnectionFactoryMBean lookupJMSConnectionFactory(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSConnectionFactory object

getJMSSessionPools

JMSSessionPoolMBean[] getJMSSessionPools()
Deprecated. 9.0.0.0

Return the JMSSessionPools for this Domain.

Returns:
The JMSSessionPools value

createJMSSessionPool

JMSSessionPoolMBean createJMSSessionPool(String name)
Deprecated. 9.0.0.0

Factory to create JMSSessionPool instance in the domain

Parameters:
name -
Returns:
JMSSessionPool object

createJMSSessionPool

JMSSessionPoolMBean createJMSSessionPool(String name,
                                         JMSSessionPoolMBean toClone)
Deprecated. 9.0.0.0

Factory to create JMSSessionPool instance in the domain

Parameters:
name -
Returns:
JMSSessionPool object

destroyJMSSessionPool

void destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool)
Deprecated. 9.0.0.0

deletes JMSSessionPool object

Parameters:
jmsSessionPool -

lookupJMSSessionPool

JMSSessionPoolMBean lookupJMSSessionPool(String name)
Deprecated. 9.0.0.0
Parameters:
name -
Returns:
JMSSessionPool object

createJMSBridgeDestination

JMSBridgeDestinationMBean createJMSBridgeDestination(String name)

Factory to create JMSBridgeDestination instance in the domain

Parameters:
name -
Returns:
JMSBridgeDestination object

destroyJMSBridgeDestination

void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)

deletes JMSBridgeDestination object

Parameters:
jmsBridgeDestination -

lookupJMSBridgeDestination

JMSBridgeDestinationMBean lookupJMSBridgeDestination(String name)
Parameters:
name -
Returns:
JMSBridgeDestination object

getJMSBridgeDestinations

JMSBridgeDestinationMBean[] getJMSBridgeDestinations()

Return the JMSBridgeDestinations for this Domain.

Returns:
The JMSBridgeDestinations value

createBridgeDestination

BridgeDestinationMBean createBridgeDestination(String name)

Factory to create BridgeDestination instance in the domain

Parameters:
name -
Returns:
BridgeDestination object

destroyBridgeDestination

void destroyBridgeDestination(BridgeDestinationMBean bridgeDestination)

deletes BridgeDestination object

Parameters:
bridgeDestination -

lookupBridgeDestination

BridgeDestinationMBean lookupBridgeDestination(String name)
Parameters:
name -
Returns:
BridgeDestination object

getBridgeDestinations

BridgeDestinationMBean[] getBridgeDestinations()
Deprecated. 9.0.0.0

Return the BridgeDestinations for this Domain.

Returns:
The BridgeDestinations value

createForeignJMSServer

ForeignJMSServerMBean createForeignJMSServer(String name)
Deprecated. 9.0.0.0

Create a new diagnostic deployment that can be targeted to a server

Parameters:
name -

destroyForeignJMSServer

void destroyForeignJMSServer(ForeignJMSServerMBean jmsServer)
Deprecated. 9.0.0.0

Delete a diagnostic deployment configuration from the domain.

Parameters:
jmsServer -

getShutdownClasses

ShutdownClassMBean[] getShutdownClasses()

Retrieve ShutdownClasses for this Domain


createShutdownClass

ShutdownClassMBean createShutdownClass(String name)

Factory method to create ShutdownClass object

Parameters:
name -
Returns:
ShutdownClass object

destroyShutdownClass

void destroyShutdownClass(ShutdownClassMBean sc)

Removes a ShutdownClass from this domain

Parameters:
sc - The Shutdown class to destroy

lookupShutdownClass

ShutdownClassMBean lookupShutdownClass(String name)
Parameters:
name -
Returns:
ShutdownClass object

getStartupClasses

StartupClassMBean[] getStartupClasses()

Retrieve StartupClasses for this Domain


createStartupClass

StartupClassMBean createStartupClass(String name)

Factory method to create StartupClass object

Parameters:
name -
Returns:
ShutdownClass object

destroyStartupClass

void destroyStartupClass(StartupClassMBean sc)

Removes a StartupClass from this domain

Parameters:
sc - the Shutdown class to destroy

lookupStartupClass

StartupClassMBean lookupStartupClass(String name)
Parameters:
name -
Returns:
StartupClass object

getSingletonServices

SingletonServiceMBean[] getSingletonServices()

Retrieve SingletonServicees for this Domain


createSingletonService

SingletonServiceMBean createSingletonService(String name)

Factory method to create SingletonService object

Parameters:
name -
Returns:
SingletonService object

destroySingletonService

void destroySingletonService(SingletonServiceMBean sc)

Removes a SingletonService from this domain

Parameters:
sc - the SingletonService class to destroy

lookupSingletonService

SingletonServiceMBean lookupSingletonService(String name)
Parameters:
name -
Returns:
SingletonService object

getMailSessions

MailSessionMBean[] getMailSessions()

Retrieve MailSessions for this Domain


createMailSession

MailSessionMBean createMailSession(String name)

Factory method to create MailSession objects

Parameters:
name -
Returns:
MailSession object

destroyMailSession

void destroyMailSession(MailSessionMBean ms)

Removes a MailSession from this domain

Parameters:
ms - the MailSession to destroy

lookupMailSession

MailSessionMBean lookupMailSession(String name)
Parameters:
name -
Returns:
MailSession object

getJoltConnectionPools

JoltConnectionPoolMBean[] getJoltConnectionPools()

Return the JoltConnectionPools for this Domain.

Returns:
Array of JoltConnectionPoolMBeans

createJoltConnectionPool

JoltConnectionPoolMBean createJoltConnectionPool(String name)

Factory to create a JoltConnectionPool instance in the domain

Parameters:
name -
Returns:
the new JoltConnectionPoolMBean object

destroyJoltConnectionPool

void destroyJoltConnectionPool(JoltConnectionPoolMBean joltConnectionPool)

deletes a JoltConnectionPool object

Parameters:
joltConnectionPool -

lookupJoltConnectionPool

JoltConnectionPoolMBean lookupJoltConnectionPool(String name)

Find a JoltConnectionPool object with this name

Parameters:
name -
Returns:
JoltConnectionPoolMBean object

getLogFilters

LogFilterMBean[] getLogFilters()
Gets the array of log filters defined in the domain
Since:
9.0.0.0

createLogFilter

LogFilterMBean createLogFilter(String name)

Creates a log filter MBean instance

Parameters:
name -

destroyLogFilter

void destroyLogFilter(LogFilterMBean logFilter)

Destroy the given log filter MBean

Parameters:
logFilter -

lookupLogFilter

LogFilterMBean lookupLogFilter(String name)
Looks up a log filter by name
Parameters:
name -

getFileStores

FileStoreMBean[] getFileStores()

Return file stores defined in this domain

Returns:
defined filestores.
Since:
9.0.0.0

createFileStore

FileStoreMBean createFileStore(String name)

Create a new FileStore

Parameters:
name -
Returns:
new file store.
Since:
9.0.0.0

destroyFileStore

void destroyFileStore(FileStoreMBean store)

Destroy a file store

Parameters:
store - to destroy
Since:
9.0.0.0

lookupFileStore

FileStoreMBean lookupFileStore(String name)
Parameters:
name -
Returns:
FileStore object
Since:
9.0.0.0

getReplicatedStores

ReplicatedStoreMBean[] getReplicatedStores()

Return replicated memory stores defined in this domain

Returns:
defined replicated memory stores.
Since:
12.1.3.0

createReplicatedStore

ReplicatedStoreMBean createReplicatedStore(String name)

Create a new ReplicatedStore

Parameters:
name -
Returns:
new replicated memory store.
Since:
12.1.3.0

destroyReplicatedStore

void destroyReplicatedStore(ReplicatedStoreMBean replicatedMemoryStore)

Destroy a replicated memory store

Parameters:
replicatedMemoryStore - to destroy
Since:
12.1.3.0

lookupReplicatedStore

ReplicatedStoreMBean lookupReplicatedStore(String name)
Parameters:
name -
Returns:
ReplicatedStore object
Since:
12.1.3.0

getJDBCStores

JDBCStoreMBean[] getJDBCStores()

Return file stores defined in this domain

Returns:
defined filestores.
Since:
9.0.0.0

createJDBCStore

JDBCStoreMBean createJDBCStore(String name)

Create a new JDBCStore

Parameters:
name -
Returns:
new file store.
Since:
9.0.0.0

destroyJDBCStore

void destroyJDBCStore(JDBCStoreMBean store)

Destroy a file store

Parameters:
store - to destroy
Since:
9.0.0.0

lookupJDBCStore

JDBCStoreMBean lookupJDBCStore(String name)
Parameters:
name -
Returns:
JDBCStore object
Since:
9.0.0.0

getJMSInteropModules

JMSInteropModuleMBean[] getJMSInteropModules()

Returns the JMS Interop Module that have been defined for this domain.

Returns:
array of JMSInteropModuleMBean objects
Since:
9.0.0.0

createJMSInteropModule

JMSInteropModuleMBean createJMSInteropModule(String name)
Create a new JMS interop module. The file for this resource will be DOMAIN_DIR/config/<name>.xml
Parameters:
name - - name of bean and base name for descriptor file.
Since:
9.0.0.0

destroyJMSInteropModule

void destroyJMSInteropModule(JMSInteropModuleMBean bean)
Destroy the given interop module bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.0.0.0

lookupJMSInteropModule

JMSInteropModuleMBean lookupJMSInteropModule(String name)
Find a JMSInterop resource with the given name
Parameters:
name - The name of the JMS Interop resource
Returns:
The system resource with the given name, or null if none with that name exist

getJMSSystemResources

JMSSystemResourceMBean[] getJMSSystemResources()

Returns the JMSSystemResourceMBeans that have been defined for this domain.

Returns:
array of JMSSystemResourceMBean objects
Since:
9.0.0.0

createJMSSystemResource

JMSSystemResourceMBean createJMSSystemResource(String name)
Create a new JMS system resource. The file for this resource will be DOMAIN_DIR/config/<name>.xml
Parameters:
name - - name of bean and base name for descriptor file.
Since:
9.0.0.0

createJMSSystemResource

JMSSystemResourceMBean createJMSSystemResource(String name,
                                               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.

Parameters:
name - - name of bean
descriptorFileName - - name of descriptor file relative to DOMAIN_DIR/config/jms..
Since:
9.0.0.0

destroyJMSSystemResource

void destroyJMSSystemResource(JMSSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.0.0.0

lookupJMSSystemResource

JMSSystemResourceMBean lookupJMSSystemResource(String name)
Find a JMSSystem resource with the given name
Parameters:
name - The name of the JMS system resource
Returns:
The system resource with the given name, or null if none with that name exist

getCustomResources

CustomResourceMBean[] getCustomResources()

Returns the JMSSystemResourceMBeans that have been defined for this domain.

Returns:
array of CustomResourceMBean objects
Since:
9.1.0.0

createCustomResource

CustomResourceMBean createCustomResource(String name,
                                         String resourceClass,
                                         String descriptorBeanClass)
Create a new Custom system resource. The file for this resource will be DOMAIN_DIR/config/custom/<name>.xml
Parameters:
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 bean
Since:
9.1.0.0

createCustomResource

CustomResourceMBean createCustomResource(String name,
                                         String resourceClass,
                                         String descriptorBeanClass,
                                         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.

Parameters:
name - - name of bean
resourceClass - - the name of the class that manages resource's lifecycle.
descriptorBeanClass - - the interface class name for this descriptor bean
descriptorFileName - - name of descriptor file relative to DOMAIN_DIR/config/custom/..
Since:
9.1.0.0

destroyCustomResource

void destroyCustomResource(CustomResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.1.0.0

lookupCustomResource

CustomResourceMBean lookupCustomResource(String name)
Find a JMSSystem resource with the given name
Parameters:
name - The name of the JMS system resource
Returns:
The system resource with the given name, or null if none with that name exist

getForeignJNDIProviders

ForeignJNDIProviderMBean[] getForeignJNDIProviders()
Get all the defined Foreign JNDI Providers
Since:
9.0.0.0

lookupForeignJNDIProvider

ForeignJNDIProviderMBean lookupForeignJNDIProvider(String name)
Find a ForeignJNDIProvider resource with the given name
Parameters:
name -
Since:
9.0.0.0

createForeignJNDIProvider

ForeignJNDIProviderMBean createForeignJNDIProvider(String name)

Create a new diagnostic deployment that can be targeted to a server

Parameters:
name -

destroyForeignJNDIProvider

void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)

Delete a diagnostic deployment configuration from the domain.

Parameters:
provider -

getAdminServerName

String getAdminServerName()
Returns:
Admin Server in this domain

setAdminServerName

void setAdminServerName(String name)
Parameters:
name - admin server name

getAdministrationProtocol

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:

Returns:
The administrationProtocol value
Since:
9.0.0.0
See Also:
DomainMBean.isAdministrationPortEnabled()

setAdministrationProtocol

void setAdministrationProtocol(String protocol)

Sets the protocol to be used for admin connections when none is specified.

Parameters:
protocol - The new adminProtocol value

getWLDFSystemResources

WLDFSystemResourceMBean[] getWLDFSystemResources()

Returns the WLDFSystemResourceMBeans that have been defined for this domain.

Returns:
array of WLDFSystemResourceMBean objects
Since:
9.0.0.0

createWLDFSystemResource

WLDFSystemResourceMBean createWLDFSystemResource(String name)
Create a new JMS system resource. The file for this resource will be DOMAIN_DIR/config/<name>.xml
Parameters:
name - - name of bean and base name for descriptor file.
Since:
9.0.0.0

createWLDFSystemResource

WLDFSystemResourceMBean createWLDFSystemResource(String name,
                                                 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.

Parameters:
name - - name of bean
descriptorFileName - - name of descriptor file relative to DOMAIN_DIR/config/diagnostics.
Since:
9.0.0.0

createWLDFSystemResourceFromBuiltin

WLDFSystemResourceMBean createWLDFSystemResourceFromBuiltin(String name,
                                                            String builtinSystemResource)
This method creates a WLDF System Resource based upon builtin system resources. The builtin system resource name can be Low, Medium or High.
Parameters:
name - - name of bean
builtinSystemResource - The type of builtin system resource to clone from i,e Low, Medium, High
Returns:
The cloned WLDFSystemResourceMBean

destroyWLDFSystemResource

void destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.0.0.0

lookupWLDFSystemResource

WLDFSystemResourceMBean lookupWLDFSystemResource(String name)
Looks up a WLDFSystemResourceMBean by name.
Parameters:
name - The name of the WLDFSystemResource.
Returns:
returns the WLDFSystemResourceMBean specified by name
Since:
9.0.0.0

getJDBCSystemResources

JDBCSystemResourceMBean[] getJDBCSystemResources()

Returns the JDBCSystemResourceMBeans that have been defined for this domain

Returns:
array of JDBCSystemResourceMBean objects
Since:
9.0.0.0

createJDBCSystemResource

JDBCSystemResourceMBean createJDBCSystemResource(String name)
Create a new JDBC system resource. The file for this resource will be DOMAIN_DIR/config/<name>.xml
Parameters:
name - - name of bean and base name for descriptor file.
Since:
9.0.0.0

createJDBCSystemResource

JDBCSystemResourceMBean createJDBCSystemResource(String name,
                                                 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.

Parameters:
name - - name of bean
descriptorFileName - - name of descriptor file relative to DOMAIN_DIR/config/jdbc.
Since:
9.0.0.0

lookupJDBCSystemResource

JDBCSystemResourceMBean lookupJDBCSystemResource(String name)
Parameters:
name -
Returns:
JDBCSystemResourceMBean
Since:
9.0.0.0

destroyJDBCSystemResource

void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.0.0.0

getSystemResources

SystemResourceMBean[] getSystemResources()

Return the SystemResourceMBeans in this Domain.

Returns:
the SystemResourceMBeans
Since:
9.0.0.0

lookupSystemResource

SystemResourceMBean lookupSystemResource(String name)

Lookup a particular SystemResource in this domain.

Parameters:
name -
Returns:
the SystemResource
Since:
9.0.0.0

getSAFAgents

SAFAgentMBean[] getSAFAgents()

Get SAFAgentMBean for this Domain

Returns:
array of SAFAgentMBean objects.

createSAFAgent

SAFAgentMBean createSAFAgent(String name)

Factory method to create SAFAgent object

Parameters:
name -
Returns:
SAFAgent object

destroySAFAgent

void destroySAFAgent(SAFAgentMBean sAFAgent)

Removes a SAFAgent from this domain

Parameters:
sAFAgent - object

lookupSAFAgent

SAFAgentMBean lookupSAFAgent(String name)
Parameters:
name -
Returns:
SAFAgent object

getErrorHandlings

ErrorHandlingMBean[] getErrorHandlings()

Get ErrorHandlingMBean for this Domain

Returns:
array of ErrorHandlingMBean objects.
Since:
9.0.0.0

createErrorHandling

ErrorHandlingMBean createErrorHandling(String name)

Factory method to create ErrorHandling object

Parameters:
name -
Returns:
ErrorHandling object
Since:
9.0.0.0

destroyErrorHandling

void destroyErrorHandling(ErrorHandlingMBean errorHandling)

Removes a ErrorHandling from this domain

Parameters:
errorHandling - object
Since:
9.0.0.0

lookupErrorHandling

ErrorHandlingMBean lookupErrorHandling(String name)
Parameters:
name -
Returns:
ErrorHandling object
Since:
9.0.0.0

getRemoteSAFContexts

RemoteSAFContextMBean[] getRemoteSAFContexts()

Get RemoteSAFContextMBean for this Domain

Returns:
array of RemoteSAFContextMBean objects.
Since:
9.0.0.0

createRemoteSAFContext

RemoteSAFContextMBean createRemoteSAFContext(String name)

Factory method to create SAFRemoteContext object

Parameters:
name -
Returns:
SAFRemoteContext object
Since:
9.0.0.0

destroyRemoteSAFContext

void destroyRemoteSAFContext(RemoteSAFContextMBean remoteSAFContext)

Removes a SAFRemoteContext from this domain

Parameters:
remoteSAFContext - object
Since:
9.0.0.0

lookupRemoteSAFContext

RemoteSAFContextMBean lookupRemoteSAFContext(String name)
Parameters:
name -
Returns:
SAFRemoteContext object
Since:
9.0.0.0

getJMSDistributedQueueMembers

JMSDistributedQueueMemberMBean[] getJMSDistributedQueueMembers()
Deprecated. 9.0.0.0

Define JMSDistributedQueueMembers for this Domain


createJMSDistributedQueueMember

JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name)
Deprecated. 9.0.0.0

Factory method to create JMSDistributedQueueMember object

Parameters:
name -
Returns:
JMSDistributedQueueMember object

destroyJMSDistributedQueueMember

void destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean queue)
Deprecated. 9.0.0.0

Removes a JMSDistributedQueueMember from this domain

Parameters:
queue -

lookupJMSDistributedQueueMember

JMSDistributedQueueMemberMBean lookupJMSDistributedQueueMember(String name)
Deprecated. 9.0.0.0
Returns:
JMSDistributedQueueMember object

getJMSDistributedTopicMembers

JMSDistributedTopicMemberMBean[] getJMSDistributedTopicMembers()
Deprecated. 9.0.0.0

Define JMSDistributedTopicMembers for this Domain


createJMSDistributedTopicMember

JMSDistributedTopicMemberMBean createJMSDistributedTopicMember(String name)
Deprecated. 9.0.0.0

Factory method to create JMSDistributedTopicMember object

Parameters:
name -
Returns:
JMSDistributedTopicMember object

destroyJMSDistributedTopicMember

void destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean topic)
Deprecated. 9.0.0.0

Removes a JMSDistributedTopicMember from this domain

Parameters:
topic -

lookupJMSDistributedTopicMember

JMSDistributedTopicMemberMBean lookupJMSDistributedTopicMember(String name)
Deprecated. 9.0.0.0
Returns:
JMSDistributedTopicMember object

getWebserviceSecurities

WebserviceSecurityMBean[] getWebserviceSecurities()
Returns:
an array of WebserviceSecurity objects
Since:
9.0.0.0

lookupWebserviceSecurity

WebserviceSecurityMBean lookupWebserviceSecurity(String name)
look up WebserviceSecurityConfiguration object
Parameters:
name - name of WebserviceSecurityConfiguration
Returns:
WebserviceSecurityConfiguration object
Since:
9.0.0.0

createWebserviceSecurity

WebserviceSecurityMBean createWebserviceSecurity(String name)
create WebserviceSecurity object
Parameters:
name - of WebserviceSecurity
Returns:
WebserviceSecurity object
Since:
9.0.0.0

destroyWebserviceSecurity

void destroyWebserviceSecurity(WebserviceSecurityMBean wsc)
destroy WebserviceSecurity object
Parameters:
wsc - WebserviceSecurity
Since:
9.0.0.0

createJMSDistributedQueueMember

JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name,
                                                               JMSDistributedQueueMemberMBean member)
Parameters:
name -
member -

createJMSDistributedTopicMember

JMSDistributedTopicMemberMBean createJMSDistributedTopicMember(String name,
                                                               JMSDistributedTopicMemberMBean member)
Parameters:
name -
member -

createJMSTopic

JMSTopicMBean createJMSTopic(String name,
                             JMSTopicMBean destination)
Parameters:
name -
destination -

createJMSQueue

JMSQueueMBean createJMSQueue(String name,
                             JMSQueueMBean destination)
Parameters:
name -
destination -

getAdminConsole

AdminConsoleMBean getAdminConsole()
get AdminConsoleMBean object, a console specific MBean to configure weblogic administration console attributes.
Returns:
AdminConsoleMBean object

isInternalAppsDeployOnDemandEnabled

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.

Returns:
The internalAppsDeployOnDemandEnabled value

setInternalAppsDeployOnDemandEnabled

void setInternalAppsDeployOnDemandEnabled(boolean onDemand)

Sets the value of the InternalAppsDeployOnDemandEnabled attribute.

Parameters:
onDemand - The new internalAppsDeployOnDemandEnabled value
See Also:
DomainMBean.isInternalAppsDeployOnDemandEnabled()

isGuardianEnabled

boolean isGuardianEnabled()
Deprecated. 

Specifies whether the Guardian Agent is deployed when starting servers in the current domain.

Returns:
The guardianEnabled value

setGuardianEnabled

void setGuardianEnabled(boolean guardian)
Deprecated. 

Sets the value of the GuardianEnabled attribute.

Parameters:
guardian - The new guardianEnabled value
See Also:
DomainMBean.isGuardianEnabled()

setMsgIdPrefixCompatibilityEnabled

void setMsgIdPrefixCompatibilityEnabled(boolean value)

getCoherenceClusterSystemResources

CoherenceClusterSystemResourceMBean[] getCoherenceClusterSystemResources()

The CoherenceClusterSystemResourceMBeans that have been defined for this domain.

Returns:
array of CoherenceClusterSystemResourceMBean objects
Since:
10.3.3.0

createCoherenceClusterSystemResource

CoherenceClusterSystemResourceMBean createCoherenceClusterSystemResource(String name)
Create a new CoherenceClusterSystemResource. The file for this resource will be in DOMAIN_DIR/config/coherence/<name>/<name_xxx>.xml
Parameters:
name - - name of bean.
Since:
10.3.3.0

destroyCoherenceClusterSystemResource

void destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean)
Destroy the given CoherenceClusterSystemResource.
Parameters:
bean - - bean to destroy
Since:
10.3.3.0

lookupCoherenceClusterSystemResource

CoherenceClusterSystemResourceMBean lookupCoherenceClusterSystemResource(String name)
Find a CoherenceClusterSystemResource with the given name.
Parameters:
name - The name of the CoherenceClusterSystemResource
Returns:
The system resource with the given name, or null if none with that name exist
Since:
10.3.3.0

getRestfulManagementServices

RestfulManagementServicesMBean getRestfulManagementServices()
The configuration of the Management Services Subsystem.
Returns:
the Management Services configuration
Since:
10.3.6.0

getSystemComponents

SystemComponentMBean[] getSystemComponents()
Returns the SystemComponentMBeans, representing the system system components that have been configured to be part of this domain.
Returns:
array of defined system components
Since:
12.1.2.0

createSystemComponent

SystemComponentMBean createSystemComponent(String name,
                                           String componentType)
This is the factory method for system components that are scoped at the domain level. The short name which is specified must be unique among all object instances of type SystemComponentMBean. The new system component which is created will have this Domain as its parent and must be destroyed with the DomainMBean.destroySystemComponent(SystemComponentMBean) method.
Parameters:
name - the name of the system component
componentType - the type of the system component
Returns:
a System Component instance.
Since:
12.1.2.0

destroySystemComponent

void destroySystemComponent(SystemComponentMBean bean)
Destroys and removes a system component which is a child of this Domain with the specified short name.
Parameters:
bean - system component to destroy
Since:
12.1.2.0

lookupSystemComponent

SystemComponentMBean lookupSystemComponent(String name)
Lookup a particular system component defined in the Domain
Parameters:
name - the name to be looked up
Returns:
a SystemComponentMBean instance.
Since:
12.1.2.0

getOsgiFrameworks

OsgiFrameworkMBean[] getOsgiFrameworks()

OSGi framework definition for use by applications wishing to share services and code

Returns:
The OSGi frameworks in this server
Since:
12.1.2.0

lookupOsgiFramework

OsgiFrameworkMBean lookupOsgiFramework(String name)

Look up an OSGi framework by name

Parameters:
name - the key of the osgi framework.
Returns:
The named osgi framework value
Since:
12.1.2.0

createOsgiFramework

OsgiFrameworkMBean createOsgiFramework(String name)

Factory to create a new OSGi framework instance for this Server.

Parameters:
name -
Returns:
NetworkAccessPoint object
Since:
12.1.2.0

destroyOsgiFramework

void destroyOsgiFramework(OsgiFrameworkMBean osgiFramework)

Destroys an OSGi framework object.

Parameters:
osgiFramework - to be destroyed
Since:
12.1.2.0

getWebserviceTestpage

WebserviceTestpageMBean getWebserviceTestpage()
The configuration of Web Service Test Page.
Returns:
the Web Service Test Page configuration
Since:
12.1.2.0

getServerMigrationHistorySize

int getServerMigrationHistorySize()

Gets the history size of server migrations.

A value of -1 indicates that the history size is unlimited.

Returns:
The ServerMigrationHistorySize value
Since:
12.1.2.0

setServerMigrationHistorySize

void setServerMigrationHistorySize(int historySize)

Sets the maximum history size of server migrations the server or the domain holds.

Since:
12.1.2.0
See Also:
DomainMBean.getServerMigrationHistorySize()

getServiceMigrationHistorySize

int getServiceMigrationHistorySize()

Gets the history size of service migrations.

A value of -1 indicates that the history size is unlimited.

Returns:
The ServiceMigrationHistorySize value
Since:
12.1.2.0

setServiceMigrationHistorySize

void setServiceMigrationHistorySize(int historySize)

Sets the maximum history size of service migrations the server or the domain holds.

Since:
12.1.2.0
See Also:
DomainMBean.getServiceMigrationHistorySize()

getCoherenceManagementClusters

CoherenceManagementClusterMBean[] getCoherenceManagementClusters()

The CoherenceManagementClusterMBean that have been defined for this domain.

Returns:
array of CoherenceManagementClusterMBean objects
Since:
12.1.3

createCoherenceManagementCluster

CoherenceManagementClusterMBean createCoherenceManagementCluster(String name)
Create a new CoherenceManagementClusterMBean MBean representing the specified Coherence cluster.
Parameters:
name - name of the Coherence cluster
Returns:
returns the management addresses bean specified by name
Since:
12.1.3

lookupCoherenceManagementCluster

CoherenceManagementClusterMBean lookupCoherenceManagementCluster(String name)
Find the CoherenceManagementClusterMBean representing the specified cluster if it exists.
Parameters:
name - name of the cluster
Returns:
returns the management cluster bean specified by name
Since:
12.1.3

destroyCoherenceManagementCluster

void destroyCoherenceManagementCluster(CoherenceManagementClusterMBean bean)
Destroys the bean representing the specified cluster and removes it from the list of currently existing beans.
Parameters:
bean -
Since:
12.1.3

getPartitions

PartitionMBean[] getPartitions()

The partitions that have been configured to be part of this domain.

Returns:
array of Partition objects
Since:
12.2.1.0

lookupPartition

PartitionMBean lookupPartition(String name)

Looks up a partition by name.

Parameters:
name - the partition to find
Returns:
Partition object
Since:
12.2.1.0

findPartitionByID

PartitionMBean findPartitionByID(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.

Parameters:
id - the id of the partition to find
Returns:
Partition object
Since:
12.2.1.0

createPartition

PartitionMBean createPartition(String name)

Creates a partition with the specified name.

Parameters:
name - the name of the partition to create
Returns:
Partition object
Since:
12.2.1.0

destroyPartition

void destroyPartition(PartitionMBean partition)

Destroys the specified partition.

Parameters:
partition - partition bean to destroy
Since:
12.2.1.0

arePartitionsPresent

boolean arePartitionsPresent()
Specifies whether at least one partition has been configured.
Returns:
true if at least one partition exists; false otherwise

getResourceGroups

ResourceGroupMBean[] getResourceGroups()
The resource groups at the domain level.
Returns:
the list of resource groups

createResourceGroup

ResourceGroupMBean createResourceGroup(String name)
Creates a resource group at the domain level with the specified name.
Parameters:
name - the name of resource group to create
Returns:
the new resource group object

lookupResourceGroup

ResourceGroupMBean lookupResourceGroup(String name)
Lookup a resource group by name.
Parameters:
name - the resource group's name
Returns:
the matching resource group

destroyResourceGroup

void destroyResourceGroup(ResourceGroupMBean resourceGroup)
Destroys the specified resource group.
Parameters:
resourceGroup - the resource group to destroy

getResourceGroupTemplates

ResourceGroupTemplateMBean[] getResourceGroupTemplates()

The resource group templates that have been configured in this domain.

Returns:
the list of resource group templates

lookupResourceGroupTemplate

ResourceGroupTemplateMBean lookupResourceGroupTemplate(String name)

Looks up a resource group template by name.

Parameters:
name - the name of the resource group template to find
Returns:
the matching resource group template

createResourceGroupTemplate

ResourceGroupTemplateMBean createResourceGroupTemplate(String name)

Creates resource group templates with the specified name.

Parameters:
name - the name of resource group template to create
Returns:
the new resource group template object

destroyResourceGroupTemplate

void destroyResourceGroupTemplate(ResourceGroupTemplateMBean template)

Destroys the specified resource group template.

Parameters:
template - the resource group template to destroy

findConfigBeansWithTags

ConfigurationMBean[] findConfigBeansWithTags(String type,
                                             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.

Parameters:
type - type of the MBean (shortened version of the class name less the MBean)
tags -
Returns:
array of ConfigurationMBeans with the specified tag(s)
Since:
12.2.1.0

findConfigBeansWithTags

ConfigurationMBean[] findConfigBeansWithTags(String type,
                                             boolean matchAll,
                                             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.

Parameters:
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 tags
tags -
Returns:
array of ConfigurationMBeans with the specified tag(s)
Since:
12.2.1.0

getMaxConcurrentNewThreads

int getMaxConcurrentNewThreads()
The maximum number of running threads that can be created by all the Managed Thread Factories in the global/domain partition on the current server.
Since:
12.2.1.0

setMaxConcurrentNewThreads

void setMaxConcurrentNewThreads(int maxConcurrentNewThreads)
Specfies maximum number of running threads that can be created by all the Managed Thread Factories in the global/domain partition on the current server.
Since:
12.2.1.0

getMaxConcurrentLongRunningRequests

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 in the global/domain partition on the current server.
Since:
12.2.1.0

setMaxConcurrentLongRunningRequests

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 in the global/domain partition on the current server.
Since:
12.2.1.0

getManagedExecutorServiceTemplates

ManagedExecutorServiceTemplateMBean[] getManagedExecutorServiceTemplates()
Get all the ManagedExecutorService templates
Since:
12.2.1.0

createManagedExecutorServiceTemplate

ManagedExecutorServiceTemplateMBean createManagedExecutorServiceTemplate(String name)
This is the factory method for ManagedExecutorServiceTemplate
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

destroyManagedExecutorServiceTemplate

void destroyManagedExecutorServiceTemplate(ManagedExecutorServiceTemplateMBean bean)
Destroys and removes a ManagedExecutorServiceTemplate which with the specified short name.
Parameters:
bean -
Since:
12.2.1.0

lookupManagedExecutorServiceTemplate

ManagedExecutorServiceTemplateMBean lookupManagedExecutorServiceTemplate(String name)
Lookup a particular ManagedExecutorServiceTemplate from the list.
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

getManagedScheduledExecutorServiceTemplates

ManagedScheduledExecutorServiceTemplateMBean[] getManagedScheduledExecutorServiceTemplates()
Get all the ManagedScheduledExecutorService
Since:
12.2.1.0

createManagedScheduledExecutorServiceTemplate

ManagedScheduledExecutorServiceTemplateMBean createManagedScheduledExecutorServiceTemplate(String name)
This is the factory method for ManagedScheduledExecutorServiceTemplate
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

destroyManagedScheduledExecutorServiceTemplate

void destroyManagedScheduledExecutorServiceTemplate(ManagedScheduledExecutorServiceTemplateMBean bean)
Destroys and removes a ManagedScheduledExecutorServiceTemplate
Parameters:
bean -
Since:
12.2.1.0

lookupManagedScheduledExecutorServiceTemplate

ManagedScheduledExecutorServiceTemplateMBean lookupManagedScheduledExecutorServiceTemplate(String name)
Lookup a particular ManagedScheduledExecutorServiceTemplate from the list.
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

getManagedThreadFactoryTemplates

ManagedThreadFactoryTemplateMBean[] getManagedThreadFactoryTemplates()
Get all the ManagedThreadFactory templates
Since:
12.2.1.0

createManagedThreadFactoryTemplate

ManagedThreadFactoryTemplateMBean createManagedThreadFactoryTemplate(String name)
This is the factory method for ManagedThreadFactoryTemplate
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

destroyManagedThreadFactoryTemplate

void destroyManagedThreadFactoryTemplate(ManagedThreadFactoryTemplateMBean bean)
Destroys and removes a ManagedThreadFactory template which with the specified short name.
Parameters:
bean -
Since:
12.2.1.0

lookupManagedThreadFactoryTemplate

ManagedThreadFactoryTemplateMBean lookupManagedThreadFactoryTemplate(String name)
Lookup a particular ManagedThreadFactory template from the list.
Parameters:
name -
Returns:
an instance.
Since:
12.2.1.0

getBatchConfig

BatchConfigMBean getBatchConfig()

Returns the BatchConfigMBean.

Returns:
The BatchConfigMBean.

getPartitionWorkManagers

PartitionWorkManagerMBean[] getPartitionWorkManagers()
The partition work manager policy configurations.
Since:
12.2.1.0

createPartitionWorkManager

PartitionWorkManagerMBean createPartitionWorkManager(String name)
Creates a PartitionWorkManager with the specified name.
Parameters:
name - the name of the PartitionWorkManager to create
Returns:
a new instance of PartitionWorkManagerMBean
Since:
12.2.1.0

destroyPartitionWorkManager

void destroyPartitionWorkManager(PartitionWorkManagerMBean bean)
Destroys a partition work manager policy configuration with the specified short name.
Parameters:
bean - the PartitionWorkManager to destroy
Since:
12.2.1.0

lookupPartitionWorkManager

PartitionWorkManagerMBean lookupPartitionWorkManager(String name)
Lookup a particular PartitionWorkManager policy configuration from the list.
Parameters:
name - the name of the PartitionWorkManager to find
Returns:
an instance of PartitionWorkManagerMBean with the given name
Since:
12.2.1.0

getBatchJobsDataSourceJndiName

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.

Returns:
the Batch DataSource jndi name

setBatchJobsDataSourceJndiName

void setBatchJobsDataSourceJndiName(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.

Parameters:
jndiName - the Batch DataSource jndi name.

getBatchJobsExecutorServiceName

String getBatchJobsExecutorServiceName()
Returns the name of the application-scoped ManagedExecutorService. This ManagedExecutorService instance will be used to run batch jobs that are submitted from applications deployed to the domain. The ManagedExecutorServiceTemplate by the same name must exit when a batch job is submitted in the domain. If this returns null, then the batch runtime will look to use the default Java EE ManagedExecutorService that is bound to the JNDI name: java:comp/DefaultManagedExecutorService.
Returns:
the ExecutorService name

setBatchJobsExecutorServiceName

void setBatchJobsExecutorServiceName(String executorServiceName)
Specifies the name of the application-scoped ManagedExecutorService. This ManagedExecutorService instance will be used to run batch jobs that are submitted from applications deployed to the domain. The ManagedExecutorServiceTemplate by the same name must exit when a batch job is submitted in the domain. If this returns null, then the batch runtime will look to use the default Java EE ManagedExecutorService that is bound to the JNDI name: java:comp/DefaultManagedExecutorService.
Parameters:
executorServiceName - the ExecutorService name.

getOptionalFeatureDeployment

OptionalFeatureDeploymentMBean getOptionalFeatureDeployment()
The configuration of OptionalFeature deployment.
Returns:
the OptionalFeatureDeployment configuration
Since:
12.1.2.0

getLifecycleManagerConfig

LifecycleManagerConfigMBean getLifecycleManagerConfig()

Returns the LifecycleManagerConfigMBean.

Returns:
The LifecycleManagerConfigMBean.
Since:
12.2.1.0

getSiteName

String getSiteName()

The name of the site this domain is associated with.

Since:
12.2.1.0

setSiteName

void setSiteName(String siteName)
                 throws InvalidAttributeValueException

Sets the value of the SiteName attribute.

Parameters:
siteName - The new recoveryDomain value
Throws:
InvalidAttributeValueException
Since:
12.2.1.0
See Also:
DomainMBean.getSiteName()

getName

String getName()

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:

Name=user-specified-name

Specified by:
getName in interface ConfigurationMBean
Specified by:
getName in interface WebLogicMBean

isEnableEECompliantClassloadingForEmbeddedAdapters

boolean isEnableEECompliantClassloadingForEmbeddedAdapters()

Specifies the class loading behavior for embedded adapters. If you enable this option, embedded adapters deployed to all partitions 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.

Since:
12.2.1.0

setEnableEECompliantClassloadingForEmbeddedAdapters

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.

Parameters:
enableEECompliantClassloading - if true, will enable EE compliant classloading for embeddedAdapters
Since:
12.2.1.0
See Also:
DomainMBean.isEnableEECompliantClassloadingForEmbeddedAdapters()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09