|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerRuntimeMBean
Provides methods for retrieving runtime information about a server instance and for transitioning a server from one state to another.
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.
Method Summary | |
---|---|
boolean |
addRequestClassRuntime(RequestClassRuntimeMBean temp)
|
void |
forceShutdown()
Force shutdown the server. |
void |
forceSuspend()
Transitions the server from RUNNING to ADMIN
state forcefully cancelling inflight work. |
long |
getActivationTime()
The time when the server was started. |
int |
getAdministrationPort()
Deprecated. 9.0.0.0 Replaced by ServerRuntimeMBean.getAdministrationURL() |
String |
getAdministrationURL()
The URL that the server and its clients use for administrative connections. |
String |
getAdminServerHost()
The address on which the Administration Server is listening for connections. |
int |
getAdminServerListenPort()
The port on which the Administration Server is listening for connections. |
ApplicationRuntimeMBean[] |
getApplicationRuntimes()
Returns the list of currently running Applications |
AsyncReplicationRuntimeMBean |
getAsyncReplicationRuntime()
Return an MBean which represents this server's view of its AsyncReplicationRuntime, if any. |
ClusterRuntimeMBean |
getClusterRuntime()
Return an MBean which represents this server's view of its cluster, if any. |
ConnectorServiceRuntimeMBean |
getConnectorServiceRuntime()
The access point for server wide control and monitoring of the Connector Container. |
String |
getCurrentDirectory()
The absolute path of the directory from which the server was started. |
String |
getCurrentMachine()
Return the machine on which the server is running. |
ExecuteQueueRuntimeMBean |
getDefaultExecuteQueueRuntime()
Return an MBean which exposes this server's default execute queue. |
String |
getDefaultURL()
The URL that clients use to connect to this server's default network channel. |
EntityCacheCumulativeRuntimeMBean |
getEntityCacheCumulativeRuntime()
Return an MBean which represents Cumulative Status of the XML Cache. |
EntityCacheCurrentStateRuntimeMBean |
getEntityCacheCurrentStateRuntime()
Return an MBean which represents Current Status of the XML Cache. |
EntityCacheCumulativeRuntimeMBean |
getEntityCacheHistoricalRuntime()
Return an MBean which represents Historical Status of the XML Cache. |
ExecuteQueueRuntimeMBean[] |
getExecuteQueueRuntimes()
Returns an array of MBeans which exposes this server's active execute queues. |
HealthState |
getHealthState()
The health state of the server as reported by the server's self-health monitoring. |
String |
getIPv4URL(String protocol)
The URL that clients use when connecting to this server using the specified protocol. |
String |
getIPv6URL(String protocol)
The URL that clients use when connecting to this server using the specified protocol. |
JDBCServiceRuntimeMBean |
getJDBCServiceRuntime()
The JDBCServiceRuntimeMBean for this server. |
JMSRuntimeMBean |
getJMSRuntime()
The JMSRuntimeMBean for this server. |
JoltConnectionServiceRuntimeMBean |
getJoltRuntime()
The JoltConnectionServiceRuntimeMBean for this server. |
JTARuntimeMBean |
getJTARuntime()
The transaction RuntimeMBean for this server. |
JVMRuntimeMBean |
getJVMRuntime()
The JVMRuntimeMBean for this server. |
LibraryRuntimeMBean[] |
getLibraryRuntimes()
Returns all deployed Libraries |
String |
getListenAddress()
Deprecated. 9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
int |
getListenPort()
Deprecated. 9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
LogBroadcasterRuntimeMBean |
getLogBroadcasterRuntime()
The object which generates notifications on behalf of the logging subystem. |
LogRuntimeMBean |
getLogRuntime()
Return the MBean which provides access to the control interface for WLS server logging. |
MailSessionRuntimeMBean[] |
getMailSessionRuntimes()
Return the runtimeMBeans for JavaMail Mail Sessions |
MANAsyncReplicationRuntimeMBean |
getMANAsyncReplicationRuntime()
Return an MBean which represents this server's view of its MANAsyncReplicationRuntime, if any. |
MANReplicationRuntimeMBean |
getMANReplicationRuntime()
Return an MBean which represents this server's view of its MANReplicationRuntime, if any. |
MaxThreadsConstraintRuntimeMBean[] |
getMaxThreadsConstraintRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined MaxThreadsConstraints. |
MessagingBridgeRuntimeMBean |
getMessagingBridgeRuntime()
The MessagingBridgeRuntimeMBean for this server |
String |
getMiddlewareHome()
The Oracle Middleware installation directory. |
MinThreadsConstraintRuntimeMBean[] |
getMinThreadsConstraintRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined MinThreadsConstraints. |
int |
getOpenSocketsCurrentCount()
The current number of sockets registered for socket muxing on this server. |
String |
getOracleHome()
Deprecated. WLS can no longer find out what ORACLE_HOME is |
HealthState |
getOverallHealthState()
Determine the overall health state of this server, taking into account the health of each of its subsystems. |
PathServiceRuntimeMBean |
getPathServiceRuntime()
The PathServiceRuntimeMBean for this server. |
PersistentStoreRuntimeMBean[] |
getPersistentStoreRuntimes()
Returns the mbeans that provides runtime information for each PersistentStore. |
RequestClassRuntimeMBean[] |
getRequestClassRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined Request Classes. |
int |
getRestartsTotalCount()
Deprecated. This attribute always returns a value of 0. Please use ServerLifeCycleRuntimeMBean.getNodeManagerRestartCount() if the
NodeManager is used to start servers |
SAFRuntimeMBean |
getSAFRuntime()
The SAFRuntimeMBean for this server. |
InetSocketAddress |
getServerChannel(String protocol)
The address on which this server is listening for connections that use the specified protocol. |
ServerChannelRuntimeMBean[] |
getServerChannelRuntimes()
The network channels that are currently configured on the server. |
String |
getServerClasspath()
Get the classpath for this server including domain/lib contents that are automatically picked up and appended to the classpath. |
ServerSecurityRuntimeMBean |
getServerSecurityRuntime()
Return the ServerSecurityRuntimeMBean for this server. |
SingleSignOnServicesRuntimeMBean |
getSingleSignOnServicesRuntime()
Get the runtime interface to publish single sign-on services information. |
SNMPAgentRuntimeMBean |
getSNMPAgentRuntime()
Return the MBean which provides access to the monitoring statistics for WLS SNMP Agent. |
long |
getSocketsOpenedTotalCount()
Deprecated. Use ServerRuntimeMBean.getOpenSocketsCurrentCount() instead. Both methods
return the same value. This method is being deprecated in favor of the
other method. |
String |
getSSLListenAddress()
Deprecated. 9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
int |
getSSLListenPort()
Deprecated. 9.0.0.0 Replaced by ServerRuntimeMBean.getURL(java.lang.String) |
String |
getState()
The current life cycle state of this server. |
int |
getStateVal()
Returns current state of the server as in integer. |
ThreadPoolRuntimeMBean |
getThreadPoolRuntime()
Get the self-tuning thread pool's runtime information. |
TimerRuntimeMBean |
getTimerRuntime()
Get the runtime information about the WebLogic timer implementation. |
String |
getURL(String protocol)
The URL that clients use when connecting to this server using the specified protocol. |
WANReplicationRuntimeMBean |
getWANReplicationRuntime()
Return an MBean which represents this server's view of its WANReplicationRuntime, if any. |
String |
getWeblogicHome()
The directory where the WebLogic Server instance (server) is installed, without the trailing "/server". |
String |
getWeblogicVersion()
The version of this WebLogic Server instance (server). |
WebServerRuntimeMBean[] |
getWebServerRuntimes()
Returns all the initialized webservers |
WLDFRuntimeMBean |
getWLDFRuntime()
Return the MBean which provides access to all Diagnostic runtime MBeans. |
WLECConnectionServiceRuntimeMBean |
getWLECConnectionServiceRuntime()
The WLECConnectionServiceRuntime for this server. |
WorkManagerRuntimeMBean[] |
getWorkManagerRuntimes()
Returns an array of MBeans which exposes this server's active internal WorkManagers. |
WseeClusterFrontEndRuntimeMBean |
getWseeClusterFrontEndRuntime()
This is non-null only when this server is running as a host to a front-end proxy (HttpClusterServlet) instance. |
WseeWsrmRuntimeMBean |
getWseeWsrmRuntime()
Get statistics for web services reliable messaging across the entire server if any web service is deployed that employs reliable messaging. |
WTCRuntimeMBean |
getWTCRuntime()
The WTCRuntimeMBean for this server. |
boolean |
isAdministrationPortEnabled()
Indicates whether the administration port is enabled on the server |
boolean |
isAdminServer()
Indicates whether the server is an Administration Server. |
boolean |
isAdminServerListenPortSecure()
Indicates whether the port that the server uses for administrative traffic is configured to use a secure protocol. |
boolean |
isListenPortEnabled()
Indicates whether the default listen port is enabled on the server. |
boolean |
isRestartRequired()
Indicates whether the server must be restarted in order to activate configuration changes. |
boolean |
isSSLListenPortEnabled()
Indicates whether the default SSL listen port is enabled on the server |
ApplicationRuntimeMBean |
lookupApplicationRuntime(String name)
Returns the ApplicationRuntimeMBean asked for, by name. |
LibraryRuntimeMBean |
lookupLibraryRuntime(String name)
Returns the LibraryRuntimeMBean asked for, by name. |
PersistentStoreRuntimeMBean |
lookupPersistentStoreRuntime(String name)
Returns the Runtime mbean for the persistent store with the specified short name. |
void |
restartSSLChannels()
Restart all SSL channels on which the server is listening. |
void |
resume()
Resume suspended server. |
void |
setCurrentMachine(String machineName)
Return the machine on which the server is running. |
void |
setJTARuntime(JTARuntimeMBean b)
Sets the value of the JTARuntime attribute. |
void |
setMessagingBridgeRuntime(MessagingBridgeRuntimeMBean b)
Set the MessagingBridgeRuntimeMBean for this server |
void |
shutdown()
Gracefully shuts down the server after handling inflight work. |
void |
shutdown(int timeout,
boolean ignoreSessions)
Gracefully shuts down the server after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work. |
void |
start()
Deprecated. Use ServerRuntimeMBean.suspend() and ServerRuntimeMBean.resume() operations
instead of lock/unlock. |
void |
suspend()
Suspend server. |
void |
suspend(int timeout,
boolean ignoreSessions)
Transitions the server from RUNNING to
ADMIN state gracefully. |
Method Detail |
---|
void suspend() throws ServerLifecycleException
Suspend server. Deny new requests (except by privileged users).
Allow pending requests to complete. This operation transitions the
server into ADMIN
state. Applications and resources are
fully available to administrators in ADMIN
state.
But non-admin users are denied access to applications and resources
ServerLifecycleException
ServerRuntimeMBean.suspend(int, boolean)
void suspend(int timeout, boolean ignoreSessions) throws ServerLifecycleException
Transitions the server from RUNNING
to
ADMIN
state gracefully.
Applications are in admin mode. Inflight work is completed.
Applications and resources are fully available to administrators in
ADMIN
state. But non-admin users are denied access to
applications and resources
timeout
- Seconds to wait for server to transition gracefully.
The server calls ServerRuntimeMBean.forceSuspend()
after timeout.ignoreSessions
- drop inflight HTTP sessions during graceful suspend
ServerLifecycleException
- server failed to suspend gracefully.
A ServerRuntimeMBean.forceSuspend()
or a ServerRuntimeMBean.forceShutdown()
operation can be
invoked.void forceSuspend() throws ServerLifecycleException
Transitions the server from RUNNING
to ADMIN
state forcefully cancelling inflight work.
Work that cannot be cancelled is dropped. Applications are
brought into the admin mode. This is the supported way of force
suspending the server and getting it into ADMIN
state.
ServerLifecycleException
- server failed to force suspend.
A ServerRuntimeMBean.forceShutdown()
operation can be invoked.void resume() throws ServerLifecycleException
Resume suspended server. Allow new requests. This operation transitions
the server into RUNNING
state.
ServerLifecycleException
- if this operation fails to complete.
The server transitions back to the previous state from which this operation
was invoked e.g. if the server was in the ADMIN
state before
this operation, it will go back to the ADMIN
state if
resume fails.void shutdown() throws ServerLifecycleException
Gracefully shuts down the server after handling inflight work.
ServerLifecycleException
ServerRuntimeMBean.shutdown(int, boolean)
void shutdown(int timeout, boolean ignoreSessions) throws ServerLifecycleException
Gracefully shuts down the server after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.
The following inflight work is allowed to complete before shutdown:
Pending transaction's and TLOG checkpoint
Pending HTTP sessions
Pending JMS work
Pending work in the execute queues
RMI requests with transaction context
Further administrative calls are accepted while the server is completing inflight work. For example a forceShutdown command can be issued to quickly shutdown the server if graceful shutdown takes a long time.
timeout
- Number of seconds to wait before aborting
inflight work and shutting down the server.ignoreSessions
- true
indicates ignore pending
HTTP sessions during inflight work handling.
ServerLifecycleException
- Thrown if the server cannot
gracefully shutdown. Use the forceShutdown command to shutdown the server.void forceShutdown() throws ServerLifecycleException
Force shutdown the server. Causes the server to reject new requests and fail pending requests.
ServerLifecycleException
- Thrown when the server cannot
force shutdown due to a fatal exception. Even after this exception is
thrown indicating failure the server exits after ServerLifeCycleTimeoutVal
seconds defined in the ServerMBean.void start()
ServerRuntimeMBean.suspend()
and ServerRuntimeMBean.resume()
operations
instead of lock/unlock.
Servers can be locked with the java weblogic.Admin LOCK
command. In a locked state, a server instance accepts only administrative
logins.
String getState()
The current life cycle state of this server.
For example, a server can be in a RUNNING state in which it can receive and process requests or in an ADMIN state in which it can receive only administrative requests.
int getStateVal()
Returns current state of the server as in integer.
ServerStates
has more information
about the available server states
long getActivationTime()
The time when the server was started.
String getListenAddress()
ServerRuntimeMBean.getURL(java.lang.String)
The address on which this server is listening for connections through the default network channel.
For example this might return the string:
santiago/172.17.9.220
.
You can configure other network channels for this server, and the other channels can use different listen addresses.
ServerRuntimeMBean.getServerChannel(String)
InetSocketAddress getServerChannel(String protocol)
The address on which this server is listening for connections that use the specified protocol.
The listen address is persisted in the domain's
config.xml
file, however when a server instance is
started, a command-line option can override the persisted listen
address. This getServerChannel
method returns the
listen address that is currently being used, not necessarily the
address that is specified in config.xml
.
The returned address will always be resolved.
protocol
- the desired protocol
String getDefaultURL()
The URL that clients use to connect to this server's default network channel.
The returned value indicates the default protocol, listen
address and listen port:
protocol://listen-address:listen-port
The default protocol, listen address and listen port are
persisted in the domain's config.xml
file, however
when a server instance is started, command-line options can
override these persisted values. This getDefaultURL
method returns the URL values that are currently being used, not
necessarily the values that are specified in
config.xml
.
The returned URL will be consistent with dynamic channel updates.
String getAdministrationURL()
The URL that the server and its clients use for administrative connections.
If no administration channel is enabled, then this method returns the URL for connections through the default channel. If the default channel is de-activated, this method returns the URL for a secure channel. If no secure channel is enabled, the method returns null.
The returned URL will be consistent with dynamic channel updates.
String getURL(String protocol)
The URL that clients use when connecting to this server using the specified protocol.
The listen address and listen port for a given protocol are
persisted in the domain's config.xml
file, however
when a server instance is started, command-line options can
override these persisted values. This getURL
method
returns the URL values that are currently being used, not
necessarily the values that are specified in
config.xml
.
protocol
- the desired protocol
String getIPv4URL(String protocol)
The URL that clients use when connecting to this server using the specified protocol.
The listen address and listen port for a given protocol are
persisted in the domain's config.xml
file, however
when a server instance is started, command-line options can
override these persisted values. This getURL
method
returns the URL values that are currently being used, not
necessarily the values that are specified in
config.xml
.
protocol
- the desired protocol
String getIPv6URL(String protocol)
The URL that clients use when connecting to this server using the specified protocol.
The listen address and listen port for a given protocol are
persisted in the domain's config.xml
file, however
when a server instance is started, command-line options can
override these persisted values. This getURL
method
returns the URL values that are currently being used, not
necessarily the values that are specified in
config.xml
.
protocol
- the desired protocol
int getListenPort()
ServerRuntimeMBean.getURL(java.lang.String)
The port on which this server is listening for connections.
int getSSLListenPort()
ServerRuntimeMBean.getURL(java.lang.String)
The port on which this server is listening for SSL connections.
int getAdministrationPort()
ServerRuntimeMBean.getAdministrationURL()
The port on which this server is listening for administrative requests.
String getSSLListenAddress()
ServerRuntimeMBean.getURL(java.lang.String)
The address on which this server is listening for SSL connections. For example this might return the string: santiago/172.17.9.220
int getOpenSocketsCurrentCount()
The current number of sockets registered for socket muxing on this server.
int getRestartsTotalCount()
ServerLifeCycleRuntimeMBean.getNodeManagerRestartCount()
if the
NodeManager is used to start servers
The total number of restarts for this server since the cluster was last started.
ServerChannelRuntimeMBean[] getServerChannelRuntimes()
The network channels that are currently configured on the server.
long getSocketsOpenedTotalCount()
ServerRuntimeMBean.getOpenSocketsCurrentCount()
instead. Both methods
return the same value. This method is being deprecated in favor of the
other method.
The total number of registrations for socket muxing on this sever.
String getMiddlewareHome()
The Oracle Middleware installation directory.
String getOracleHome()
The directory where Oracle products are installed.
Deprecated since 10.3.3
String getWeblogicHome()
The directory where the WebLogic Server instance (server) is installed, without the trailing "/server".
String getWeblogicVersion()
The version of this WebLogic Server instance (server).
JTARuntimeMBean getJTARuntime()
The transaction RuntimeMBean for this server.
JTARuntimeMBean
void setJTARuntime(JTARuntimeMBean b)
Sets the value of the JTARuntime attribute.
ServerRuntimeMBean.getJTARuntime()
JVMRuntimeMBean getJVMRuntime()
The JVMRuntimeMBean for this server.
JVMRuntimeMBean
JMSRuntimeMBean getJMSRuntime()
The JMSRuntimeMBean for this server.
MessagingBridgeRuntimeMBean getMessagingBridgeRuntime()
The MessagingBridgeRuntimeMBean for this server
void setMessagingBridgeRuntime(MessagingBridgeRuntimeMBean b)
Set the MessagingBridgeRuntimeMBean for this server
b
- JDBCServiceRuntimeMBean getJDBCServiceRuntime()
The JDBCServiceRuntimeMBean for this server.
WTCRuntimeMBean getWTCRuntime()
The WTCRuntimeMBean for this server.
JoltConnectionServiceRuntimeMBean getJoltRuntime()
The JoltConnectionServiceRuntimeMBean for this server.
ServerSecurityRuntimeMBean getServerSecurityRuntime()
Return the ServerSecurityRuntimeMBean for this server.
ClusterRuntimeMBean getClusterRuntime()
Return an MBean which represents this server's view of its cluster, if any.
EntityCacheCurrentStateRuntimeMBean getEntityCacheCurrentStateRuntime()
Return an MBean which represents Current Status of the XML Cache.
EntityCacheCumulativeRuntimeMBean getEntityCacheCumulativeRuntime()
Return an MBean which represents Cumulative Status of the XML Cache.
EntityCacheCumulativeRuntimeMBean getEntityCacheHistoricalRuntime()
Return an MBean which represents Historical Status of the XML Cache.
ThreadPoolRuntimeMBean getThreadPoolRuntime()
Get the self-tuning thread pool's runtime information. This call
will return null
if the self-tuning implementation is
not enabled.
TimerRuntimeMBean getTimerRuntime()
Get the runtime information about the WebLogic timer implementation.
ExecuteQueueRuntimeMBean getDefaultExecuteQueueRuntime()
Return an MBean which exposes this server's default execute queue.
ExecuteQueueRuntimeMBean[] getExecuteQueueRuntimes()
Returns an array of MBeans which exposes this server's active execute queues.
WorkManagerRuntimeMBean[] getWorkManagerRuntimes()
Returns an array of MBeans which exposes this server's active internal WorkManagers.
boolean addRequestClassRuntime(RequestClassRuntimeMBean temp)
MaxThreadsConstraintRuntimeMBean[] getMaxThreadsConstraintRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined MaxThreadsConstraints.
MinThreadsConstraintRuntimeMBean[] getMinThreadsConstraintRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined MinThreadsConstraints.
RequestClassRuntimeMBean[] getRequestClassRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally defined Request Classes.
String getAdminServerHost()
The address on which the Administration Server is listening for connections. For example, this might return the string: santiago
int getAdminServerListenPort()
The port on which the Administration Server is listening for connections.
boolean isAdminServerListenPortSecure()
Indicates whether the port that the server uses for administrative traffic is configured to use a secure protocol.
boolean isListenPortEnabled()
Indicates whether the default listen port is enabled on the server.
boolean isSSLListenPortEnabled()
Indicates whether the default SSL listen port is enabled on the server
boolean isAdministrationPortEnabled()
Indicates whether the administration port is enabled on the server
HealthState getHealthState()
The health state of the server as reported by the server's self-health monitoring. See weblogic.health.HealthState for state values.
For example, the server can report if it is overloaded by too many requests, if it needs more memory resources, or if it will soon fail for other reasons.
HealthState getOverallHealthState()
Determine the overall health state of this server, taking into account the health of each of its subsystems. See weblogic.health.HealthState for state values.
boolean isAdminServer()
Indicates whether the server is an Administration Server.
String getCurrentDirectory()
The absolute path of the directory from which the server was started.
This may be used in conjunction with other relative paths in ServerMBean to compute full paths.
ServerMBean
ApplicationRuntimeMBean[] getApplicationRuntimes()
Returns the list of currently running Applications
ApplicationRuntimeMBean lookupApplicationRuntime(String name)
Returns the ApplicationRuntimeMBean asked for, by name.
LibraryRuntimeMBean[] getLibraryRuntimes()
Returns all deployed Libraries
LibraryRuntimeMBean lookupLibraryRuntime(String name)
Returns the LibraryRuntimeMBean asked for, by name.
LogBroadcasterRuntimeMBean getLogBroadcasterRuntime() throws ManagementException
ManagementException
LogRuntimeMBean getLogRuntime()
Return the MBean which provides access to the control interface for WLS server logging.
WLDFRuntimeMBean getWLDFRuntime()
Return the MBean which provides access to all Diagnostic runtime MBeans.
MANReplicationRuntimeMBean getMANReplicationRuntime()
Return an MBean which represents this server's view of its MANReplicationRuntime, if any.
WANReplicationRuntimeMBean getWANReplicationRuntime()
Return an MBean which represents this server's view of its WANReplicationRuntime, if any.
void setCurrentMachine(String machineName)
machineName
- String getCurrentMachine()
void restartSSLChannels()
MailSessionRuntimeMBean[] getMailSessionRuntimes()
Return the runtimeMBeans for JavaMail Mail Sessions
PersistentStoreRuntimeMBean[] getPersistentStoreRuntimes()
Returns the mbeans that provides runtime information for each PersistentStore.
PersistentStoreRuntimeMBean lookupPersistentStoreRuntime(String name)
name
-
ConnectorServiceRuntimeMBean getConnectorServiceRuntime()
WebServerRuntimeMBean[] getWebServerRuntimes()
Returns all the initialized webservers
boolean isRestartRequired()
Indicates whether the server must be restarted in order to activate configuration changes.
String getServerClasspath()
PathServiceRuntimeMBean getPathServiceRuntime()
The PathServiceRuntimeMBean for this server.
SAFRuntimeMBean getSAFRuntime()
The SAFRuntimeMBean for this server.
WLECConnectionServiceRuntimeMBean getWLECConnectionServiceRuntime()
The WLECConnectionServiceRuntime for this server.
SNMPAgentRuntimeMBean getSNMPAgentRuntime()
Return the MBean which provides access to the monitoring statistics for WLS SNMP Agent.
SingleSignOnServicesRuntimeMBean getSingleSignOnServicesRuntime()
Get the runtime interface to publish single sign-on services information.
MANAsyncReplicationRuntimeMBean getMANAsyncReplicationRuntime()
Return an MBean which represents this server's view of its MANAsyncReplicationRuntime, if any.
AsyncReplicationRuntimeMBean getAsyncReplicationRuntime()
Return an MBean which represents this server's view of its AsyncReplicationRuntime, if any.
WseeWsrmRuntimeMBean getWseeWsrmRuntime()
WseeClusterFrontEndRuntimeMBean getWseeClusterFrontEndRuntime()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |