Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.security.spi
Class ApplicationInfo.ComponentType

java.lang.Object
  extended by weblogic.security.spi.ApplicationInfo.ComponentType
Enclosing interface:
ApplicationInfo

public static class ApplicationInfo.ComponentType
extends Object

A ComponentType represents the component type for the application that is being deployed and is used within an ApplicationInfo interface.


Field Summary
static ApplicationInfo.ComponentType APPLICATION
          Indicates that component type is an Application.
static ApplicationInfo.ComponentType CONTROL_RESOURCE
          Indicates that component type is a ControlResource.
static ApplicationInfo.ComponentType EJB
          Indicates that component type is an EJB.
static ApplicationInfo.ComponentType WEBAPP
          Indicates that component type is a WebApp.
 
Method Summary
 String getName()
          Obtain the name of the component type.
 String toString()
          Output the name of the component type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APPLICATION

public static final ApplicationInfo.ComponentType APPLICATION
Indicates that component type is an Application.


EJB

public static final ApplicationInfo.ComponentType EJB
Indicates that component type is an EJB.


WEBAPP

public static final ApplicationInfo.ComponentType WEBAPP
Indicates that component type is a WebApp.


CONTROL_RESOURCE

public static final ApplicationInfo.ComponentType CONTROL_RESOURCE
Indicates that component type is a ControlResource.

Method Detail

getName

public String getName()
Obtain the name of the component type.


toString

public String toString()
Output the name of the component type.

Overrides:
toString in class Object

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 API Reference
11g Release 1 (10.3.6)

Part Number E13941-06