com.cisco.oss.foundation.monitoring.services
Enum ServiceInfo

java.lang.Object
  extended by java.lang.Enum<ServiceInfo>
      extended by com.cisco.oss.foundation.monitoring.services.ServiceInfo
All Implemented Interfaces:
ServiceInfoMXBean, Serializable, Comparable<ServiceInfo>

public enum ServiceInfo
extends Enum<ServiceInfo>
implements ServiceInfoMXBean


Enum Constant Summary
INSTANCE
           
 
Field Summary
 fi.jumi.actors.ActorRef<ServiceActor> serviceActor
           
 ServiceActorImpl serviceActorImpl
           
 fi.jumi.actors.ActorThread serviceActorThread
           
 
Method Summary
static ServiceInfo getServiceInfo()
           
 List<Service> getServices()
           
static ServiceInfo valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceInfo[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INSTANCE

public static final ServiceInfo INSTANCE
Field Detail

serviceActorImpl

public ServiceActorImpl serviceActorImpl

serviceActorThread

public fi.jumi.actors.ActorThread serviceActorThread

serviceActor

public final fi.jumi.actors.ActorRef<ServiceActor> serviceActor
Method Detail

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.