BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.management.security.authorization
Class ComponentType

java.lang.Object
  extended byweblogic.management.security.authorization.ComponentType

public class ComponentType
extends Object

The ComponentType class provides constants for the component type parameter when using the PolicyListerMBean and RoleListerMBean interfaces.

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

Field Summary
static String CONNECTOR
          The Connector component type.
static String EJB
          The EJB component type.
static String WEBAPP
          The WebApp component type.
static String WEBSERVICE
          The Web Service component type.
 
Constructor Summary
ComponentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTOR

public static final String CONNECTOR
The Connector component type.

See Also:
Constant Field Values

EJB

public static final String EJB
The EJB component type.

See Also:
Constant Field Values

WEBAPP

public static final String WEBAPP
The WebApp component type.

See Also:
Constant Field Values

WEBSERVICE

public static final String WEBSERVICE
The Web Service component type.

See Also:
Constant Field Values
Constructor Detail

ComponentType

public ComponentType()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.