com.cisco.oss.foundation.monitoring.services
Enum ServiceInfo
java.lang.Object
java.lang.Enum<ServiceInfo>
com.cisco.oss.foundation.monitoring.services.ServiceInfo
- All Implemented Interfaces:
- ServiceInfoMXBean, Serializable, Comparable<ServiceInfo>
public enum ServiceInfo
- extends Enum<ServiceInfo>
- implements ServiceInfoMXBean
INSTANCE
public static final ServiceInfo INSTANCE
serviceActorImpl
public ServiceActorImpl serviceActorImpl
serviceActorThread
public fi.jumi.actors.ActorThread serviceActorThread
serviceActor
public final fi.jumi.actors.ActorRef<ServiceActor> serviceActor
values
public static ServiceInfo[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ServiceInfo c : ServiceInfo.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ServiceInfo valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getServiceInfo
public static ServiceInfo getServiceInfo()
getServices
public List<Service> getServices()
- Specified by:
getServices in interface ServiceInfoMXBean
Copyright © 2015 Cisco. All Rights Reserved.