Uses of Class
com.ibm.websphere.management.j2ee.J2EEManagementObjectNameFactory.EJBType
-
-
Uses of J2EEManagementObjectNameFactory.EJBType in com.ibm.websphere.management.j2ee
Methods in com.ibm.websphere.management.j2ee that return J2EEManagementObjectNameFactory.EJBType Modifier and Type Method 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.Methods in com.ibm.websphere.management.j2ee with parameters of type J2EEManagementObjectNameFactory.EJBType Modifier and Type Method 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)
-