Uses of Class
org.apache.naming.NamingServiceMBean.State
-
Packages that use NamingServiceMBean.State Package Description org.apache.naming This package contains a memory based naming service provider. -
-
Uses of NamingServiceMBean.State in org.apache.naming
Methods in org.apache.naming that return NamingServiceMBean.State Modifier and Type Method Description NamingServiceMBean.StateNamingService. getState()Returns the state.NamingServiceMBean.StateNamingServiceMBean. getState()Returns the state.static NamingServiceMBean.StateNamingServiceMBean.State. valueOf(String name)Returns the enum constant of this type with the specified name.static NamingServiceMBean.State[]NamingServiceMBean.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-