public class ComponentType
extends java.lang.Object
ComponentType class provides constants for the
component type parameter when using the PolicyListerMBean
and RoleListerMBean interfaces.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CONNECTOR |
The Connector component type.
|
static java.lang.String |
EJB |
The EJB component type.
|
static java.lang.String |
WEBAPP |
The WebApp component type.
|
static java.lang.String |
WEBSERVICE |
The Web Service component type.
|
public static final java.lang.String EJB
public static final java.lang.String WEBAPP
public static final java.lang.String CONNECTOR
public static final java.lang.String WEBSERVICE