com.cisco.oss.foundation.monitoring.serverconnection
Enum ConnectionInfo

java.lang.Object
  extended by java.lang.Enum<ConnectionInfo>
      extended by com.cisco.oss.foundation.monitoring.serverconnection.ConnectionInfo
All Implemented Interfaces:
ConnectionInfoMXBean, Serializable, Comparable<ConnectionInfo>

public enum ConnectionInfo
extends Enum<ConnectionInfo>
implements ConnectionInfoMXBean


Enum Constant Summary
INSTANCE
           
 
Field Summary
 ServerConnectionActorImpl serverConnectionActorImpl
           
 fi.jumi.actors.ActorThread serverConnectionActorThread
           
 fi.jumi.actors.ActorRef<ServerConnectionActor> serverConnectorActor
           
 
Method Summary
static ConnectionInfo getConnectionInfo()
           
 List<ServerConnection> getServerConnections()
           
static ConnectionInfo valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionInfo[] 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 ConnectionInfo INSTANCE
Field Detail

serverConnectionActorImpl

public ServerConnectionActorImpl serverConnectionActorImpl

serverConnectionActorThread

public fi.jumi.actors.ActorThread serverConnectionActorThread

serverConnectorActor

public final fi.jumi.actors.ActorRef<ServerConnectionActor> serverConnectorActor
Method Detail

values

public static ConnectionInfo[] 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 (ConnectionInfo c : ConnectionInfo.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConnectionInfo 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

getConnectionInfo

public static ConnectionInfo getConnectionInfo()

getServerConnections

public List<ServerConnection> getServerConnections()
Specified by:
getServerConnections in interface ConnectionInfoMXBean


Copyright © 2015 Cisco. All Rights Reserved.