Modifier and Type | Method and Description |
---|---|
static J2EEManagementObjectNameFactory.EJBType |
J2EEManagementObjectNameFactory.EJBType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static J2EEManagementObjectNameFactory.EJBType[] |
J2EEManagementObjectNameFactory.EJBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static javax.management.ObjectName |
J2EEManagementObjectNameFactory.createEJBObjectName(J2EEManagementObjectNameFactory.EJBType type,
java.lang.String name,
java.lang.String moduleURI,
java.lang.String appName,
java.lang.String serverName) |