BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Class ServerLegalHelper

java.lang.Object
  |
  +--weblogic.management.configuration.ServerLegalHelper

public final class ServerLegalHelper
extends java.lang.Object

Description of the Class

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
static int DEFAULT_THREAD_POOL_SIZE
           
 
Constructor Summary
ServerLegalHelper()
           
 
Method Summary
static void checkListenAddress(ServerMBean self, java.lang.Object value)
          Description of the Method
static boolean isListenPortEnabled(SSLMBean self)
          Returns true if the listen port is enabled for this server that is the parent of this SSLMBean.
static boolean isSSLListenPortEnabled(ServerMBean self)
          Gets the sSLListenPortEnabled attribute of the ServerLegalHelper class
 
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
Constructor Detail

ServerLegalHelper

public ServerLegalHelper()
Method Detail

isSSLListenPortEnabled

public static boolean isSSLListenPortEnabled(ServerMBean self)
Gets the sSLListenPortEnabled attribute of the ServerLegalHelper class

Parameters:
self - Description of the Parameter
Returns:
The sSLListenPortEnabled value

isListenPortEnabled

public static boolean isListenPortEnabled(SSLMBean self)
Returns true if the listen port is enabled for this server that is the parent of this SSLMBean.

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

checkListenAddress

public static void checkListenAddress(ServerMBean self,
                                      java.lang.Object value)
                               throws javax.management.InvalidAttributeValueException
Description of the Method

Parameters:
self - Description of the Parameter
value - Description of the Parameter
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b