|
Oracle | ||||||||||
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
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |