Deprecated Methods |
weblogic.management.runtime.DeployerRuntimeMBean.activate(String, String, String, DeploymentData, String)
8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.runtime.DeployerRuntimeMBean.activate(String, String, String, DeploymentData, String, boolean)
8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.configuration.JMSSessionPoolMBean.addConnectionConsumer(JMSConnectionConsumerMBean)
9.0.0.0 Replaced with message-driven beans. |
weblogic.management.configuration.ForeignJMSServerMBean.addConnectionFactory(ForeignJMSConnectionFactoryMBean)
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.ForeignJMSServerMBean.addDestination(ForeignJMSDestinationMBean)
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.JMSServerMBean.addDestination(JMSDestinationMBean)
9.0.0.0 Replaced with the functionality of JMS modules. |
weblogic.management.configuration.ServerMBean.addNetworkAccessPoint(NetworkAccessPointMBean)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.addSessionPool(JMSSessionPoolMBean)
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPAttributeChange(SNMPAttributeChangeMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPCounterMonitor(SNMPCounterMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPGaugeMonitor(SNMPGaugeMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPLogFilter(SNMPLogFilterMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPProxy(SNMPProxyMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPStringMonitor(SNMPStringMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addSNMPTrapDestination(SNMPTrapDestinationMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.addTargetedTrapDestination(SNMPTrapDestinationMBean)
9.0.0.0 |
weblogic.management.configuration.WebDeploymentMBean.addWebServer(WebServerMBean)
7.0.0.0 This attribute is being replaced by VirtualHosts attribute |
weblogic.management.security.authentication.UserLockoutManagerMBean.clearLockout(String)
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#clearLockout(String) |
weblogic.management.configuration.DomainMBean.createApplication(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createDomainLogFilter(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createForeignJMSServer(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJDBCConnectionPool(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.createJDBCDataSource(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.createJDBCDataSourceFactory(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment |
weblogic.management.configuration.DomainMBean.createJDBCMultiPool(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.createJDBCTxDataSource(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.createJMSConnectionFactory(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSDestinationKey(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSDistributedQueue(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSDistributedQueueMember(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSDistributedTopic(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSDistributedTopicMember(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSFileStore(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSJDBCStore(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.createJMSQueue(String)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.createJMSQueue(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.createJMSQueue(String, JMSQueueMBean)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.JMSServerMBean.createJMSSessionPool(String)
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.DomainMBean.createJMSSessionPool(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.createJMSTemplate(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.createJMSTopic(String)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.createJMSTopic(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.createJMSTopic(String, JMSTopicMBean)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.security.RealmMBean.createKeyStore(String)
8.1.0.0 |
weblogic.management.security.RealmMBean.createKeyStore(String, String)
8.1.0.0 |
weblogic.management.configuration.DomainMBean.createNetworkChannel(String)
9.0.0.0 |
weblogic.management.runtime.DeployerRuntimeMBean.deactivate(String, DeploymentData, String)
8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.runtime.DeployerRuntimeMBean.deactivate(String, DeploymentData, String, boolean)
8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.configuration.DomainMBean.destroyApplication(ApplicationMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyDomainLogFilter(DomainLogFilterMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyForeignJMSServer(ForeignJMSServerMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJDBCConnectionPool(JDBCConnectionPoolMBean)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.destroyJDBCDataSource(JDBCDataSourceMBean)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.destroyJDBCDataSourceFactory(JDBCDataSourceFactoryMBean)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment |
weblogic.management.configuration.DomainMBean.destroyJDBCMultiPool(JDBCMultiPoolMBean)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.destroyJDBCTxDataSource(JDBCTxDataSourceMBean)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.destroyJMSConnectionFactory(JMSConnectionFactoryMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSDestinationKey(JMSDestinationKeyMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSDistributedQueue(JMSDistributedQueueMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSDistributedTopic(JMSDistributedTopicMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSFileStore(JMSFileStoreMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSJDBCStore(JMSJDBCStoreMBean)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.destroyJMSQueue(JMSQueueMBean)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.destroyJMSQueue(JMSQueueMBean)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.destroyJMSSessionPool(JMSSessionPoolMBean)
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.DomainMBean.destroyJMSSessionPool(JMSSessionPoolMBean)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.destroyJMSTemplate(JMSTemplateMBean)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.destroyJMSTopic(JMSTopicMBean)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.destroyJMSTopic(JMSTopicMBean)
9.0.0.0 |
weblogic.management.security.RealmMBean.destroyKeyStore(KeyStoreMBean)
8.1.0.0 |
weblogic.management.configuration.DomainMBean.destroyNetworkChannel(NetworkChannelMBean)
9.0.0.0 |
weblogic.management.configuration.SecurityConfigurationMBean.findDefaultRealm()
9.0.0.0 Replaced by SecurityConfigurationMBean.getDefaultRealm() |
weblogic.management.configuration.SecurityConfigurationMBean.findRealm(String)
9.0.0.0 Replaced by SecurityConfigurationMBean.lookupRealm(java.lang.String) |
weblogic.management.configuration.SecurityConfigurationMBean.findRealms()
9.0.0.0 Replaced by SecurityConfigurationMBean.getRealms() |
weblogic.management.configuration.ConfigurationMBean.freezeCurrentValue(String)
9.0.0.0 |
weblogic.management.configuration.AdminServerMBean.getActiveDomain()
9.0.0.0 |
weblogic.management.configuration.MachineMBean.getAddresses()
8.1.0.0 Replaced by ServerMBean.getListenAddress() |
weblogic.management.runtime.ServerRuntimeMBean.getAdministrationPort()
9.0.0.0 Replaced by ServerRuntimeMBean.getAdministrationURL() |
weblogic.management.configuration.DomainMBean.getApplications()
9.0.0.0 |
weblogic.management.configuration.WebAppComponentMBean.getAuthFilter()
8.0.0.0 Use weblogic.xml. |
weblogic.management.configuration.WebAppComponentMBean.getAuthRealmName()
8.1.0.0 Use weblogic.xml. |
weblogic.management.runtime.DeployerRuntimeMBean.getAvailabilityStatusForApplication(String, boolean)
9.0.0.0 Replaced by AppRuntimeStateRuntimeMBean |
weblogic.management.runtime.DeployerRuntimeMBean.getAvailabilityStatusForComponent(ComponentMBean, boolean)
9.0.0.0 Replaced by AppRuntimeStateRuntimeMBean |
weblogic.management.runtime.EJBPoolRuntimeMBean.getBeansInUseCount()
28-Aug-2002. Use getBeansInUseCurrentCount() instead. |
weblogic.management.configuration.DomainMBean.getBridgeDestinations()
9.0.0.0 |
weblogic.management.configuration.JMSDestinationMBean.getBytesPagingEnabled()
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.runtime.EJBCacheRuntimeMBean.getCacheHitCount()
28-Aug-2002. The cache hit count can be calculated by subtracting the cache miss count from the cache access count. |
weblogic.management.configuration.JDBCConnectionPoolMBean.getCapacityIncrement()
10.3.6.0 |
weblogic.management.configuration.ServerMBean.getClusterRuntime()
9.0.0.0 |
weblogic.management.configuration.KernelMBean.getCompleteCOMMessageTimeout()
8.1.0.0 use NetworkAccessPointMBean.getCompleteMessageTimeout() |
weblogic.management.configuration.KernelMBean.getCompleteHTTPMessageTimeout()
8.1.0.0 use NetworkAccessPointMBean.getCompleteMessageTimeout() |
weblogic.management.configuration.KernelMBean.getCompleteIIOPMessageTimeout()
8.1.0.0 use NetworkAccessPointMBean.getCompleteMessageTimeout() |
weblogic.management.configuration.IIOPMBean.getCompleteMessageTimeout()
|
weblogic.management.configuration.KernelMBean.getCompleteT3MessageTimeout()
8.1.0.0 use NetworkAccessPointMBean.getCompleteMessageTimeout() |
weblogic.management.configuration.JMSSessionPoolMBean.getConnectionConsumers()
9.0.0.0 Replaced with message-driven beans. |
weblogic.management.configuration.SecurityMBean.getConnectionFilter()
9.0.0.0 Replaced by SecurityConfigurationMBean.getConnectionFilter() |
weblogic.management.configuration.SecurityMBean.getConnectionFilterRules()
9.0.0.0 Replaced by SecurityConfigurationMBean.getConnectionFilterRules() |
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionIdleProfileCount()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionIdleProfiles()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionIdleProfiles(int, int)
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionLeakProfileCount()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionLeakProfiles()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionLeakProfiles(int, int)
|
weblogic.management.configuration.SecurityMBean.getConnectionLoggerEnabled()
9.0.0.0 Replaced by SecurityConfigurationMBean.getConnectionLoggerEnabled() |
weblogic.management.runtime.ConnectorServiceRuntimeMBean.getConnectionPool(String)
|
weblogic.management.runtime.ConnectorServiceRuntimeMBean.getConnectionPoolCurrentCount()
|
weblogic.management.runtime.ConnectorServiceRuntimeMBean.getConnectionPools()
|
weblogic.management.runtime.ConnectorServiceRuntimeMBean.getConnectionPoolsTotalCount()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getConnectionProfilingEnabled()
|
weblogic.management.runtime.JRockitRuntimeMBean.getConstructorInvocationCount(Constructor)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.runtime.JRockitRuntimeMBean.getConstructorTiming(Constructor)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.security.credentials.UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemotePassword(String)
9.0.0.0 |
weblogic.management.runtime.ClusterRuntimeMBean.getCurrentSecondaryServer()
10.3.0.0.
deprecated in favor of getSecondaryServerDetails |
weblogic.management.configuration.ServerDebugMBean.getDebugBootstrapServlet()
|
weblogic.management.configuration.KernelDebugMBean.getDebugIIOP()
|
weblogic.management.configuration.ServerDebugMBean.getDebugJMSAME()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugJMSDurableSubscribers()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugJMSJDBCScavengeOnFlush()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugJMSLocking()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugJMSStore()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugJMSXA()
9.0.0.0 |
weblogic.management.configuration.SNMPAgentMBean.getDebugLevel()
10.0.0.0 Use the ServerDebugMBean.DebugSNMPToolkit attribute to configure the SNMP Toolkit debug |
weblogic.management.configuration.ServerDebugMBean.getDebugSAFLifeCycle()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugSAFMessagePath()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugStoreXA()
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.getDebugStoreXAVerbose()
9.0.0.0 |
weblogic.management.runtime.DomainRuntimeMBean.getDeployerRuntime()
9.0.0.0 |
weblogic.management.configuration.ApplicationMBean.getDeploymentTimeout()
9.0.0.0 Replaced by weblogic.deploy.api.spi.DeploymentOptions#getClusterDeploymentTimeout() |
weblogic.management.configuration.JMSServerMBean.getDestinations()
9.0.0.0 Replaced with the functionality of JMS modules. |
weblogic.management.configuration.ForeignJMSServerMBean.getDestinations()
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.DomainMBean.getDisconnectedManagedServers()
Use the ServerLifecycleRuntime |
weblogic.management.configuration.ServerMBean.getDomainLogFilter()
9.0.0.0 Replaced by LogMBean.LogBroadcastFilter The severity of messages going to the domain log is configured separately through LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean. |
weblogic.management.configuration.DomainMBean.getDomainLogFilters()
9.0.0.0 |
weblogic.management.configuration.XMLEntityCacheMBean.getEntityCacheCurrentRuntime()
9.0.0.0 |
weblogic.management.configuration.XMLEntityCacheMBean.getEntityCacheHistoricalRuntime()
9.0.0.0 |
weblogic.management.configuration.XMLEntityCacheMBean.getEntityCacheSessionRuntime()
9.0.0.0 |
weblogic.management.configuration.XMLRegistryMBean.getEntitySpecRegistryEntries()
9.0.0.0 |
weblogic.management.runtime.JRockitRuntimeMBean.getExceptionCount(Class)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.configuration.WTCServerMBean.getExports()
9.0.0.0 |
weblogic.management.configuration.ForeignJMSServerMBean.getForeignJMSConnectionFactories()
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.ForeignJMSServerMBean.getForeignJMSDestinations()
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.ServerMBean.getHealthCheckTimeoutSeconds()
9.0.0.0 Replaced by Server self-health monitoring that
takes action without NodeManager intervention. NodeManager identifies
if a running server was shutdown due to a restartable failure and
restarts the server. |
weblogic.management.runtime.EJBPoolRuntimeMBean.getIdleBeansCount()
28-Aug-2002. Use getPooledBeansCurrentCount() instead. |
weblogic.management.configuration.IIOPMBean.getIdleConnectionTimeout()
8.1.0.0 use NetworkAccessPointMBean.getIdleConnectionTimeout() |
weblogic.management.configuration.KernelMBean.getIdleIIOPConnectionTimeout()
8.1.0.0 use NetworkAccessPointMBean.getIdleConnectionTimeout() |
weblogic.management.configuration.KernelMBean.getIIOPTxMechanism()
8.1.0.0 use IIOPMBean.getTxMechanism() |
weblogic.management.configuration.WTCServerMBean.getImports()
9.0.0.0 |
weblogic.management.security.authentication.UserLockoutManagerMBean.getInvalidLoginAttemptsTotalCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getInvalidLoginAttemptsTotalCount() |
weblogic.management.security.authentication.UserLockoutManagerMBean.getInvalidLoginUsersHighCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getInvalidLoginUsersHighCount() |
weblogic.management.configuration.DomainMBean.getJDBCConnectionPools()
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.getJDBCDataSourceFactories()
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment |
weblogic.management.configuration.DomainMBean.getJDBCDataSources()
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.ServerMBean.getJDBCLogFileName()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJDBCMultiPools()
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.getJDBCTxDataSources()
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.getJMSConnectionFactories()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDestinationKeys()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDestinations()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDistributedQueueMembers()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDistributedQueues()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDistributedTopicMembers()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSDistributedTopics()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSFileStores()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSJDBCStores()
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.getJMSQueues()
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.getJMSQueues()
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.getJMSSessionPools()
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.DomainMBean.getJMSSessionPools()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSStores()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.getJMSTemplates()
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.getJMSTopics()
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.getJMSTopics()
9.0.0.0 |
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getJNDIName()
|
weblogic.management.security.RealmMBean.getKeyStores()
8.1.0.0 |
weblogic.management.security.RealmMBean.getKeyStoreTypes()
8.1.0.0 |
weblogic.management.security.authentication.UserLockoutManagerMBean.getLastLoginFailure(String)
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getLastLoginFailure(String) |
weblogic.management.runtime.ExecuteThread.getLastRequest()
7.0, 2002-Feb-20 -- current request is what counts most |
weblogic.management.runtime.ConnectorConnectionRuntimeMBean.getLastUsage()
|
weblogic.management.runtime.ConnectorConnectionRuntimeMBean.getLastUsageString()
|
weblogic.management.runtime.ServerRuntimeMBean.getListenAddress()
9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
weblogic.management.configuration.ServerMBean.getListenDelaySecs()
|
weblogic.management.runtime.ServerRuntimeMBean.getListenPort()
9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
weblogic.management.configuration.WTCServerMBean.getLocalTuxDoms()
9.0.0.0 |
weblogic.management.security.authentication.UserLockoutManagerMBean.getLockedUsersCurrentCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getLockedUsersCurrentCount() |
weblogic.management.configuration.WebServerMBean.getLogFileCount()
9.0.0.0 Use getWebServerLog().getFileCount() |
weblogic.management.configuration.WebServerMBean.getLogFileFormat()
9.0.0.0 Use getWebServerLog().getLogFileFormat(). |
weblogic.management.configuration.WebServerMBean.getLogFileName()
9.0.0.0 Use getWebServerLog().getFileName() |
weblogic.management.security.authentication.UserLockoutManagerMBean.getLoginAttemptsWhileLockedTotalCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getLoginAttemptsWhileLockedTotalCount() |
weblogic.management.security.authentication.UserLockoutManagerMBean.getLoginFailureCount(String)
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getLoginFailureCount(String) |
weblogic.management.configuration.WebServerMBean.getLogRotationPeriodMins()
9.0.0.0 Use getWebServerLog().getFileTimeSpan() (hours) |
weblogic.management.configuration.WebServerMBean.getLogRotationType()
9.0.0.0 Use getWebServerLog().getRotationType() |
weblogic.management.configuration.WebServerMBean.getLogTimeInGMT()
9.0.0.0 Use getWebServerLog().getLogTimeInGMT(). |
weblogic.management.runtime.ServletSessionRuntimeMBean.getMainAttribute()
|
weblogic.management.configuration.KernelMBean.getMaxCOMMessageSize()
8.1.0.0 use NetworkAccessPointMBean.getMaxMessageSize() |
weblogic.management.configuration.KernelMBean.getMaxHTTPMessageSize()
8.1.0.0 use NetworkAccessPointMBean.getMaxMessageSize() |
weblogic.management.configuration.KernelMBean.getMaxIIOPMessageSize()
8.1.0.0 use NetworkAccessPointMBean.getMaxMessageSize() |
weblogic.management.runtime.ServletSessionRuntimeMBean.getMaxInactiveInterval()
|
weblogic.management.configuration.WebServerMBean.getMaxLogFileSizeKBytes()
9.0.0.0 Use getWebServerLog().getFileMinSize() |
weblogic.management.configuration.IIOPMBean.getMaxMessageSize()
|
weblogic.management.configuration.KernelMBean.getMaxT3MessageSize()
8.1.0.0 use NetworkAccessPointMBean.getMaxMessageSize() |
weblogic.management.configuration.JMSDestinationMBean.getMessagesPagingEnabled()
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.KernelMBean.getMessagingBridgeThreadPoolSize()
9.0.0.0 replaced by a Work Manager named weblogic.jms.MessagingBridge |
weblogic.management.runtime.JRockitRuntimeMBean.getMethodInvocationCount(Method)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.runtime.JRockitRuntimeMBean.getMethodTiming(Method)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.configuration.SNMPAgentMBean.getMibDataRefreshInterval()
10.0.0.0 There is no replacement for this attribute. |
weblogic.management.configuration.DomainMBean.getNetworkChannels()
9.0.0.0 |
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getNumberDetectedIdle()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getNumberDetectedLeaks()
|
weblogic.management.runtime.ServerRuntimeMBean.getOracleHome()
WLS can no longer find out what ORACLE_HOME is |
weblogic.management.configuration.JMSServerMBean.getPagingStore()
9.0.0.0 Replaced with the PagingDirectory attribute. |
weblogic.management.configuration.XMLParserSelectRegistryEntryMBean.getParserClassName()
|
weblogic.management.configuration.XMLRegistryMBean.getParserSelectRegistryEntries()
9.0.0.0 |
weblogic.management.configuration.WTCServerMBean.getPasswords()
9.0.0.0 |
weblogic.management.configuration.SSLMBean.getPeerValidationEnforced()
6.1.0.0 this is an unused attribute. |
weblogic.management.configuration.XMLRegistryMBean.getRegistryEntries()
7.0.0.0 replaced by XMLRegistryMBean |
weblogic.management.security.credentials.UserPasswordCredentialMapReaderMBean.getRemotePassword(String, String)
9.0.0.0 |
weblogic.management.configuration.WTCServerMBean.getRemoteTuxDoms()
9.0.0.0 |
weblogic.management.configuration.WTCServerMBean.getResource()
|
weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean.getResourceAdapterLinkRefName()
|
weblogic.management.configuration.WTCServerMBean.getResources()
9.0.0.0 |
weblogic.management.runtime.ServerRuntimeMBean.getRestartsTotalCount()
This attribute always returns a value of 0. Please use
ServerLifeCycleRuntimeMBean.getNodeManagerRestartCount() if the
NodeManager is used to start servers |
weblogic.management.runtime.ClusterRuntimeMBean.getSecondaryDistributionNames()
10.3.0.0
deprecated in favor of getDetailedSecondariesDistribution |
weblogic.management.configuration.DomainMBean.getSecurity()
9.0.0.0 |
weblogic.management.configuration.AdminServerMBean.getServer()
9.0.0.0 |
weblogic.management.configuration.SSLMBean.getServerCertificateChainFileName()
7.0.0.0 server certificates (and chains) should be stored in keystores. |
weblogic.management.configuration.SSLMBean.getServerCertificateFileName()
8.1.0.0 server certificates (and chains) should be stored in keystores. |
weblogic.management.configuration.SSLMBean.getServerKeyFileName()
8.1.0.0 private keys should be stored in keystores. |
weblogic.management.configuration.SNMPAgentMBean.getServerStatusCheckIntervalFactor()
10.0.0.0 There is no replacement for this attribute. |
weblogic.management.configuration.ServerMBean.getServerVersion()
9.0.0.0 |
weblogic.management.configuration.WebAppComponentMBean.getServletReloadCheckSecs()
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.runtime.WebAppComponentRuntimeMBean.getServletSession(String)
as of WebLogic 9.0 |
weblogic.management.runtime.WebAppComponentRuntimeMBean.getServletSessions()
as of WebLogic 9.0, use getServletSessionsMonitoringTags() |
weblogic.management.configuration.JMSServerMBean.getSessionPools()
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.DomainLogFilterMBean.getSeverityLevel()
This attibute is deprecated in favor of LogMBean's DomainLogBroadcastSeverity attribute. |
weblogic.management.configuration.WebAppComponentMBean.getSingleThreadedServletPoolSize()
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.runtime.ServerRuntimeMBean.getSocketsOpenedTotalCount()
Use ServerRuntimeMBean.getOpenSocketsCurrentCount() instead. Both methods
return the same value. This method is being deprecated in favor of the
other method. |
weblogic.management.runtime.ServerRuntimeMBean.getSSLListenAddress()
9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
weblogic.management.runtime.ServerRuntimeMBean.getSSLListenPort()
9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
weblogic.management.runtime.ConnectorConnectionRuntimeMBean.getStackTrace()
|
weblogic.management.configuration.KernelMBean.getStdoutFormat()
|
weblogic.management.configuration.KernelMBean.getStdoutSeverityLevel()
9.0.0.0 Replaced by LogMBean.StdoutSeverity. For backward compatibility the changes to this attribute will be propagated to the LogMBean. |
weblogic.management.configuration.WSReliableDeliveryPolicyMBean.getStore()
9.0.0.0 use the JMSServer attribute instead |
weblogic.management.configuration.JMSServerMBean.getStore()
9.0.0.0 Replaced with the PersistentStore attribute. |
weblogic.management.configuration.KernelMBean.getStuckThreadMaxTime()
9.0.0.0 replaced by
ServerFailureTriggerMBean.getMaxStuckThreadTime() |
weblogic.management.configuration.DomainLogFilterMBean.getSubsystemNames()
|
weblogic.management.configuration.SNMPAgentMBean.getTargetedTrapDestinations()
9.0.0.0 Use the getSNMPTrapDestinations() method instead. |
weblogic.management.configuration.WTCServerMBean.gettBridgeGlobal()
|
weblogic.management.configuration.WTCServerMBean.gettBridgeRedirects()
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.getTemporaryTemplate()
9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes. |
weblogic.management.runtime.ServletSessionRuntimeMBean.getTimeLastAccessed()
|
weblogic.management.configuration.EJBContainerMBean.getTmpPath()
|
weblogic.management.configuration.SSLMBean.getTrustedCAFileName()
8.1.0.0 trusted CAs should be stored in keystores. |
weblogic.management.security.authentication.UserLockoutManagerMBean.getUnlockedUsersTotalCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getUnlockedUsersTotalCount() |
weblogic.management.configuration.DomainLogFilterMBean.getUserIds()
|
weblogic.management.security.authentication.UserLockoutManagerMBean.getUserLockoutTotalCount()
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#getUserLockoutTotalCount() |
weblogic.management.configuration.ServerMBean.getVerboseEJBDeploymentEnabled()
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.getDebugEjbDeployment() |
weblogic.management.configuration.EJBContainerMBean.getVerboseEJBDeploymentEnabled()
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.getDebugEjbDeployment() |
weblogic.management.runtime.EJBPoolRuntimeMBean.getWaiterTotalCount()
28-Aug-2002. Use getWaiterCurrentCount() instead. |
weblogic.management.configuration.WebDeploymentMBean.getWebServers()
7.0.0.0 This attribute is being replaced by VirtualHosts attribute. To target an actual web server, the ComponentMBean.Targets attribute should be used. |
weblogic.management.runtime.ApplicationRuntimeMBean.getWseeRuntimes()
Use getWseeV2Runtimes from the web app or EJB component instead |
weblogic.management.runtime.ServletSessionRuntimeMBean.invalidate()
|
weblogic.management.configuration.DomainMBean.isAdministrationMBeanAuditingEnabled()
Please use DomainMBean.getConfigurationAuditType() |
weblogic.management.configuration.DomainMBean.isAutoConfigurationSaveEnabled()
9.0.0.0 The configuration is explicit written on a save call. |
weblogic.management.configuration.JMSTemplateMBean.isBytesPagingEnabled()
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.JMSServerMBean.isBytesPagingEnabled()
9.0.0.0 Replaced by defaulting the paging to always be enabled. |
weblogic.management.runtime.JRockitRuntimeMBean.isConstructorInvocationCountEnabled(Constructor)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.runtime.JRockitRuntimeMBean.isConstructorTimingEnabled(Constructor)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.configuration.WebServerMBean.isDebugEnabled()
9.0.0.0 use the ServerDebugMBean |
weblogic.management.security.RealmMBean.isDefaultRealm()
9.0.0.0 Replaced by SecurityConfigurationMBean.getDefaultRealm() |
weblogic.management.security.RealmMBean.isDeployCredentialMappingIgnored()
9.0.0.0 |
weblogic.management.security.RealmMBean.isDeployPolicyIgnored()
9.0.0.0 |
weblogic.management.security.RealmMBean.isDeployRoleIgnored()
9.0.0.0 |
weblogic.management.configuration.ServerMBean.isEnabledForDomainLog()
9.0.0.0 replaced by LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean. |
weblogic.management.runtime.JRockitRuntimeMBean.isExceptionCountEnabled(Class)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.security.RealmMBean.isFullyDelegateAuthorization()
9.0.0.0 |
weblogic.management.runtime.ConnectorConnectionRuntimeMBean.isIdle()
|
weblogic.management.configuration.WebAppComponentMBean.isIndexDirectoryEnabled()
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.ServerMBean.isJDBCLoggingEnabled()
9.0.0.0 Use ServerDebugMBean.getJDBCDriverLogging |
weblogic.management.security.authentication.UserLockoutManagerMBean.isLockedOut(String)
9.0.0.0 Replaced by weblogic.management.runtime.UserLockoutManagerRuntimeMBean#isLockedOut(String) |
weblogic.management.configuration.WebServerMBean.isLogFileLimitEnabled()
9.0.0.0 Use getWebServerLog().getNumberOfFilesLimited() |
weblogic.management.configuration.WebServerMBean.isLoggingEnabled()
9.0.0.0 Use getWebServerLog().isLoggingEnabled(). |
weblogic.management.configuration.JMSTemplateMBean.isMessagesPagingEnabled()
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.JMSServerMBean.isMessagesPagingEnabled()
9.0.0.0 Replaced by defaulting the paging to always be enabled. |
weblogic.management.runtime.JRockitRuntimeMBean.isMethodInvocationCountEnabled(Method)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.runtime.JRockitRuntimeMBean.isMethodTimingEnabled(Method)
10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. |
weblogic.management.configuration.ServerMBean.isMSIFileReplicationEnabled()
|
weblogic.management.runtime.JMSDestinationRuntimeMBean.isPaused()
9.0.0.0 Replaced by JMSDestinationRuntimeMBean.isProductionPaused() |
weblogic.management.configuration.WebAppComponentMBean.isPreferWebInfClasses()
8.0.0.0 Use weblogic.xml. |
weblogic.management.configuration.WebAppComponentMBean.isServletExtensionCaseSensitive()
|
weblogic.management.configuration.WebAppComponentMBean.isSessionMonitoringEnabled()
8.0.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.KernelMBean.isStdoutDebugEnabled()
9.0.0.0 replaced by LogMBean.StdoutSeverity For backward compatibility the changes to this attribute will be propagated to the LogMBean. |
weblogic.management.configuration.KernelMBean.isStdoutEnabled()
9.0.0.0 replaced by LogMBean.StdoutSeverity, for backward compatibility the changes to this attribute will be propagated to the LogMBean. |
weblogic.management.configuration.KernelMBean.isStdoutLogStack()
9.0.0.0 |
weblogic.management.configuration.ApplicationMBean.isTwoPhase()
Always returns true |
weblogic.management.configuration.JMSConnectionFactoryMBean.isUserTransactionsEnabled()
8.1.0.0 Replaced by weblogic.management.configuration.JMSConnectionFactoryMBean#XAConnectionFactoryEnabled |
weblogic.management.configuration.JMSConnectionFactoryMBean.isXAServerEnabled()
8.1.0.0 Replaced by weblogic.management.configuration.JMSConnectionFactoryMBean#XAConnectionFactoryEnabled |
weblogic.management.configuration.DomainMBean.kill()
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupApplication(String)
9.0.0.0 |
weblogic.management.runtime.ApplicationRuntimeMBean.lookupComponents()
|
weblogic.management.configuration.DomainMBean.lookupDomainLogFilter(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJDBCConnectionPool(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.lookupJDBCDataSource(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.lookupJDBCDataSourceFactory(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#AppDeployment |
weblogic.management.configuration.DomainMBean.lookupJDBCMultiPool(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.lookupJDBCTxDataSource(String)
9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources |
weblogic.management.configuration.DomainMBean.lookupJMSConnectionFactory(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSDestinationKey(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSDistributedQueue(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSDistributedQueueMember(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSDistributedTopic(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSDistributedTopicMember(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSFileStore(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSJDBCStore(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.lookupJMSQueue(String)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.lookupJMSQueue(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.lookupJMSSessionPool(String)
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.DomainMBean.lookupJMSSessionPool(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSStore(String)
9.0.0.0 |
weblogic.management.configuration.DomainMBean.lookupJMSTemplate(String)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.lookupJMSTopic(String)
9.0.0.0 Replaced with the JMS module functionality. |
weblogic.management.configuration.DomainMBean.lookupJMSTopic(String)
9.0.0.0 |
weblogic.management.security.RealmMBean.lookupKeyStore(String)
8.1.0.0 |
weblogic.management.configuration.DomainMBean.lookupNetworkChannel(String)
9.0.0.0 |
weblogic.management.runtime.JMSDestinationRuntimeMBean.pause()
9.0.0.0 Replaced by JMSDestinationRuntimeMBean.pauseProduction() |
weblogic.management.runtime.JMSDurableSubscriberRuntimeMBean.purge()
As of WLS 9.0. Use #deleteMessages(String) |
weblogic.management.runtime.DeployerRuntimeMBean.remove(String, DeploymentData, String)
8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.runtime.DeployerRuntimeMBean.remove(String, DeploymentData, String, boolean)
8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.configuration.JMSSessionPoolMBean.removeConnectionConsumer(JMSConnectionConsumerMBean)
9.0.0.0 Replaced with message-driven beans. |
weblogic.management.configuration.ForeignJMSServerMBean.removeConnectionFactory(ForeignJMSConnectionFactoryMBean)
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.ForeignJMSServerMBean.removeDestination(ForeignJMSDestinationMBean)
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.JMSServerMBean.removeDestination(JMSDestinationMBean)
9.0.0.0 Replaced with the functionality of JMS modules. |
weblogic.management.configuration.ServerMBean.removeNetworkAccessPoint(NetworkAccessPointMBean)
9.0.0.0 |
weblogic.management.configuration.JMSServerMBean.removeSessionPool(JMSSessionPoolMBean)
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPAttributeChange(SNMPAttributeChangeMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPCounterMonitor(SNMPCounterMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPGaugeMonitor(SNMPGaugeMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPLogFilter(SNMPLogFilterMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPProxy(SNMPProxyMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeSNMPStringMonitor(SNMPStringMonitorMBean)
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.removeTargetedTrapDestination(SNMPTrapDestinationMBean)
9.0.0.0 |
weblogic.management.configuration.WebDeploymentMBean.removeWebServer(WebServerMBean)
7.0.0.0 This attribute is being replaced by VirtualHosts attribute |
weblogic.management.configuration.ConfigurationMBean.restoreDefaultValue(String)
9.0.0.0 |
weblogic.management.runtime.JMSDestinationRuntimeMBean.resume()
9.0.0.0 Replaced by JMSDestinationRuntimeMBean.resumeProduction() |
weblogic.management.configuration.NodeManagerMBean.setAdapterName(String)
10.3.4.0 Replaced by NodeManagerMBean.getAdapter() |
weblogic.management.configuration.NodeManagerMBean.setAdapterVersion(String)
10.3.4.0 Replaced by weblogic.management.configuration.NodeManagerMBean#setAdapter() |
weblogic.management.configuration.MachineMBean.setAddresses(String[])
8.1.0.0 Replaced by ServerMBean.getListenAddress() |
weblogic.management.configuration.DomainMBean.setAdministrationMBeanAuditingEnabled(boolean)
Please use DomainMBean.setConfigurationAuditType() |
weblogic.management.configuration.WebAppComponentMBean.setAuthFilter(String)
8.0.0.0 Use weblogic.xml. |
weblogic.management.configuration.WebAppComponentMBean.setAuthRealmName(String)
8.1.0.0 Use weblogic.xml. |
weblogic.management.configuration.JMSTemplateMBean.setBytesPagingEnabled(boolean)
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.JMSServerMBean.setBytesPagingEnabled(boolean)
9.0.0.0 Replaced by defaulting the paging to always be enabled. |
weblogic.management.configuration.JMSDestinationMBean.setBytesPagingEnabled(String)
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.ServerMBean.setClusterRuntime(ClusterRuntimeMBean)
9.0.0.0 |
weblogic.management.configuration.IIOPMBean.setCompleteMessageTimeout(int)
8.1.0.0 use NetworkAccessPointMBean.getCompleteMessageTimeout() |
weblogic.management.configuration.JMSSessionPoolMBean.setConnectionConsumers(JMSConnectionConsumerMBean[])
9.0.0.0 Replaced with message-driven beans. |
weblogic.management.configuration.SecurityMBean.setConnectionFilter(String)
9.0.0.0 Replaced by SecurityConfigurationMBean.setConnectionFilter(String) |
weblogic.management.configuration.SecurityMBean.setConnectionFilterRules(String[])
9.0.0.0 Replaced by SecurityConfigurationMBean.setConnectionFilterRules(String[]) |
weblogic.management.configuration.SecurityMBean.setConnectionLoggerEnabled(boolean)
9.0.0.0 Replaced by SecurityConfigurationMBean.setConnectionLoggerEnabled(boolean) |
weblogic.management.configuration.ServerDebugMBean.setDebugBootstrapServlet(boolean)
|
weblogic.management.configuration.ServerDebugMBean.setDebugJMSAME(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugJMSDurableSubscribers(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugJMSJDBCScavengeOnFlush(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugJMSLocking(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugJMSStore(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugJMSXA(boolean)
9.0.0.0 |
weblogic.management.configuration.SNMPAgentMBean.setDebugLevel(int)
10.0.0.0 Use the ServerDebugMBean.DebugSNMPToolkit attribute to configure the SNMP Toolkit debug |
weblogic.management.configuration.ServerDebugMBean.setDebugSAFLifeCycle(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugSAFMessagePath(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugStoreXA(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerDebugMBean.setDebugStoreXAVerbose(boolean)
9.0.0.0 |
weblogic.management.configuration.ConfigurationMBean.setDefaultedMBean(boolean)
9.0.0.0 |
weblogic.management.security.RealmMBean.setDefaultRealm(boolean)
9.0.0.0 Replaced by SecurityConfigurationMBean.setDefaultRealm(weblogic.management.security.RealmMBean) |
weblogic.management.security.RealmMBean.setDeployCredentialMappingIgnored(boolean)
9.0.0.0 |
weblogic.management.configuration.ApplicationMBean.setDeploymentTimeout(int)
9.0.0.0 Replaced by weblogic.deploy.api.spi.DeploymentOptions#setClusterDeploymentTimeout(int) ()} |
weblogic.management.security.RealmMBean.setDeployPolicyIgnored(boolean)
9.0.0.0 |
weblogic.management.security.RealmMBean.setDeployRoleIgnored(boolean)
9.0.0.0 |
weblogic.management.configuration.ForeignJMSServerMBean.setDestinations(ForeignJMSDestinationMBean[])
9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module. |
weblogic.management.configuration.JMSServerMBean.setDestinations(JMSDestinationMBean[])
9.0.0.0 Replaced with the functionality of JMS modules. |
weblogic.management.security.RealmMBean.setFullyDelegateAuthorization(boolean)
9.0.0.0 |
weblogic.management.configuration.ServerMBean.setHealthCheckTimeoutSeconds(int)
9.0.0.0 Replaced by Server self-health monitoring that
takes action without NodeManager intervention. NodeManager identifies
if a running server was shutdown due to a restartable failure and
restarts the server. |
weblogic.management.configuration.IIOPMBean.setIdleConnectionTimeout(int)
8.1.0.0 use NetworkAccessPointMBean.getIdleConnectionTimeout() |
weblogic.management.configuration.WebAppComponentMBean.setIndexDirectoryEnabled(boolean)
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.ServerMBean.setJDBCLogFileName(String)
9.0.0.0 |
weblogic.management.configuration.ServerMBean.setJDBCLoggingEnabled(boolean)
9.0.0.0 Use ServerDebugMBean.setJDBCDriverLogging |
weblogic.management.security.RealmMBean.setKeyStores(KeyStoreMBean[])
8.1.0.0 |
weblogic.management.configuration.WebServerMBean.setLogFileCount(int)
9.0.0.0 Use getWebServerLog().setFileCount() |
weblogic.management.configuration.WebServerMBean.setLogFileFormat(String)
9.0.0.0 Use getWebServerLog().setLogFileFormat(). |
weblogic.management.configuration.WebServerMBean.setLogFileLimitEnabled(boolean)
9.0.0.0 Use getWebServerLog().setNumberOfFilesLimited() |
weblogic.management.configuration.WebServerMBean.setLogFileName(String)
9.0.0.0 Use getWebServerLog().setFileName() |
weblogic.management.configuration.WebServerMBean.setLoggingEnabled(boolean)
9.0.0.0 Use getWebServerLog().setLoggingEnabled(). |
weblogic.management.configuration.WebServerMBean.setLogRotationPeriodMins(int)
9.0.0.0 Use getWebServerLog().setFileTimeSpan() (hours) |
weblogic.management.configuration.WebServerMBean.setLogRotationType(String)
9.0.0.0 Use getWebServerLog().setRotationType() |
weblogic.management.configuration.WebServerMBean.setLogTimeInGMT(boolean)
9.0.0.0 Use getWebServerLog().setLogTimeInGMT(). |
weblogic.management.configuration.KernelMBean.setMaxIIOPMessageSize(int)
|
weblogic.management.configuration.WebServerMBean.setMaxLogFileSizeKBytes(int)
9.0.0.0 Use getWebServerLog().setFileMinSize() |
weblogic.management.configuration.IIOPMBean.setMaxMessageSize(int)
8.1.0.0 use NetworkAccessPointMBean.getMaxMessageSize() |
weblogic.management.configuration.JMSTemplateMBean.setMessagesPagingEnabled(boolean)
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.JMSServerMBean.setMessagesPagingEnabled(boolean)
9.0.0.0 Replaced by defaulting the paging to always be enabled. |
weblogic.management.configuration.JMSDestinationMBean.setMessagesPagingEnabled(String)
9.0.0.0 Replaced by weblogic.management.configuration.JMSServerMBean#MessageBufferSize |
weblogic.management.configuration.ServerMBean.setMSIFileReplicationEnabled(boolean)
|
weblogic.management.configuration.ServerMBean.setNetworkAccessPoints(NetworkAccessPointMBean[])
9.0.0.0 Use createNetworkAccessPoint() instead. |
weblogic.management.configuration.JMSServerMBean.setPagingStore(JMSStoreMBean)
9.0.0.0 Replaced with the PagingDirectory attribute. |
weblogic.management.configuration.XMLParserSelectRegistryEntryMBean.setParserClassName(String)
|
weblogic.management.configuration.ConfigurationMBean.setPersistenceEnabled(boolean)
9.0.0.0 |
weblogic.management.configuration.WebAppComponentMBean.setPreferWebInfClasses(boolean)
8.0.0.0 Use weblogic.xml. |
weblogic.management.configuration.XMLRegistryMBean.setRegistryEntries(XMLRegistryEntryMBean[])
7.0.0.0 replaced by XMLRegistryMBean |
weblogic.management.configuration.WTCServerMBean.setResource(WTCResourcesMBean)
|
weblogic.management.configuration.SSLMBean.setServerCertificateChainFileName(String)
7.0.0.0 Server certificates (and chains) should be stored in keystores. |
weblogic.management.configuration.SSLMBean.setServerCertificateFileName(String)
8.1.0.0 server certificates (and chains) should be stored in keystores. |
weblogic.management.configuration.SSLMBean.setServerKeyFileName(String)
8.1.0.0 private keys should be stored in keystores. |
weblogic.management.configuration.ServerMBean.setServerVersion(String)
9.0.0.0 |
weblogic.management.configuration.WebAppComponentMBean.setServletExtensionCaseSensitive(boolean)
|
weblogic.management.configuration.WebAppComponentMBean.setServletReloadCheckSecs(int)
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.WebAppComponentMBean.setSessionMonitoringEnabled(boolean)
8.0.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.JMSServerMBean.setSessionPools(JMSSessionPoolMBean[])
9.0.0.0 Replaced by message-driven beans. The JMSSessionPoolMBean type was deprecated. See JMSSessionPoolMBean for more information. |
weblogic.management.configuration.WebAppComponentMBean.setSingleThreadedServletPoolSize(int)
8.1.0.0 Use weblogic.xml or update using console. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPAttributeChanges(SNMPAttributeChangeMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPCounterMonitors(SNMPCounterMonitorMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPGaugeMonitors(SNMPGaugeMonitorMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPLogFilters(SNMPLogFilterMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPProxies(SNMPProxyMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.SNMPAgentMBean.setSNMPStringMonitors(SNMPStringMonitorMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.KernelMBean.setStdoutEnabled(boolean)
|
weblogic.management.configuration.KernelMBean.setStdoutFormat(String)
|
weblogic.management.configuration.KernelMBean.setStdoutLogStack(boolean)
9.0.0.0 |
weblogic.management.configuration.WSReliableDeliveryPolicyMBean.setStore(JMSStoreMBean)
9.0.0.0 use the JMSServer attribute instead |
weblogic.management.configuration.JMSServerMBean.setStore(JMSStoreMBean)
9.0.0.0 Replaced with the PersistentStore attribute. |
weblogic.management.configuration.KernelMBean.setStuckThreadMaxTime(int)
9.0.0.0 replaced by
ServerFailureTriggerMBean.setMaxStuckThreadTime() |
weblogic.management.configuration.DomainLogFilterMBean.setSubsystemNames(String[])
|
weblogic.management.configuration.SNMPAgentMBean.setTargetedTrapDestinations(SNMPTrapDestinationMBean[])
9.0.0.0 Instead, use standard JMX design patterns using javax.management.MBeanServerConnection interface. |
weblogic.management.configuration.WTCServerMBean.settBridgeGlobal(WTCtBridgeGlobalMBean)
|
weblogic.management.configuration.JMSServerMBean.setTemporaryTemplate(JMSTemplateMBean)
9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes. |
weblogic.management.configuration.EJBContainerMBean.setTmpPath(String)
|
weblogic.management.configuration.SSLMBean.setTrustedCAFileName(String)
8.1.0.0 trusted CAs should be stored in keystores. |
weblogic.management.configuration.ApplicationMBean.setTwoPhase(boolean)
Has no effect |
weblogic.management.configuration.DomainLogFilterMBean.setUserIds(String[])
|
weblogic.management.configuration.JMSConnectionFactoryMBean.setUserTransactionsEnabled(boolean)
8.1.0.0 Replaced by weblogic.management.configuration.JMSConnectionFactoryMBean#XAConnectionFactoryEnabled |
weblogic.management.configuration.ServerMBean.setVerboseEJBDeploymentEnabled(String)
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.setDebugEjbDeployment(boolean) |
weblogic.management.configuration.EJBContainerMBean.setVerboseEJBDeploymentEnabled(String)
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.setDebugEjbDeployment(boolean) |
weblogic.management.configuration.WebDeploymentMBean.setWebServers(WebServerMBean[])
7.0.0.0 This attribute is being replaced by VirtualHosts attribute |
weblogic.management.configuration.JMSConnectionFactoryMBean.setXAServerEnabled(boolean)
8.1.0.0 Replaced by weblogic.management.configuration.JMSConnectionFactoryMBean#XAConnectionFactoryEnabled |
weblogic.management.configuration.DomainMBean.start()
9.0.0.0 |
weblogic.management.runtime.ServerRuntimeMBean.start()
Use ServerRuntimeMBean.suspend() and ServerRuntimeMBean.resume() operations
instead of lock/unlock. |
weblogic.management.configuration.ServerMBean.synchronousKill()
9.0.0.0 Use ServerRuntimeMBean.forceShutdown() instead |
weblogic.management.configuration.ServerMBean.synchronousStart()
9.0.0.0 Use ServerLifeCycleRuntimeMBean.start() instead. |
weblogic.management.runtime.DeployerRuntimeMBean.unprepare(String, DeploymentData, String)
8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.runtime.DeployerRuntimeMBean.unprepare(String, DeploymentData, String, boolean)
8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, DeploymentData, java.lang.String) |
weblogic.management.configuration.ApplicationMBean.useStagingDirectory(String)
9.0.0.0 |
weblogic.management.security.RealmMBean.validate()
9.0.0.0 This method is no longer required since activating a configuration
transaction does this check automatically on the default realm, and will not allow
the configuration to be saved if the domain does not have a valid default realm configured. |