Oracle

weblogic.management.configuration
Interface DomainMBean

All Superinterfaces:
ConfigurationMBean

public interface DomainMBean
extends ConfigurationMBean

A WebLogic Domain is a group of servers and/or clusters which are administered as a group.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://edocs.bea.com.


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
 ApplicationMBean createApplication(String name)
          Deprecated. 9.0.0.0
 BridgeDestinationMBean createBridgeDestination(String name)
          Factory to create BridgeDestination instance in the domain
 ClusterMBean createCluster(String name)
          Factory for creating Clusters.
 CustomResourceMBean createCustomResource(String name, String resourceClass, String descriptorBeanClass)
          Create a new Custom system resource.
 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.
 DomainLogFilterMBean createDomainLogFilter(String name)
          Deprecated. 9.0.0.0
 ErrorHandlingMBean createErrorHandling(String name)
          Factory method to create ErrorHandling object
 FileStoreMBean createFileStore(String name)
          Create a new FileStore
 ForeignJMSServerMBean createForeignJMSServer(String name)
          Deprecated. 9.0.0.0
 ForeignJNDIProviderMBean createForeignJNDIProvider(String name)
          Create a new diagnostic deployment that can be targeted to a server
 JDBCConnectionPoolMBean createJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCDataSourceMBean createJDBCDataSource(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCDataSourceFactoryMBean createJDBCDataSourceFactory(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment
 JDBCMultiPoolMBean createJDBCMultiPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCStoreMBean createJDBCStore(String name)
          Create a new JDBCStore
 JDBCSystemResourceMBean createJDBCSystemResource(String name)
          Create a new JDBC system resource.
 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.
 JDBCTxDataSourceMBean createJDBCTxDataSource(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JMSBridgeDestinationMBean createJMSBridgeDestination(String name)
          Factory to create JMSBridgeDestination instance in the domain
 JMSConnectionFactoryMBean createJMSConnectionFactory(String name)
          Deprecated. 9.0.0.0
 JMSDestinationKeyMBean createJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
 JMSDistributedQueueMBean createJMSDistributedQueue(String name)
          Deprecated. 9.0.0.0
 JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
 JMSDistributedTopicMBean createJMSDistributedTopic(String name)
          Deprecated. 9.0.0.0
 JMSDistributedTopicMemberMBean createJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
 JMSFileStoreMBean createJMSFileStore(String name)
          Deprecated. 9.0.0.0
 JMSInteropModuleMBean createJMSInteropModule(String name)
          Create a new JMS interop module.
 JMSJDBCStoreMBean createJMSJDBCStore(String name)
          Deprecated. 9.0.0.0
 JMSQueueMBean createJMSQueue(String name)
          Deprecated. 9.0.0.0
 JMSServerMBean createJMSServer(String name)
          Factory method to create JMSServer object
 JMSSessionPoolMBean createJMSSessionPool(String name)
          Deprecated. 9.0.0.0
 JMSSystemResourceMBean createJMSSystemResource(String name)
          Create a new JMS system resource.
 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.
 JMSTemplateMBean createJMSTemplate(String name)
          Deprecated. 9.0.0.0
 JMSTopicMBean createJMSTopic(String name)
          Deprecated. 9.0.0.0
 JoltConnectionPoolMBean createJoltConnectionPool(String name)
          Factory to create a JoltConnectionPool instance in the domain
 LogFilterMBean createLogFilter(String name)
          Creates a log filter MBean instance
 MachineMBean createMachine(String name)
          Factory method to create a Machine object
 MailSessionMBean createMailSession(String name)
          Factory method to create MailSession objects
 MessagingBridgeMBean createMessagingBridge(String name)
          Factory for creating MessagingBridges
 MigratableTargetMBean createMigratableTarget(String name)
          This is the factory method for MigratableTargets
 NetworkChannelMBean createNetworkChannel(String name)
          Deprecated. 9.0.0.0
 RemoteSAFContextMBean createRemoteSAFContext(String name)
          Factory method to create SAFRemoteContext object
 SAFAgentMBean createSAFAgent(String name)
          Factory method to create SAFAgent object
 ServerMBean createServer(String name)
          This is the factory method for Servers that are scoped at the domain level.
 ShutdownClassMBean createShutdownClass(String name)
          Factory method to create ShutdownClass object
 SingletonServiceMBean createSingletonService(String name)
          Factory method to create SingletonService object
 SNMPAgentDeploymentMBean createSNMPAgentDeployment(String name)
          Creates a SNMPAgentDeploymentMBean with the specified name
 StartupClassMBean createStartupClass(String name)
          Factory method to create StartupClass object
 UnixMachineMBean createUnixMachine(String name)
          Creates a UnixMachineMBean and adds it to the list returned by getMachines.
 VirtualHostMBean createVirtualHost(String name)
          Factory method to create VirtualHost object
 WebserviceSecurityMBean createWebserviceSecurity(String name)
          create WebserviceSecurity object
 WLDFSystemResourceMBean createWLDFSystemResource(String name)
          Create a new JMS system resource.
 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.
 WLECConnectionPoolMBean createWLECConnectionPool(String name)
          Factory method to create WLECConnectionPool object
 WSReliableDeliveryPolicyMBean createWSReliableDeliveryPolicy(String name)
          Factory method to create WSReliableDeliveryPolicy object
 WTCServerMBean createWTCServer(String name)
          Factory to create WTCServer instance in the domain
 XMLEntityCacheMBean createXMLEntityCache(String name)
          Factory method to create an XMLEntityCache Object
 XMLRegistryMBean createXMLRegistry(String name)
          Factory method to create XMLRegistry object
 void destroyApplication(ApplicationMBean application)
          Deprecated. 9.0.0.0
 void destroyBridgeDestination(BridgeDestinationMBean bridgeDestination)
          deletes BridgeDestination object
 void destroyCluster(ClusterMBean cluster)
          Deletes the cluster object
 void destroyCustomResource(CustomResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
 void destroyDomainLogFilter(DomainLogFilterMBean logFilter)
          Deprecated. 9.0.0.0
 void destroyErrorHandling(ErrorHandlingMBean errorHandling)
          Removes a ErrorHandling from this domain
 void destroyFileStore(FileStoreMBean store)
          Destroy a file store
 void destroyForeignJMSServer(ForeignJMSServerMBean jmsServer)
          Deprecated. 9.0.0.0
 void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
          Delete a diagnostic deployment configuration from the domain.
 void destroyJDBCConnectionPool(JDBCConnectionPoolMBean pool)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 void destroyJDBCDataSource(JDBCDataSourceMBean dataSource)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 void destroyJDBCDataSourceFactory(JDBCDataSourceFactoryMBean factory)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment
 void destroyJDBCMultiPool(JDBCMultiPoolMBean pool)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 void destroyJDBCStore(JDBCStoreMBean store)
          Destroy a file store
 void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
 void destroyJDBCTxDataSource(JDBCTxDataSourceMBean dataSource)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)
          deletes JMSBridgeDestination object
 void destroyJMSConnectionFactory(JMSConnectionFactoryMBean jmsConnectionFactory)
          Deprecated. 9.0.0.0
 void destroyJMSDestinationKey(JMSDestinationKeyMBean destination)
          Deprecated. 9.0.0.0
 void destroyJMSDistributedQueue(JMSDistributedQueueMBean member)
          Deprecated. 9.0.0.0
 void destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean queue)
          Deprecated. 9.0.0.0
 void destroyJMSDistributedTopic(JMSDistributedTopicMBean member)
          Deprecated. 9.0.0.0
 void destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean topic)
          Deprecated. 9.0.0.0
 void destroyJMSFileStore(JMSFileStoreMBean store)
          Deprecated. 9.0.0.0
 void destroyJMSInteropModule(JMSInteropModuleMBean bean)
          Destroy the given interop module bean and delete the descriptor file that it refers to.
 void destroyJMSJDBCStore(JMSJDBCStoreMBean store)
          Deprecated. 9.0.0.0
 void destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0
 void destroyJMSServer(JMSServerMBean jmsServer)
          Removes a JMSServer from this domain
 void destroyJMSSessionPool(JMSSessionPoolMBean jmsSessionPool)
          Deprecated. 9.0.0.0
 void destroyJMSSystemResource(JMSSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
 void destroyJMSTemplate(JMSTemplateMBean template)
          Deprecated. 9.0.0.0
 void destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0
 void destroyJoltConnectionPool(JoltConnectionPoolMBean joltConnectionPool)
          deletes a JoltConnectionPool object
 void destroyLogFilter(LogFilterMBean logFilter)
          Destroy the given log filter MBean
 void destroyMachine(MachineMBean machine)
          Removes a Machine from this domain
 void destroyMailSession(MailSessionMBean ms)
          Removes a MailSession from this domain
 void destroyMessagingBridge(MessagingBridgeMBean bridge)
          deletes MessagingBridge object
 void destroyMigratableTarget(MigratableTargetMBean bean)
          Destroys and removes a MigratableTarget which with the specified short name .
 void destroyNetworkChannel(NetworkChannelMBean channel)
          Deprecated. 9.0.0.0
 void destroyPathService(PathServiceMBean pathService)
          Removes a PathService from this domain
 void destroyRemoteSAFContext(RemoteSAFContextMBean remoteSAFContext)
          Removes a SAFRemoteContext from this domain
 void destroySAFAgent(SAFAgentMBean sAFAgent)
          Removes a SAFAgent from this domain
 void destroyServer(ServerMBean server)
          Destroys and removes a server which is a child of this Domain with the specified short name .
 void destroyShutdownClass(ShutdownClassMBean sc)
          Removes a ShutdownClass from this domain
 void destroySingletonService(SingletonServiceMBean sc)
          Removes a SingletonService from this domain
 void destroySNMPAgentDeployment(SNMPAgentDeploymentMBean mbean)
          Destroys the specified SNMPAgentDeploymentMBean
 void destroyStartupClass(StartupClassMBean sc)
          Removes a StartupClass from this domain
 void destroyVirtualHost(VirtualHostMBean host)
          Removes a VirtualHost from this domain
 void destroyWebserviceSecurity(WebserviceSecurityMBean wsc)
          destroy WebserviceSecurity object
 void destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
 void destroyWLECConnectionPool(WLECConnectionPoolMBean store)
          Removes a WLECConnectionPool from this domain
 void destroyWSReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean policy)
          Removes a WSReliableDeliveryPolicy from this domain
 void destroyWTCServer(WTCServerMBean wtcServer)
          deletes WTCServer object
 void destroyXMLEntityCache(XMLEntityCacheMBean cache)
          Factory method to destroys an XMLEntityCache Object
 void destroyXMLRegistry(XMLRegistryMBean registry)
          Removes a XMLRegistry from this domain
 boolean discoverManagedServer(String serverName)
          Admin Server's knowledge of running Managed Servers is refreshed.
 void discoverManagedServers()
          Admin Server's knowledge of running Managed Servers is refreshed.
 AdminConsoleMBean getAdminConsole()
          get AdminConsoleMBean object, a console specific MBean to configure weblogic administration console attributes.
 int getAdministrationPort()
          The common secure administration port for this WebLogic Server domain.
 String getAdministrationProtocol()
          The default protocol for communicating through the administration port or administration channels.
 String getAdminServerName()
           
 AppDeploymentMBean[] getAppDeployments()
          The collection of deployable entities in this domain.
 ApplicationMBean[] getApplications()
          Deprecated. 9.0.0.0
 int getArchiveConfigurationCount()
          The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified.
 BridgeDestinationMBean[] getBridgeDestinations()
          Deprecated. 9.0.0.0
 ClusterMBean[] getClusters()
          Returns the ClusterMBeans representing the cluster that have been configured to be part of this domain.
 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.
 String getConfigurationVersion()
          The release identifier for the configuration.
 String getConsoleContextPath()
          The context path that you want to use in URLs that specify the Administration Console.
 String getConsoleExtensionDirectory()
          Returns the directory path that console extensions are loaded from.
 CustomResourceMBean[] getCustomResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
 DeploymentConfigurationMBean getDeploymentConfiguration()
          Return the deployment configuration for this Domain.
 DeploymentMBean[] getDeployments()
          Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.
 Object[] getDisconnectedManagedServers()
          Deprecated. Use the ServerLifecycleRuntime
 DomainLogFilterMBean[] getDomainLogFilters()
          Deprecated. 9.0.0.0
 String getDomainVersion()
          Defines the common version of all servers in a domain.
 EmbeddedLDAPMBean getEmbeddedLDAP()
          Returns the embedded LDAP configuration for this domain.
 ErrorHandlingMBean[] getErrorHandlings()
          Get ErrorHandlingMBean for this Domain
 FileStoreMBean[] getFileStores()
          Return file stores defined in this domain
 AppDeploymentMBean[] getInternalAppDeployments()
          The collection of internal application deployments in this domain
 LibraryMBean[] getInternalLibraries()
          The collection of internal libraries in this domain
 JDBCConnectionPoolMBean[] getJDBCConnectionPools()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCDataSourceFactoryMBean[] getJDBCDataSourceFactories()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment
 JDBCDataSourceMBean[] getJDBCDataSources()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCMultiPoolMBean[] getJDBCMultiPools()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCStoreMBean[] getJDBCStores()
          Return file stores defined in this domain
 JDBCSystemResourceMBean[] getJDBCSystemResources()
          Returns the JDBCSystemResourceMBeans that have been defined for this domain
 JDBCTxDataSourceMBean[] getJDBCTxDataSources()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JMSBridgeDestinationMBean[] getJMSBridgeDestinations()
          Return the JMSBridgeDestinations for this Domain.
 JMSConnectionFactoryMBean[] getJMSConnectionFactories()
          Deprecated. 9.0.0.0
 JMSDestinationKeyMBean[] getJMSDestinationKeys()
          Deprecated. 9.0.0.0
 JMSDestinationMBean[] getJMSDestinations()
          Deprecated. 9.0.0.0
 JMSDistributedQueueMemberMBean[] getJMSDistributedQueueMembers()
          Deprecated. 9.0.0.0
 JMSDistributedQueueMBean[] getJMSDistributedQueues()
          Deprecated. 9.0.0.0
 JMSDistributedTopicMemberMBean[] getJMSDistributedTopicMembers()
          Deprecated. 9.0.0.0
 JMSDistributedTopicMBean[] getJMSDistributedTopics()
          Deprecated. 9.0.0.0
 JMSFileStoreMBean[] getJMSFileStores()
          Deprecated. 9.0.0.0
 JMSInteropModuleMBean[] getJMSInteropModules()
          Returns the JMS Interop Module that have been defined for this domain.
 JMSJDBCStoreMBean[] getJMSJDBCStores()
          Deprecated. 9.0.0.0
 JMSQueueMBean[] getJMSQueues()
          Deprecated. 9.0.0.0
 JMSServerMBean[] getJMSServers()
          Define JMSServers for this Domain
 JMSSessionPoolMBean[] getJMSSessionPools()
          Deprecated. 9.0.0.0
 JMSStoreMBean[] getJMSStores()
          Deprecated. 9.0.0.0
 JMSSystemResourceMBean[] getJMSSystemResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
 JMSTemplateMBean[] getJMSTemplates()
          Deprecated. 9.0.0.0
 JMSTopicMBean[] getJMSTopics()
          Deprecated. 9.0.0.0
 JMXMBean getJMX()
          The configuration of the JMX Subsystem.
 JoltConnectionPoolMBean[] getJoltConnectionPools()
          Return the JoltConnectionPools for this Domain.
 JTAMBean getJTA()
          Return the JTA configuration for this Domain.
 long getLastModificationTime()
          Return the last time this domain was updated.
 LibraryMBean[] getLibraries()
           
 LogMBean getLog()
          Return the domain logfile configuration for this domain.
 LogFilterMBean[] getLogFilters()
          Gets the array of log filters defined in the domain
 MachineMBean[] getMachines()
          Define machines for this Domain
 MailSessionMBean[] getMailSessions()
          Retrieve MailSessions for this Domain
 MessagingBridgeMBean[] getMessagingBridges()
          Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
 MigratableTargetMBean[] getMigratableTargets()
          Returns an array of the contained MigratableTarget MBeans
 NetworkChannelMBean[] getNetworkChannels()
          Deprecated. 9.0.0.0
 RemoteSAFContextMBean[] getRemoteSAFContexts()
          Get RemoteSAFContextMBean for this Domain
 String getRootDirectory()
          Return the root directory for the domain.
 SAFAgentMBean[] getSAFAgents()
          Get SAFAgentMBean for this Domain
 SecurityMBean getSecurity()
          Deprecated. 9.0.0.0
 SecurityConfigurationMBean getSecurityConfiguration()
          Return the (new) security configuration for this domain.
 SelfTuningMBean getSelfTuning()
          Get the WorkManager configuration pieces for this domain
 ServerMBean[] getServers()
          Returns the ServerMBeans representing the servers that have been configured to be part of this domain.
 ShutdownClassMBean[] getShutdownClasses()
          Retrieve ShutdownClasses for this Domain
 SingletonServiceMBean[] getSingletonServices()
          Retrieve SingletonServicees for this Domain
 SNMPAgentMBean getSNMPAgent()
          Return the SNMPAgentMBean for this domain.
 SNMPAgentDeploymentMBean[] getSNMPAgentDeployments()
          The SNMPAgentDeployments defined in the domain.
 StartupClassMBean[] getStartupClasses()
          Retrieve StartupClasses for this Domain
 SystemResourceMBean[] getSystemResources()
          Return the SystemResourceMBeans in this Domain.
 TargetMBean[] getTargets()
          Define targets for this Domain
 VirtualHostMBean[] getVirtualHosts()
          Define VirtualHosts for this Domain
 WebAppContainerMBean getWebAppContainer()
          Collection of global properties to be applied on all webapps in this domain.
 WebserviceSecurityMBean[] getWebserviceSecurities()
           
 WLDFSystemResourceMBean[] getWLDFSystemResources()
          Returns the WLDFSystemResourceMBeans that have been defined for this domain.
 WLECConnectionPoolMBean[] getWLECConnectionPools()
          Get WLECConnectionPools for this Domain
 WSReliableDeliveryPolicyMBean[] getWSReliableDeliveryPolicies()
          Define wSReliableDeliveryPolicies for this Domain
 WTCServerMBean[] getWTCServers()
          Return the WTCServerMBeans for this Domain.
 XMLEntityCacheMBean[] getXMLEntityCaches()
          Returns all the XMLEntityCache objects defined in this domain
 XMLRegistryMBean[] getXMLRegistries()
          Define xMLRegistries for this Domain
 boolean isAdministrationMBeanAuditingEnabled()
          Deprecated. Please use DomainMBean.getConfigurationAuditType()
 boolean isAdministrationPortEnabled()
          Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain.
 boolean isAutoConfigurationSaveEnabled()
          Deprecated. 9.0.0.0 The configuration is explicit written on a save call.
 boolean isClusterConstraintsEnabled()
          Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running.
 boolean isConfigBackupEnabled()
          If true, then backups of the configuration will be made during server boot.
 boolean isConsoleEnabled()
          Specifies whether the Administration Server automatically deploys the Administration Console in the current domain.
 boolean isGuardianEnabled()
          Specifies whether the Guardian Agent is deployed when starting servers in the current domain.
 boolean isInternalAppsDeployOnDemandEnabled()
          Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup.
 boolean isProductionModeEnabled()
          Specifies whether all servers in this domain run in production mode.
 HashMap kill()
          Deprecated. 9.0.0.0
 AppDeploymentMBean lookupAppDeployment(String name)
           
 ApplicationMBean lookupApplication(String name)
          Deprecated. 9.0.0.0
 BridgeDestinationMBean lookupBridgeDestination(String name)
           
 ClusterMBean lookupCluster(String name)
           
 CustomResourceMBean lookupCustomResource(String name)
          Find a JMSSystem resource with the given name
 DomainLogFilterMBean lookupDomainLogFilter(String name)
          Deprecated. 9.0.0.0
 ErrorHandlingMBean lookupErrorHandling(String name)
           
 FileStoreMBean lookupFileStore(String name)
           
 ForeignJNDIProviderMBean lookupForeignJNDIProvider(String name)
          Find a ForeignJNDIProvider resource with the given name
 AppDeploymentMBean lookupInternalAppDeployment(String name)
           
 LibraryMBean lookupInternalLibrary(String name)
           
 JDBCConnectionPoolMBean lookupJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCDataSourceMBean lookupJDBCDataSource(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCDataSourceFactoryMBean lookupJDBCDataSourceFactory(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment
 JDBCMultiPoolMBean lookupJDBCMultiPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCStoreMBean lookupJDBCStore(String name)
           
 JDBCSystemResourceMBean lookupJDBCSystemResource(String name)
           
 JDBCTxDataSourceMBean lookupJDBCTxDataSource(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JMSBridgeDestinationMBean lookupJMSBridgeDestination(String name)
           
 JMSConnectionFactoryMBean lookupJMSConnectionFactory(String name)
          Deprecated. 9.0.0.0
 JMSDestinationMBean lookupJMSDestination(String name)
           
 JMSDestinationKeyMBean lookupJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
 JMSDistributedQueueMBean lookupJMSDistributedQueue(String name)
          Deprecated. 9.0.0.0
 JMSDistributedQueueMemberMBean lookupJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
 JMSDistributedTopicMBean lookupJMSDistributedTopic(String name)
          Deprecated. 9.0.0.0
 JMSDistributedTopicMemberMBean lookupJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
 JMSFileStoreMBean lookupJMSFileStore(String name)
          Deprecated. 9.0.0.0
 JMSInteropModuleMBean lookupJMSInteropModule(String name)
          Find a JMSInterop resource with the given name
 JMSJDBCStoreMBean lookupJMSJDBCStore(String name)
          Deprecated. 9.0.0.0
 JMSQueueMBean lookupJMSQueue(String name)
          Deprecated. 9.0.0.0
 JMSServerMBean lookupJMSServer(String name)
           
 JMSSessionPoolMBean lookupJMSSessionPool(String name)
          Deprecated. 9.0.0.0
 JMSStoreMBean lookupJMSStore(String name)
          Deprecated. 9.0.0.0
 JMSSystemResourceMBean lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name
 JMSTemplateMBean lookupJMSTemplate(String name)
          Deprecated. 9.0.0.0
 JMSTopicMBean lookupJMSTopic(String name)
          Deprecated. 9.0.0.0
 JoltConnectionPoolMBean lookupJoltConnectionPool(String name)
          Find a JoltConnectionPool object with this name
 LibraryMBean lookupLibrary(String name)
          Look up the named module.
 LogFilterMBean lookupLogFilter(String name)
          Looks up a log filter by name
 MachineMBean lookupMachine(String name)
           
 MailSessionMBean lookupMailSession(String name)
           
 MessagingBridgeMBean lookupMessagingBridge(String name)
           
 MigratableTargetMBean lookupMigratableTarget(String name)
          Lookup a particular MigratableTarget from the list.
 NetworkChannelMBean lookupNetworkChannel(String name)
          Deprecated. 9.0.0.0
 RemoteSAFContextMBean lookupRemoteSAFContext(String name)
           
 SAFAgentMBean lookupSAFAgent(String name)
           
 ServerMBean lookupServer(String name)
          Lookup a particular server from the list.
 ShutdownClassMBean lookupShutdownClass(String name)
           
 SingletonServiceMBean lookupSingletonService(String name)
           
 SNMPAgentDeploymentMBean lookupSNMPAgentDeployment(String name)
          Finds a SNMPAgentDeploymentMBean with the specified name
 StartupClassMBean lookupStartupClass(String name)
           
 SystemResourceMBean lookupSystemResource(String name)
          Lookup a particular SystemResource in this domain.
 TargetMBean lookupTarget(String name)
           
 VirtualHostMBean lookupVirtualHost(String name)
           
 WebserviceSecurityMBean lookupWebserviceSecurity(String name)
          look up WebserviceSecurityConfiguration object
 WLDFSystemResourceMBean lookupWLDFSystemResource(String name)
          Looks up a WLDFSystemResourceMBean by name.
 WLECConnectionPoolMBean lookupWLECConnectionPool(String name)
           
 WSReliableDeliveryPolicyMBean lookupWSReliableDeliveryPolicy(String name)
           
 WTCServerMBean lookupWTCServer(String name)
           
 XMLEntityCacheMBean lookupXMLEntityCache(String name)
          Returns an XMLEntityCache object if the given name
 XMLRegistryMBean lookupXMLRegistry(String name)
           
 void setAdministrationMBeanAuditingEnabled(boolean choice)
          Deprecated. Please use DomainMBean.setConfigurationAuditType()
 void setAdministrationPort(int port)
          Sets the AdministrationPort attribute of the DomainMBean object
 void setAdministrationPortEnabled(boolean enable)
          Sets the value of the AdministrationPortEnabled attribute.
 void setAdministrationProtocol(String protocol)
          Sets the protocol to be used for admin connections when none is specified.
 void setAdminServerName(String name)
           
 void setArchiveConfigurationCount(int count)
          Sets the value of the ArchiveConfigurationCount attribute.
 void setAutoConfigurationSaveEnabled(boolean choice)
          Sets the value of the AutoConfigurationSaveEnabled attribute.
 void setClusterConstraintsEnabled(boolean enableClusterConstraints)
          Sets the value of the ClusterConstrainEnabled attribute.
 void setConfigBackupEnabled(boolean enable)
          Sets the value of the ConfigBackupEnabled attribute.
 void setConfigurationAuditType(String auditType)
          Sets the criteria for auditing configuration events (configuration changes and other operations): CONFIG_CHANGE_NONE.
 void setConfigurationVersion(String version)
          Sets the value of the ConfigurationVersion attribute.
 void setConsoleContextPath(String ctx)
          Sets the value of the ConsoleContextPath attribute.
 void setConsoleEnabled(boolean console)
          Sets the value of the ConsoleEnabled attribute.
 void setConsoleExtensionDirectory(String directory)
          Sets the directory path that console extension directory that console extensions are deployed to.
 void setDomainVersion(String version)
          Sets the value of the DomainVersion attribute.
 void setGuardianEnabled(boolean guardian)
          Sets the value of the GuardianEnabled attribute.
 void setInternalAppsDeployOnDemandEnabled(boolean onDemand)
          Sets the value of the InternalAppsDeployOnDemandEnabled attribute.
 void setProductionModeEnabled(boolean productionModeEnabled)
          Sets the value of the ProductionModeEnabled attribute.
 HashMap start()
          Deprecated. 9.0.0.0
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 

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

getSecurity

SecurityMBean getSecurity()
Deprecated. 9.0.0.0

Return the (old) security configuration for this domain.

Returns:
The security value

getJTA

JTAMBean getJTA()

Return the JTA configuration for this Domain.

Returns:
The JTA 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
Changes take effect after you redeploy the module or restart the server.

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:
Since:
10.0.0.0
Changes take effect after you redeploy the module or restart the server.

createSNMPAgentDeployment

SNMPAgentDeploymentMBean createSNMPAgentDeployment(String name)
Creates a SNMPAgentDeploymentMBean with the specified name

Parameters:
name -
Returns:

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:

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
Default Value:
true

setConsoleEnabled

void setConsoleEnabled(boolean console)

Sets the value of the ConsoleEnabled attribute.

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

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(), ServerMBean.getListenAddress(), ServerMBean.getListenPort()
Default Value:
"console"

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()
Default Value:
"console-ext"

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
Default Value:
true

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
Changes take effect after you redeploy the module or restart the server.

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

getClusters

ClusterMBean[] getClusters()

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

Returns:
The clusters value
Changes take effect after you redeploy the module or restart the server.

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.

getJDBCConnectionPools

JDBCConnectionPoolMBean[] getJDBCConnectionPools()
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Returns the JDBCConnectionPoolMBeans representing the pools that have been configured to be part of this domain.

Returns:
The pool array

createJDBCConnectionPool

JDBCConnectionPoolMBean createJDBCConnectionPool(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

This is the factory method for JDBCConnectionPools that are scoped at the domain level. The short name which is specified must be unique among all object instances of type Target. The new JDBCConnectionPool which gets created will have this Domain as its parent and must be destroyed with the destroyServer method.

Parameters:
name -
Returns:
a server instance.

destroyJDBCConnectionPool

void destroyJDBCConnectionPool(JDBCConnectionPoolMBean pool)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

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

Parameters:
pool -

lookupJDBCConnectionPool

JDBCConnectionPoolMBean lookupJDBCConnectionPool(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Lookup a particular JDBCConnectionPool from the list.

Parameters:
name -
Returns:
a server instance.

getJDBCDataSources

JDBCDataSourceMBean[] getJDBCDataSources()
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Returns the JDBCDataSourceMBeans representing the data sources that have been configured to be part of this domain.

Returns:
The datasource array

createJDBCDataSource

JDBCDataSourceMBean createJDBCDataSource(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

This is the factory method for JDBCDataSources that are scoped at the domain level. The new JDBCDataSource which gets created will have this Domain as its parent and must be destroyed with the destroyServer method.

Parameters:
name -
Returns:
a server instance.

destroyJDBCDataSource

void destroyJDBCDataSource(JDBCDataSourceMBean dataSource)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

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

Parameters:
dataSource -

lookupJDBCDataSource

JDBCDataSourceMBean lookupJDBCDataSource(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Lookup a particular JDBCDataSource from the list.

Parameters:
name -
Returns:
a server instance.

getJDBCTxDataSources

JDBCTxDataSourceMBean[] getJDBCTxDataSources()
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Returns the JDBCTxDataSource representing the JDBCTxDataSource which has been configured in this domain

Returns:
The multi-pool array

createJDBCTxDataSource

JDBCTxDataSourceMBean createJDBCTxDataSource(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

This is the factory method for JDBCTxDataSources that are scoped at the domain level. The new JDBCDataSource which gets created will have this Domain as its parent and must be destroyed with the destroyServer method.

Parameters:
name -
Returns:
a server instance.

destroyJDBCTxDataSource

void destroyJDBCTxDataSource(JDBCTxDataSourceMBean dataSource)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

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

Parameters:
dataSource -

lookupJDBCTxDataSource

JDBCTxDataSourceMBean lookupJDBCTxDataSource(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Lookup a particular JDBCTxDataSource from the list.

Parameters:
name -
Returns:
a server instance.

getJDBCMultiPools

JDBCMultiPoolMBean[] getJDBCMultiPools()
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Returns the JDBCMultiPool representing the multi-pools that have been configured to be part of this domain.

Returns:
The multi-pool array

createJDBCMultiPool

JDBCMultiPoolMBean createJDBCMultiPool(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

This is the factory method for JDBCMultiPools that are scoped at the domain level. The new JDBCMultiPool which gets created will have this Domain as its parent and must be destroyed with the destroyServer method.

Parameters:
name -
Returns:
a server instance.

destroyJDBCMultiPool

void destroyJDBCMultiPool(JDBCMultiPoolMBean pool)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

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

Parameters:
pool -

lookupJDBCMultiPool

JDBCMultiPoolMBean lookupJDBCMultiPool(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources

Lookup a particular JDBCMultiPool from the list.

Parameters:
name -
Returns:
a server instance.

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:

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(), ServerMBean.isAdministrationPortEnabled(), ServerMBean.getAdministrationPort(), KernelMBean.getSSL()
Default Value:
false

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(), ServerMBean.getAdministrationPort()
Default Value:
9002
Maximum Value:
65534
Minimum Value:
1

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
Default Value:
0

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
Default Value:
false

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
Default Value:
null

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
Default Value:
false

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
Default Value:
DomainMBean.CONFIG_CHANGE_NONE

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
Valid Values:
DomainMBean.CONFIG_CHANGE_NONE,DomainMBean.CONFIG_CHANGE_LOG,DomainMBean.CONFIG_CHANGE_AUDIT,DomainMBean.CONFIG_CHANGE_LOG_AND_AUDIT

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
Default Value:
false

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)
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
Changes take effect after you redeploy the module or restart the server.

lookupLibrary

LibraryMBean lookupLibrary(String name)
Look up the named module.

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 -

getJDBCDataSourceFactories

JDBCDataSourceFactoryMBean[] getJDBCDataSourceFactories()
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment

Define JDBCDataSourceFactories for this Domain


createJDBCDataSourceFactory

JDBCDataSourceFactoryMBean createJDBCDataSourceFactory(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment

Factory to create JDBCDataSourceFactories.

Parameters:
name -
Returns:
a JDBCDataSourceFactory object

destroyJDBCDataSourceFactory

void destroyJDBCDataSourceFactory(JDBCDataSourceFactoryMBean factory)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment

Removes a JDBCDataSourceFactory object from configuration

Parameters:
factory - name of the object

lookupJDBCDataSourceFactory

JDBCDataSourceFactoryMBean lookupJDBCDataSourceFactory(String name)
Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment

Parameters:
name -
Returns:
a JDBCDataSourceFactory object

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:
XMLEntityCache - 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
Throws:
IllegalArgumentException
Access limited to the following security roles:
Deployer

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()

Define VirtualHosts for this Domain


createVirtualHost

VirtualHostMBean createVirtualHost(String name)

Factory method to create VirtualHost object

Parameters:
name -
Returns:
VirtualHost object

destroyVirtualHost

void destroyVirtualHost(VirtualHostMBean host)

Removes a VirtualHost from this domain

Parameters:
host -

lookupVirtualHost

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

getMigratableTargets

MigratableTargetMBean[] getMigratableTargets()

Returns an array of the contained MigratableTarget MBeans

Returns:
an array of contained beans

createMigratableTarget

MigratableTargetMBean createMigratableTarget(String name)

This is the factory method for MigratableTargets

Parameters:
name -
Returns:
a server instance.

destroyMigratableTarget

void destroyMigratableTarget(MigratableTargetMBean bean)

Destroys and removes a MigratableTarget which with the specified short name .

Parameters:
bean -

lookupMigratableTarget

MigratableTargetMBean lookupMigratableTarget(String name)

Lookup a particular MigratableTarget from the list.

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

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


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

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
Changes take effect after you redeploy the module or restart the server.

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 -

getDomainLogFilters

DomainLogFilterMBean[] getDomainLogFilters()
Deprecated. 9.0.0.0

Gets the array of domain log filters defined in the domain


createDomainLogFilter

DomainLogFilterMBean createDomainLogFilter(String name)
Deprecated. 9.0.0.0

Creates a log filter MBean instance

Parameters:
name -

destroyDomainLogFilter

void destroyDomainLogFilter(DomainLogFilterMBean logFilter)
Deprecated. 9.0.0.0

Destroy the given domain log filter MBean

Parameters:
logFilter -

lookupDomainLogFilter

DomainLogFilterMBean lookupDomainLogFilter(String name)
Deprecated. 9.0.0.0

Looks up a domain log filter by name

Parameters:
name -

getFileStores

FileStoreMBean[] getFileStores()

Return file stores defined in this domain

Returns:
defined filestores.
Since:
9.0.0.0
Changes take effect after you redeploy the module or restart the server.

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

getJDBCStores

JDBCStoreMBean[] getJDBCStores()

Return file stores defined in this domain

Returns:
defined filestores.
Since:
9.0.0.0
Changes take effect after you redeploy the module or restart the server.

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
Changes take effect after you redeploy the module or restart the server.

createJMSInteropModule

JMSInteropModuleMBean createJMSInteropModule(String name)
Create a new JMS interop module. The file for this resource will be DOMAIN_DIR/config/.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/.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
Changes take effect after you redeploy the module or restart the server.

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

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.

Returns:
The administrationProtocol value
Since:
9.0.0.0
See Also:
DomainMBean.isAdministrationPortEnabled()
Default Value:
"t3s"
Valid Values:
"t3s","https","iiops","t3","http","iiop"

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

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:
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/.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.

Returns:
the SystemResource
Since:
9.0.0.0
Access limited to the following security roles:
Deployer

getSAFAgents

SAFAgentMBean[] getSAFAgents()

Get SAFAgentMBean for this Domain

Returns:
array of SAFAgentMBean objects.
Changes take effect after you redeploy the module or restart the server.

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

getWLECConnectionPools

WLECConnectionPoolMBean[] getWLECConnectionPools()

Get WLECConnectionPools for this Domain

Returns:
array of WLECConnectionPool objects.

createWLECConnectionPool

WLECConnectionPoolMBean createWLECConnectionPool(String name)

Factory method to create WLECConnectionPool object

Parameters:
name -
Returns:
WLECConnectionPool object

destroyWLECConnectionPool

void destroyWLECConnectionPool(WLECConnectionPoolMBean store)

Removes a WLECConnectionPool from this domain

Parameters:
store -

lookupWLECConnectionPool

WLECConnectionPoolMBean lookupWLECConnectionPool(String name)
Parameters:
name -
Returns:
WLECConnectionPool 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

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
Default Value:
true
Default value in production mode:
false

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()

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

Returns:
The guardianEnabled value
Default Value:
false

setGuardianEnabled

void setGuardianEnabled(boolean guardian)

Sets the value of the GuardianEnabled attribute.

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

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle