|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.spi.ApplicationInfo.ComponentType
public static class ApplicationInfo.ComponentType
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 |
|---|
public static final ApplicationInfo.ComponentType APPLICATION
public static final ApplicationInfo.ComponentType EJB
public static final ApplicationInfo.ComponentType WEBAPP
public static final ApplicationInfo.ComponentType CONTROL_RESOURCE
| Method Detail |
|---|
public String getName()
public String toString()
toString in class Object
|
Copyright 1996, 2013, 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 Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||