Java EE 5 SDK

com.sun.appserv.management.j2ee
Class J2EETypes

java.lang.Object
  extended by com.sun.appserv.management.j2ee.J2EETypes

public final class J2EETypes
extends Object

See JSR 77.3-1.
Specific extensions to the JSR 77 model include:

See Also:
J2EETypesMapper, XTypes

Field Summary
static Set ALL_STD
          Set consisting of all standard JSR 77 j2eeTypes
static String APP_CLIENT_MODULE
           
static String EJB_MODULE
           
static String ENTITY_BEAN
           
static String J2EE_APPLICATION
           
static String J2EE_CLUSTER
           
static String J2EE_DOMAIN
           
static String J2EE_SERVER
           
static String J2EE_TYPE_KEY
          The javax.management.ObjectName property key denoting the type of the MBean.
static String JAVA_MAIL_RESOURCE
           
static String JCA_CONNECTION_FACTORY
           
static String JCA_MANAGED_CONNECTION_FACTORY
           
static String JCA_RESOURCE
           
static String JDBC_DATA_SOURCE
           
static String JDBC_DRIVER
           
static String JDBC_RESOURCE
           
static String JMS_RESOURCE
           
static String JNDI_RESOURCE
           
static String JTA_RESOURCE
           
static String JVM
           
static String MESSAGE_DRIVEN_BEAN
           
static String NAME_KEY
          The ObjectName property key denoting the name of the MBean.
static String RESOURCE_ADAPTER
           
static String RESOURCE_ADAPTER_MODULE
           
static String RMI_IIOP_RESOURCE
           
static String SERVLET
           
static String STATEFUL_SESSION_BEAN
           
static String STATELESS_SESSION_BEAN
           
static String URL_RESOURCE
           
static String WEB_MODULE
           
static String WEB_SERVICE
          Deprecated.  
static String WEB_SERVICE_ENDPOINT
           
 
Constructor Summary
J2EETypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

J2EE_TYPE_KEY

public static final String J2EE_TYPE_KEY
The javax.management.ObjectName property key denoting the type of the MBean.

See Also:
Constant Field Values

NAME_KEY

public static final String NAME_KEY
The ObjectName property key denoting the name of the MBean.

See Also:
Constant Field Values

J2EE_DOMAIN

public static final String J2EE_DOMAIN
See Also:
Constant Field Values

J2EE_SERVER

public static final String J2EE_SERVER
See Also:
Constant Field Values

J2EE_CLUSTER

public static final String J2EE_CLUSTER
See Also:
Constant Field Values

J2EE_APPLICATION

public static final String J2EE_APPLICATION
See Also:
Constant Field Values

APP_CLIENT_MODULE

public static final String APP_CLIENT_MODULE
See Also:
Constant Field Values

EJB_MODULE

public static final String EJB_MODULE
See Also:
Constant Field Values

WEB_MODULE

public static final String WEB_MODULE
See Also:
Constant Field Values

RESOURCE_ADAPTER_MODULE

public static final String RESOURCE_ADAPTER_MODULE
See Also:
Constant Field Values

RESOURCE_ADAPTER

public static final String RESOURCE_ADAPTER
See Also:
Constant Field Values

ENTITY_BEAN

public static final String ENTITY_BEAN
See Also:
Constant Field Values

STATEFUL_SESSION_BEAN

public static final String STATEFUL_SESSION_BEAN
See Also:
Constant Field Values

STATELESS_SESSION_BEAN

public static final String STATELESS_SESSION_BEAN
See Also:
Constant Field Values

MESSAGE_DRIVEN_BEAN

public static final String MESSAGE_DRIVEN_BEAN
See Also:
Constant Field Values

SERVLET

public static final String SERVLET
See Also:
Constant Field Values

JAVA_MAIL_RESOURCE

public static final String JAVA_MAIL_RESOURCE
See Also:
Constant Field Values

JCA_RESOURCE

public static final String JCA_RESOURCE
See Also:
Constant Field Values

JCA_CONNECTION_FACTORY

public static final String JCA_CONNECTION_FACTORY
See Also:
Constant Field Values

JCA_MANAGED_CONNECTION_FACTORY

public static final String JCA_MANAGED_CONNECTION_FACTORY
See Also:
Constant Field Values

JDBC_RESOURCE

public static final String JDBC_RESOURCE
See Also:
Constant Field Values

JDBC_DATA_SOURCE

public static final String JDBC_DATA_SOURCE
See Also:
Constant Field Values

JDBC_DRIVER

public static final String JDBC_DRIVER
See Also:
Constant Field Values

JMS_RESOURCE

public static final String JMS_RESOURCE
See Also:
Constant Field Values

JNDI_RESOURCE

public static final String JNDI_RESOURCE
See Also:
Constant Field Values

JTA_RESOURCE

public static final String JTA_RESOURCE
See Also:
Constant Field Values

RMI_IIOP_RESOURCE

public static final String RMI_IIOP_RESOURCE
See Also:
Constant Field Values

URL_RESOURCE

public static final String URL_RESOURCE
See Also:
Constant Field Values

JVM

public static final String JVM
See Also:
Constant Field Values

WEB_SERVICE_ENDPOINT

public static final String WEB_SERVICE_ENDPOINT
Since:
AppServer 9.0
See Also:
Constant Field Values

WEB_SERVICE

public static final String WEB_SERVICE
Deprecated. 
See Also:
Constant Field Values

ALL_STD

public static final Set ALL_STD
Set consisting of all standard JSR 77 j2eeTypes

Constructor Detail

J2EETypes

public J2EETypes()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.