BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.configuration
Class ServerLegalHelper

java.lang.Object
  extended byweblogic.management.configuration.ServerLegalHelper

public final class ServerLegalHelper
extends Object

Check consistency of server listen ports.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static int DEFAULT_THREAD_POOL_SIZE
           
static int PRODUCTION_MODE_THREAD_POOL_SIZE
           
 
Constructor Summary
ServerLegalHelper()
           
 
Method Summary
static void checkListenAddress(ServerMBean self, Object value)
          Deprecated. 9.0.0.0
static boolean isListenPortEnabled(SSLMBean self)
          Determine whether the standard ListenPort or another channel is open and therefore makes it legal to switch off the SSL ListenPort.
static boolean isSSLListenPortEnabled(ServerMBean self)
          Determine whether the SSL ListenPort or another channel is open and therefore makes it legal to switch off the standard ListenPort.
static void validateServer(ServerMBean server)
           
static void validateSSL(SSLMBean ssl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_THREAD_POOL_SIZE

public static final int DEFAULT_THREAD_POOL_SIZE
See Also:
Constant Field Values

PRODUCTION_MODE_THREAD_POOL_SIZE

public static final int PRODUCTION_MODE_THREAD_POOL_SIZE
See Also:
Constant Field Values
Constructor Detail

ServerLegalHelper

public ServerLegalHelper()
Method Detail

checkListenAddress

public static void checkListenAddress(ServerMBean self,
                                      Object value)
                               throws InvalidAttributeValueException
Deprecated. 9.0.0.0

Parameters:
self -
value -
Throws:
InvalidAttributeValueException

isListenPortEnabled

public static boolean isListenPortEnabled(SSLMBean self)
Determine whether the standard ListenPort or another channel is open and therefore makes it legal to switch off the SSL ListenPort.

Parameters:
self - The SSLMBean to check.
Returns:
The listenPortEnabled value

isSSLListenPortEnabled

public static boolean isSSLListenPortEnabled(ServerMBean self)
Determine whether the SSL ListenPort or another channel is open and therefore makes it legal to switch off the standard ListenPort.

Parameters:
self -
Returns:
The SSLListenPortEnabled value

validateServer

public static void validateServer(ServerMBean server)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException

validateSSL

public static void validateSSL(SSLMBean ssl)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException

Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.